ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r8142
File Last Change
 ../
amd64/ 8139 (7 years ago) by laffer1: fix typos
boot/ 8128 (7 years ago) by laffer1: sync with freebsd to minimize diffs here
bsm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
cam/ 8115 (7 years ago) by laffer1: fix a panic when trying to play invalid audio tracks
cddl/ 8136 (7 years ago) by laffer1: strealine use of cdevpriv
compat/ 7950 (7 years ago) by laffer1: Cosmetics: define FREEBSD32_MINUSER and AUOT32_MINUSER for struct sysentvec
conf/ 8113 (7 years ago) by laffer1: make sure hpt27xx driver can compile with clang
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/ 8138 (7 years ago) by laffer1: add PCI subclass for NVM express devices. print NVM devices
fs/ 8136 (7 years ago) by laffer1: strealine use of cdevpriv
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
geom/ 8077 (7 years ago) by laffer1: When synchronizing, include in the config dump amount of bytes syncronized. The rationale behind this is the following: for large disks the percent synchronisation counter ticks too seldom, and monitoring software (as well as human operator) can't tell whether synchronisation goes on or one of disks got stuck. On an idle server one can look into gstat and see whether synchronisation goes on or not, but on a busy server that won't work. Also, new value monitored can be differentiated obtaining the synchronisation speed quite precisely. Obtained from: FreeBSD
gnu/ 8022 (7 years ago) by laffer1: work around several warnings from clang in XFS.
i386/ 8139 (7 years ago) by laffer1: fix typos
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kern/ 8142 (7 years ago) by laffer1: shorten name so it fits
kgssapi/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
libkern/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
modules/ 8048 (7 years ago) by laffer1: dont look for includes in userland
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/ 8071 (7 years ago) by laffer1: more comment fixes
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/ 8134 (7 years ago) by laffer1: add missing break.
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/ 8130 (7 years ago) by laffer1: rpc.lockd is still freaking out. revert this
security/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
sys/ 8103 (7 years ago) by laffer1: remove unneeded forward declaration.
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/ 8125 (7 years ago) by laffer1: plug the accounting leak for the wired pages when msync(MS_INVALIDATE) is performed ont eh vnode mapping which is wired in other address space. Obtained from: FreeBSD svn 240989
x86/ 8140 (7 years ago) by laffer1: imrpove static dma buffer handling
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