NetBSD/sys
christos 3d6520b363 cosmetic fixes:
- __func__ in printfs
	- no space after sizeof
	- eliminate useless casts
	- u_intX_t -> uintX_t
2017-04-15 22:01:57 +00:00
..
altq Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
arch Replace early init node name list with a list of compatible strings. 2017-04-15 00:35:12 +00:00
coda Make VOP_INACTIVE preserve vnode lock on return. 2017-04-11 14:24:59 +00:00
compat Switch compat_20_netbsd32_getfsstat() to mountlist iterator. 2017-04-13 09:46:59 +00:00
conf Fix typo 2017-04-09 14:52:14 +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 Change order in which nodes in the devicetree are processed. 2017-04-15 00:34:29 +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 Use a spin lock -- we take this in interrupt context. 2017-04-11 04:43:12 +00:00
fs Make VOP_INACTIVE preserve vnode lock on return. 2017-04-11 14:24:59 +00:00
gdbscripts Change command mountdump to evaluate mountlist_entry. 2017-04-13 09:52:18 +00:00
ipkdb
kern Paranoia... keep vmspace reference while doing pmap_procwr 2017-04-13 07:58:45 +00:00
lib Add garbage instructions at end of kern_assert after vpanic. 2017-03-14 09:22:37 +00:00
miscfs Switch procfs_domounts() to mountlist iterator. 2017-04-13 09:54:18 +00:00
modules Build without installation example lua kernel module: luareadhappy 2017-04-15 18:22:35 +00:00
net Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +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 No need for membar_datadep_consumer here. 2017-04-15 17:06:45 +00:00
netinet6 Rumpify netipsec 2017-04-14 02:43:27 +00:00
netipsec cosmetic fixes: 2017-04-15 22:01:57 +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 Make VOP_INACTIVE preserve vnode lock on return. 2017-04-11 14:24:59 +00:00
opencrypto Fix usage of MD5Final/SHA1Final 2017-04-13 01:24:34 +00:00
rump Rumpify netipsec 2017-04-14 02:43:27 +00:00
secmodel
stand
sys bump to 59: mountiterator changes/vnode stuff make the tmpfs module crash. 2017-04-13 16:32:00 +00:00
ufs Switch lfs_flush() and lfs_writerd() to mountlist iterator. 2017-04-13 09:57:28 +00:00
uvm Fix typo 2017-03-21 02:24:35 +00:00
Makefile