NetBSD/sys
2017-03-30 20:17:11 +00:00
..
altq Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
arch Set the relevant options to build a kernel with the necessary components to 2017-03-30 17:40:09 +00:00
coda Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
compat never pass mp->mnt_stat to dostatvfs(), always use a separate buffer. 2017-03-28 18:44:04 +00:00
conf Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB) 2017-02-26 11:56:49 +00:00
crypto
ddb
dev support DIOCGCACHE - result is intersection of flags returned by underlying 2017-03-30 16:50:32 +00:00
dist/pf Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
external Clarify ttm state transitions tt_unpopulated<->tt_unbound<->tt_bound. 2017-03-09 08:27:18 +00:00
fs Protect tmpfs_getpages() against reclaiming vnodes. 2017-03-30 09:09:26 +00:00
gdbscripts
ipkdb
kern factor out getauxv code. 2017-03-30 20:17:11 +00:00
lib Add garbage instructions at end of kern_assert after vpanic. 2017-03-14 09:22:37 +00:00
miscfs add an auxv node. 2017-03-30 20:16:29 +00:00
modules Add auxv 2017-03-30 20:16:42 +00:00
net KNF. pointed out by s-yamaguchi@IIJ 2017-03-30 06:42:05 +00:00
net80211 Fix incrementing wrong counter 2017-03-06 08:36:20 +00:00
netatalk
netbt avoid -Werror=sign-conversion 2017-01-28 19:19:41 +00:00
netinet Add the local route after finishing the configuration of the address. 2017-03-17 17:26:20 +00:00
netinet6 Replace DIAGNOSTIC + panic with KASSERT 2017-03-14 04:25:10 +00:00
netipsec add sysctl to select software/hardware encryption driver. can enable CRYPTO_DEBUG. 2017-03-06 09:59:05 +00:00
netisdn Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
netkey
netmpls
netnatm
netsmb
nfs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
opencrypto fix missing mutex_exit() in crypto_destroy(). 2017-03-29 23:02:43 +00:00
rump regen 2017-03-21 10:20:38 +00:00
secmodel
stand
sys factor out getauxv code. 2017-03-30 20:17:11 +00:00
ufs Remove now redundant calls to fstrans_start()/fstrans_done(). 2017-03-30 09:10:46 +00:00
uvm Fix typo 2017-03-21 02:24:35 +00:00
Makefile