ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r8052
File (rev) Last Change
 ../
xen/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xdr/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
x86/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
vm/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
ufs/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
tools/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
teken/ 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.
security/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
rpc/ 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
opencrypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ofed/ 7911 (7 years ago) by laffer1: sync with freebsd rev 244242
nlm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsserver/ 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
nfs/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netsmb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipx/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipsec/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
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.
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.
netgraph/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netatalk/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
net80211/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
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.
modules/ 8048 (7 years ago) by laffer1: dont look for includes in userland
libkern/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kgssapi/ 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
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
i386/ 8021 (7 years ago) by laffer1: remove useless .align
gnu/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
geom/ 8033 (7 years ago) by laffer1: allow passing with /dev prefix
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
fs/ 8029 (7 years ago) by laffer1: stop including vm_param.h into vm_page.h explicitly include it later
dev/ 8052 (7 years ago) by laffer1: fix multichannel input singals fracing on some CODECs like ALC260
ddb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
crypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
contrib/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
conf/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
compat/ 7950 (7 years ago) by laffer1: Cosmetics: define FREEBSD32_MINUSER and AUOT32_MINUSER for struct sysentvec
cddl/ 8031 (7 years ago) by laffer1: make more readable
cam/ 8004 (7 years ago) by laffer1: remove unused vars in cam scsi code
bsm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
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.
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.
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown