NetBSD/sys
ozaki-r 475ed81624 Fix race condition on the rawcb list shared by rtsock and keysock
keysock now protects itself by its own mutex, which means that
the rawcb list is protected by two different mutexes (keysock's one
and softnet_lock for rtsock), of course it's useless.

Fix the situation by having a discrete rawcb list for each.
2017-09-25 01:56:22 +00:00
..
altq Reject negative indices. 2017-07-28 13:58:47 +00:00
arch Disable debug again 2017-09-25 00:12:21 +00:00
coda
compat Remove the second argument from USERMODE and KERNELMODE, it is unused 2017-09-17 09:41:35 +00:00
conf clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
crypto
ddb
dev If the bus glue calls xhci_init with interrupts enabled, there is a window 2017-09-25 00:03:10 +00:00
dist/pf
external Spaces to TAB 2017-09-21 19:29:35 +00:00
fs Remove some unnecessary duplicatioN 2017-08-27 06:18:16 +00:00
gdbscripts
ipkdb
kern Fix non-DIAGNOSTICS build by adjusting _vstate_assert here too. 2017-09-22 06:05:20 +00:00
lib
miscfs Remove the filesystem tracing feature 2017-08-28 00:46:06 +00:00
modules This also needs INET6! 2017-09-17 20:37:17 +00:00
net Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
net80211
netatalk Invalidate rtcache based on a global generation counter 2017-09-21 07:15:34 +00:00
netbt
netcan
netinet add lock for percpu route like l2tp(4). 2017-09-21 09:42:03 +00:00
netinet6 add lock for percpu route like l2tp(4). 2017-09-21 09:42:03 +00:00
netipsec Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
netisdn
netkey
netmpls Invalidate rtcache based on a global generation counter 2017-09-21 07:15:34 +00:00
netnatm Invalidate rtcache based on a global generation counter 2017-09-21 07:15:34 +00:00
netsmb Reject negative offset/count for smb read/write. 2017-07-28 14:45:59 +00:00
nfs
opencrypto fix opencrypto(9) part of PR kern/52515 2017-09-22 03:04:06 +00:00
rump Invalidate rtcache based on a global generation counter 2017-09-21 07:15:34 +00:00
secmodel
stand
sys Change the VSTATE_ASSERT_UNLOCKED code by pushing the potential lock 2017-09-21 18:19:44 +00:00
ufs print mode as octal for readability 2017-08-20 12:51:38 +00:00
uvm There's no need to call pmap_tlb_invalidate_addr if pmap_remove_all was 2017-09-07 06:29:47 +00:00
Makefile