NetBSD/sys
ozaki-r 0d787d119d Commit a forgotten change for "Prepare netipsec for rump-ification"
- Allow encapinit to be called twice (by ifinit and ipe4_attach)
  - ifinit didn't call encapinit if IPSEC is enabled (ipe4_attach called
    it instead), however, on a rump kernel ipe4_attach may not be called
    even if IPSEC is enabled. So we need to allow ifinit to call it anyway
2017-04-07 03:31:50 +00:00
..
altq Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
arch Define NCPUINFO and set it to 1 or MAXCPUS whether on single or multiprocessor system. 2017-04-04 11:46:12 +00:00
coda Use spec_node_lookup_by_dev() and spec_node_getmountedfs() to 2017-04-04 07:36:38 +00:00
compat never pass mp->mnt_stat to dostatvfs(), always use a separate buffer. 2017-03-28 18:44:04 +00:00
conf
crypto
ddb
dev don't forget to store bounds rectangle in raw mode 2017-04-06 20:44:39 +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 use ubc_zerorange 2017-04-06 00:02:19 +00:00
gdbscripts
ipkdb
kern optionally use FUA instead of full cache sync, and DPO for journal writes, 2017-04-05 20:38:53 +00:00
lib Add garbage instructions at end of kern_assert after vpanic. 2017-03-14 09:22:37 +00:00
miscfs Clarify meaning of "glocked" argument of genfs_putpages_read. 2017-04-01 23:34:17 +00:00
modules Add auxv 2017-03-30 20:16:42 +00:00
net Prepare netipsec for rump-ification 2017-04-06 09:20:07 +00:00
net80211
netatalk
netbt
netinet Commit a forgotten change for "Prepare netipsec for rump-ification" 2017-04-07 03:31:50 +00:00
netinet6 fix module build 2017-04-04 23:49:17 +00:00
netipsec Prepare netipsec for rump-ification 2017-04-06 09:20:07 +00:00
netisdn Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
netkey
netmpls
netnatm
netsmb
nfs KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. 2017-04-01 19:35:56 +00:00
opencrypto fix build failure ALL 2017-04-06 09:39:12 +00:00
rump KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. 2017-04-01 19:35:56 +00:00
secmodel
stand
sys expose disk device FUA/DPO support via DIOCGCACHE, and allow the flags 2017-04-05 20:15:49 +00:00
ufs don't guard lfs_sbactive or lfs_log with splbio, lfs_lock is plenty. 2017-04-06 03:21:01 +00:00
uvm Fix typo 2017-03-21 02:24:35 +00:00
Makefile