ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src
File Last Change
release/ 12101 (5 years ago) by laffer1: MidnightBSD 1.0 release
stable/ 12113 (5 years ago) by laffer1: avoid double free
svnadmin/ 6424 (10 years ago) by laffer1: set props
trunk/ 12133 (5 years ago) by laffer1: Fix MSI-X to properly fail allocations when full. The off-by-one errors in 332735 weren't actual errors and were preventing the last MSI interrupt source from being used. Instead, the issue is that when all MSI interrupt sources were allocated, the loop in msix_alloc() would terminate with 'msi' still set to non-null. The only check for 'i' overflowing was in the 'msi' == NULL case, so msix_alloc() would try to reuse the last MSI interrupt source instead of failing. Fix by moving the check for all sources being in use to just after the loop.
vendor/ 12127 (5 years ago) by laffer1: tag perl 5.28
vendor-crypto/ 11606 (5 years ago) by laffer1: tag 1.0.1u
6 directories and 0 files shown