ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r8046
File Last Change
 ../
amd64/ 8015 (7 years ago) by laffer1: add fine grained pv chunk and list locking to the amd64 pmap, enabling concurrent execution of several functions.
boot/ 7920 (7 years ago) by laffer1: Don't return an error if a kld does not contain any modules (e.g. a kld that only contained a sysctl). The kernel linker allows such modules, so the boot loader should not reject them.
bsm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
cam/ 8004 (7 years ago) by laffer1: remove unused vars in cam scsi code
cddl/ 8031 (7 years ago) by laffer1: make more readable
compat/ 7950 (7 years ago) by laffer1: Cosmetics: define FREEBSD32_MINUSER and AUOT32_MINUSER for struct sysentvec
conf/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
contrib/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
crypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ddb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
dev/ 8035 (7 years ago) by laffer1: fix TI1510 cardbus/PCI bridge to work after suspend/resume
fs/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
geom/ 8033 (7 years ago) by laffer1: allow passing with /dev prefix
gnu/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
i386/ 8021 (7 years ago) by laffer1: remove useless .align
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kern/ 8046 (7 years ago) by laffer1: make dumptid non static. it is used by libkvm
kgssapi/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
libkern/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
modules/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
net/ 8043 (7 years ago) by laffer1: Fix races between in_lltable_prefix_free(), lla_lookup(), llentry_free() and arptimer(): o Use callout_init_rw() for lle timeout, this allows us safely disestablish them. - This allows us to simplify the arptimer() and make it race safe. o Consistently use ifp->if_afdata_lock to lock access to linked lists in the lle hashes. o Introduce new lle flag LLE_LINKED, which marks an entry that is attached to the hash. - Use LLE_LINKED to avoid double unlinking via consequent calls to llentry_free(). - Mark lle with LLE_DELETED via |= operation istead of =, so that other flags won't be lost. o Make LLE_ADDREF(), LLE_REMREF() and LLE_FREE_LOCKED() more consistent and provide more informative KASSERTs. The patch is a collaborative work of all submitters and myself.
net80211/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netatalk/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netgraph/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netinet/ 8043 (7 years ago) by laffer1: Fix races between in_lltable_prefix_free(), lla_lookup(), llentry_free() and arptimer(): o Use callout_init_rw() for lle timeout, this allows us safely disestablish them. - This allows us to simplify the arptimer() and make it race safe. o Consistently use ifp->if_afdata_lock to lock access to linked lists in the lle hashes. o Introduce new lle flag LLE_LINKED, which marks an entry that is attached to the hash. - Use LLE_LINKED to avoid double unlinking via consequent calls to llentry_free(). - Mark lle with LLE_DELETED via |= operation istead of =, so that other flags won't be lost. o Make LLE_ADDREF(), LLE_REMREF() and LLE_FREE_LOCKED() more consistent and provide more informative KASSERTs. The patch is a collaborative work of all submitters and myself.
netinet6/ 8043 (7 years ago) by laffer1: Fix races between in_lltable_prefix_free(), lla_lookup(), llentry_free() and arptimer(): o Use callout_init_rw() for lle timeout, this allows us safely disestablish them. - This allows us to simplify the arptimer() and make it race safe. o Consistently use ifp->if_afdata_lock to lock access to linked lists in the lle hashes. o Introduce new lle flag LLE_LINKED, which marks an entry that is attached to the hash. - Use LLE_LINKED to avoid double unlinking via consequent calls to llentry_free(). - Mark lle with LLE_DELETED via |= operation istead of =, so that other flags won't be lost. o Make LLE_ADDREF(), LLE_REMREF() and LLE_FREE_LOCKED() more consistent and provide more informative KASSERTs. The patch is a collaborative work of all submitters and myself.
netipsec/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipx/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netsmb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfs/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsclient/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
nfsserver/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nlm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ofed/ 7911 (7 years ago) by laffer1: sync with freebsd rev 244242
opencrypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
pci/ 7303 (8 years ago) by laffer1: add support for the Realtek 8168/8111 G and the 8106E
rpc/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
security/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
sys/ 8011 (7 years ago) by laffer1: drop page queues mutex on each iteration of vm_pageout_scan over the inactive queue, unless busy page is found. Avoid vm page queues lock leak.
teken/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
tools/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ufs/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
vm/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
x86/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xdr/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xen/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown