NetBSD/sys
hannken fa45966e6d Take the vnode lock before the vnode is marked VI_CHANGING and fed
to vclean().  Prevents a deadlock with two null mounts on the same
physical mount where one thread tries to vclean() a layer node and
another thread tries to vget() a layer node pointing to the same
physical node.

Fixes PR kern/50375 layerfs (nullfs) locking problem leading to livelock
2015-11-12 11:35:42 +00:00
..
altq
arch change some register dumps from aprint_verbose to aprint_debug 2015-11-12 10:49:35 +00:00
coda More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
compat Adjust compat netbsd32 clock_nanosleep(2) to match recent native 2015-10-31 17:04:39 +00:00
conf Whether or not the semaphore code is loaded as a module or built-in, its 2015-11-09 01:21:18 +00:00
crypto More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
ddb Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
dev fix incorrect memset. 2015-11-12 02:06:36 +00:00
dist/pf include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
external If the "is_console" property is already specified, do not overwrite it. 2015-11-09 23:11:18 +00:00
fs Make sure that nde->td_node is NULL for asserts. 2015-10-29 16:19:44 +00:00
gdbscripts
ipkdb
kern Take the vnode lock before the vnode is marked VI_CHANGING and fed 2015-11-12 11:35:42 +00:00
lib remove "@echo done" from 4 rules that don't need it and the random "done" 2015-10-29 00:18:55 +00:00
miscfs Unused inits (harmless). 2015-07-24 13:02:52 +00:00
modules Evil hack to ensure dtrace lockstat module builds on arm. 2015-09-10 19:57:48 +00:00
net fix CID 980463 2015-11-11 03:57:57 +00:00
net80211 More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netatalk More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netbt More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netinet Fix db_print_llinfo 2015-11-06 08:55:49 +00:00
netinet6 Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
netipsec make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
netisdn More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
netkey
netmpls sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
netnatm initialize npcb; founds by brainy 2015-11-06 21:33:07 +00:00
netsmb include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
nfs Don't forget to call nfs_fini() when we're finished. Without this, 2015-11-02 09:57:43 +00:00
opencrypto More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
rump Make it easier to create rump kernel components, part 1. 2015-11-11 21:52:45 +00:00
secmodel Add kernel code to support intrctl(8). 2015-08-17 06:16:02 +00:00
stand
sys Generalize the length macro, and also provide a macro that returns the size 2015-11-06 15:41:25 +00:00
ufs Fix PR 50070. From hannken@. 2015-10-22 11:31:31 +00:00
uvm Remove #if 0 / #endif includes 2015-11-11 08:22:36 +00:00
Makefile