NetBSD/sys
sevan 2ee60d16a4 Set the relevant options to build a kernel with the necessary components to
support DTrace on the Jornada 710/720 devices.
- Modular
- Built with DTrace hooks and full symbol table
2017-03-30 17:40:09 +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 Add XTS mode. 2016-12-11 00:28:44 +00:00
ddb Add ddb command to find a vnode by the address of its lock. 2017-01-11 12:17:34 +00:00
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 Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern Locking a layer vnode is racy as it may become reclaimed before 2017-03-30 09:16:52 +00:00
lib Add garbage instructions at end of kern_assert after vpanic. 2017-03-14 09:22:37 +00:00
miscfs Locking a layer vnode is racy as it may become reclaimed before 2017-03-30 09:16:52 +00:00
modules add vioscsi to the list (disabled) 2017-03-25 23:17:07 +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 Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
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 Assert size for sockaddr_mpls, but don't require it to be packed. 2016-10-08 20:19:37 +00:00
netnatm Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
netsmb Uninitialized vars, found by brainy 2016-08-15 08:17:35 +00:00
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 secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys Locking a layer vnode is racy as it may become reclaimed before 2017-03-30 09:16:52 +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