NetBSD/sys
2014-05-17 23:30:24 +00:00
..
altq - Move IFNET_*() macros under #ifdef _KERNEL. 2014-05-17 20:44:24 +00:00
arch - Move IFNET_*() macros under #ifdef _KERNEL. 2014-05-17 20:44:24 +00:00
coda An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
compat Replace open-coded access (and boundary checking) of ifindex2ifnet with 2014-05-17 21:26:20 +00:00
conf As discussed on tech-toolchain, offer a new make variable MKKDEBUG - if 2014-05-05 19:06:29 +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 Save a NETISR_* value in a variable and call schednetisr() after enqueue 2014-05-15 09:23:03 +00:00
dist/pf Fix previous. 2014-05-17 21:00:33 +00:00
external Clean up a few more directories. 2014-05-16 00:08:17 +00:00
fs Also set or assert that *vpp is null before calling VOP_MKDIR. 2014-05-17 04:07:15 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern - fsocreate: set SS_NBIO before the file descriptor is affixed as there is 2014-05-17 23:27:59 +00:00
lib Lazy VFP processing works a lot better if the functions contain a return 2014-05-14 22:13:36 +00:00
miscfs fifo_open: assign v_fifoinfo once initialised; add an assert while here. 2014-05-17 23:30:24 +00:00
modules Move lfs_getpages and lfs_putpages to their own file. 2014-05-16 09:34:03 +00:00
net - fsocreate: set SS_NBIO before the file descriptor is affixed as there is 2014-05-17 23:27:59 +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 Replace open-coded access (and boundary checking) of ifindex2ifnet with 2014-05-17 21:26:20 +00:00
netinet6 Replace open-coded access (and boundary checking) of ifindex2ifnet with 2014-05-17 21:26:20 +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 whoops, remove testing printf 2014-04-25 15:54:12 +00:00
nfs PR/48426: Dimitris Karagkasidis: Convert to sized, unsigned types. 2014-04-24 18:43:02 +00:00
opencrypto Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
rump Move lfs_getpages and lfs_putpages to their own file. 2014-05-16 09:34:03 +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 - fsocreate: set SS_NBIO before the file descriptor is affixed as there is 2014-05-17 23:27:59 +00:00
ufs Reorder struct ufid members to avoid padding (and save 4 bytes) on some 2014-05-17 19:11:40 +00:00
uvm remove unused variables for UVM_PAGE_TRKOWN. 2014-04-21 16:33:48 +00:00
Makefile