NetBSD/sys
riastradh ff9a7f6db9 Avoiding arithmetic on void * need not be NetBSD-specific. 2014-04-23 21:34:17 +00:00
..
altq kill sprintf 2014-03-20 20:51:40 +00:00
arch Fix a logic inversion introduced with the matt-nb5-mips64 for 2014-04-23 20:57:15 +00:00
coda An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
compat There are two times the same branches. 2014-04-15 17:53:09 +00:00
conf Fix apple_smc config in conf/files. 2014-04-01 17:49:30 +00:00
crypto fix sprintf. 2014-03-25 16:28:15 +00:00
ddb Make this build. 2014-04-12 19:25:48 +00:00
dev Revert previous and fix correctly. Thanks, joerg 2014-04-21 22:40:00 +00:00
dist/pf Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
external Avoiding arithmetic on void * need not be NetBSD-specific. 2014-04-23 21:34:17 +00:00
fs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern domains are attached by module(-like) constructors, so no need to 2014-04-23 17:05:18 +00:00
lib Basic unwind support for HPPA. 2014-04-19 21:21:24 +00:00
miscfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
modules add atomic.c 2014-04-22 15:12:52 +00:00
net Call mutex_destroy() on sc_kqlock in tap_detach(). Found by LOCKDEBUG. 2014-04-20 22:39:51 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
netatalk Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netbt Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netinet revarprequest: Avoid leaking mbuf. 2014-04-12 12:24:50 +00:00
netinet6 Wrap ipflow_create() & ip6flow_create() in kernel lock. Prevents the 2014-04-01 13:11:44 +00:00
netipsec Mark a variable __diagused 2014-03-08 12:18:04 +00:00
netisdn kill sprintf 2014-03-21 16:41:15 +00:00
netkey
netmpls Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netnatm
netsmb Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
nfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
opencrypto Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
rump domains are attached by module(-like) constructors, so no need to 2014-04-23 17:05:18 +00:00
secmodel Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
stand
sys CID/1203196: Don't confuse coverity with out of bounds access 2014-04-17 16:14:22 +00:00
ufs s/null/NULL/ to fix build break 2014-04-17 18:15:49 +00:00
uvm remove unused variables for UVM_PAGE_TRKOWN. 2014-04-21 16:33:48 +00:00
Makefile