freebsd-skq/sys
Gleb Smirnoff b1ec2940af Fix problem in r238990. The LLE_LINKED flag should be tested prior to
entering llentry_free(), and in case if we lose the race, we should simply
perform LLE_FREE_LOCKED(). Otherwise, if the race is lost by the thread
performing arptimer(), it will remove two references from the lle instead
of one.

Reported by:	Ian FREISLICH <ianf clue.co.za>
2012-12-13 11:11:15 +00:00
..
amd64 Implement an API to allow a hypervisor to save/restore 2012-12-12 08:35:32 +00:00
arm
boot Fix a regression caused by SVN r222417. 2012-12-12 17:49:01 +00:00
bsm
cam Fix a couple of CTL locking issues and clean up some duplicated code. 2012-12-09 19:53:21 +00:00
cddl Renamed zfs trim stats removing duplicate zio_trim identifier from the name 2012-12-12 16:14:14 +00:00
compat
conf
contrib
crypto
ddb
dev Prevent possible usage of uninitialized pbase variable by checking 2012-12-13 03:35:47 +00:00
fs Add "nfsstat -m" support for the two new NFS mount options 2012-12-09 22:23:50 +00:00
gdb
geom
gnu/fs
i386
ia64
isa
kern Cleanup more of the kassert_panic. 2012-12-11 07:08:14 +00:00
kgssapi
libkern
mips
modules
net Fix problem in r238990. The LLE_LINKED flag should be tested prior to 2012-12-13 11:11:15 +00:00
net80211 Adjust the channel to correctly setup the HT flags when transitioning 2012-12-10 07:00:46 +00:00
netatalk
netgraph
netinet Fix problem in r238990. The LLE_LINKED flag should be tested prior to 2012-12-13 11:11:15 +00:00
netinet6 Fix problem in r238990. The LLE_LINKED flag should be tested prior to 2012-12-13 11:11:15 +00:00
netipsec
netipx
netnatm
netncp
netpfil Merge 1.127 from OpenBSD, that closes a regression from 1.125 (merged 2012-12-11 08:37:08 +00:00
netsmb
nfs
nfsclient Move the NFSv4.1 client patches over from projects/nfsv4.1-client 2012-12-08 22:52:39 +00:00
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc
rpc
security
sparc64
sys Similar to CTLFLAG_RDTUN, provide CTLFLAG_RWTUN that defines writable sysctl 2012-12-11 19:54:35 +00:00
teken
tools
ufs
vm In the past four years, we've added two new vm object types. Each time, 2012-12-09 00:32:38 +00:00
x86
xdr
xen
Makefile