NetBSD/sys
2017-01-15 04:44:01 +00:00
..
altq
arch protect against multiple inclusion. 2017-01-14 22:24:43 +00:00
coda
compat appease coverity by using strlcpy instead of strncpy 2017-01-14 16:34:44 +00:00
conf Disable a couple of warnings until further investigation. 2017-01-11 12:19:43 +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 regen. 2017-01-15 04:44:01 +00:00
dist/pf pfil(9) improvements to handle address changes: 2016-12-26 23:21:49 +00:00
external Don't play with the linked list while holding only a read lock! 2017-01-13 15:17:00 +00:00
fs Be explicit about how we're placing part of the on-disk name into 2017-01-14 17:17:53 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern use a bound string copy 2017-01-15 01:47:24 +00:00
lib Explain how all that mess works, without actually fixing it yet. 2017-01-06 09:14:36 +00:00
miscfs Move vnode member v_lock as vi_lock to vnode_impl.h. 2017-01-11 09:08:58 +00:00
modules Don't define PT_{S,G}ETREGS on the command line. Yes, it can make things 2017-01-13 06:04:48 +00:00
net appease coverity by using strlcpy instead of strncpy 2017-01-14 16:34:44 +00:00
net80211 appease coverity by using strlcpy instead of strncpy 2017-01-14 16:34:44 +00:00
netatalk Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netbt acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
netinet Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
netinet6 Tweak icmp6_input; always use off, not *offp 2017-01-13 10:38:37 +00:00
netipsec Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netisdn Annotate bpf_mtap still running in Rx hardware interrupt with "XXX not in softint" 2016-12-15 09:35:24 +00:00
netkey
netmpls
netnatm
netsmb
nfs
opencrypto
rump We no longer need ioconf.c - remove it to avoid "defined but not used" 2017-01-15 01:48:05 +00:00
secmodel
stand
sys Add PPC64 2017-01-14 21:29:02 +00:00
ufs Fix unsigned 2017-01-13 18:04:36 +00:00
uvm add missing forward struct decl 2017-01-13 04:43:16 +00:00
Makefile