ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
File (rev) Last Change
 ../
xen/ 11755 (5 years ago) by laffer1: remove old file
xdr/ 9894 (5 years ago) by laffer1: sync with FreeBSD 10-stable
x86/ 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.
vm/ 9896 (5 years ago) by laffer1: sync with freebsd 10-stable
ufs/ 9897 (5 years ago) by laffer1: sync with freebsd 10-stable
tools/ 10408 (5 years ago) by laffer1: remove advertising clause
teken/ 10401 (5 years ago) by laffer1: fixup verion checks
sys/ 12269 (4 years ago) by laffer1: update param version
sparc64/ 9914 (5 years ago) by laffer1: sync with freebsd 10-stable
security/ 9913 (5 years ago) by laffer1: sync with freebsd 10-stable
rpc/ 9915 (5 years ago) by laffer1: sync with freebsd 10
powerpc/ 9916 (5 years ago) by laffer1: sync with freebsd
pci/ 10401 (5 years ago) by laffer1: fixup verion checks
opencrypto/ 9918 (5 years ago) by laffer1: sync with freebsd
ofed/ 10401 (5 years ago) by laffer1: fixup verion checks
nlm/ 9920 (5 years ago) by laffer1: sync
nfsserver/ 10395 (5 years ago) by laffer1: remove old files.
nfsclient/ 9922 (5 years ago) by laffer1: sync nfs code with freebsd
nfs/ 9922 (5 years ago) by laffer1: sync nfs code with freebsd
netsmb/ 9925 (5 years ago) by laffer1: sync with freebsd
netpfil/ 10401 (5 years ago) by laffer1: fixup verion checks
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 9925 (5 years ago) by laffer1: sync with freebsd
netipx/ 9925 (5 years ago) by laffer1: sync with freebsd
netipsec/ 9926 (5 years ago) by laffer1: sync with freebsd 10-stable
netinet6/ 9927 (5 years ago) by laffer1: sync with freebsd
netinet/ 12124 (5 years ago) by laffer1: ICMP buffer underwrite The icmp_error routine allocates either an mbuf or a cluster depending on the size of the data to be quoted in the ICMP reply, but the calculation failed to account for additional padding on 64-bit platforms when using a non-default sysctl value for net.inet.icmp.quotelen.
netgraph/ 9936 (5 years ago) by laffer1: sync with freebsd
netatalk/ 9928 (5 years ago) by laffer1: sync
net80211/ 10401 (5 years ago) by laffer1: fixup verion checks
net/ 10404 (5 years ago) by laffer1: update os checks
modules/ 12012 (5 years ago) by laffer1: fix build issue
mips/ 9987 (5 years ago) by laffer1: mips support
libkern/ 9939 (5 years ago) by laffer1: sync
kgssapi/ 9988 (5 years ago) by laffer1: tag
kern/ 12262 (4 years ago) by laffer1: System calls operating on file descriptors obtain a reference to relevant struct file which due to a programming error was not always put back, which in turn could be used to overflow the counter of affected struct file.
isa/ 10390 (5 years ago) by laffer1: fix some build errors
ia64/ 9990 (5 years ago) by laffer1: sync with freebsd
i386/ 12162 (5 years ago) by laffer1: revert config change
gnu/ 10401 (5 years ago) by laffer1: fixup verion checks
geom/ 10017 (5 years ago) by laffer1: add bsd64 labels to geom
gdb/ 10000 (5 years ago) by laffer1: sync
fs/ 11870 (5 years ago) by laffer1: Fix a locking issue Obtained from: FreeBSD 334699
dev/ 12264 (4 years ago) by laffer1: add support for newer lenovo models
ddb/ 10129 (5 years ago) by laffer1: sync ddb
crypto/ 10791 (5 years ago) by laffer1: remove old files
contrib/ 12112 (5 years ago) by laffer1: ACPICA 20170728
conf/ 12270 (4 years ago) by laffer1: bump version
compat/ 12216 (4 years ago) by laffer1: Due to insufficient initialization of memory copied to userland in the components listed above small amounts of kernel memory may be disclosed to userland processes.
cddl/ 11929 (5 years ago) by laffer1: opensolaris system_tasq does not need to run at max priority
cam/ 12164 (5 years ago) by laffer1: add crucial firmware
bsm/ 10170 (5 years ago) by laffer1: sync
boot/ 11963 (5 years ago) by laffer1: fix text orb
arm/ 10219 (5 years ago) by laffer1: add arm
amd64/ 12162 (5 years ago) by laffer1: revert config change
Makefile 10171 (5 years ago) by laffer1: add extra architectures
55 directories and 1 file shown