ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r8115
File Last Change
 ../
amd64/ 8100 (7 years ago) by laffer1: add missed files from last commit
boot/ 8062 (7 years ago) by laffer1: kernel module load fixes
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/ 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/ 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/ 8112 (7 years ago) by laffer1: On BIO_ERROR, set bio_resid to stop losing data in the error case. Submitted by: Mark Johnston <markjdb@gmail.com>
fs/ 8087 (7 years ago) by laffer1: deadfs VOPs for vop_ioctl and vop_bmap call itself recursively, which is an elaborate way to cause kernel panic. change the vops implementation to return EBADF for a reclaimed vnode.
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/ 8102 (7 years ago) by laffer1: enable shared page on i386, now it has a use for vdso_timehands.
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kern/ 8107 (7 years ago) by laffer1: fix inverted condition in reporting of priority
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/ 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/ 8096 (7 years ago) by laffer1: bring some things from Bull GNU/Linux NFSv4 project
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/ 8091 (7 years ago) by laffer1: page flag PGA_WRITEABLE is set and cleared exclusively by the pmap layer, but it is read directly by the MI VM layer.
x86/ 8106 (7 years ago) by laffer1: add explicit fences right before rdtsc in the timecounters get functions
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