NetBSD/sys
skrll 2a891dc6da Sprinkle some KASSERTs 2017-05-12 05:45:58 +00:00
..
altq Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
arch Add commented out carp and mpls pseudo-devices to be consistent with 2017-05-11 15:42:15 +00:00
coda Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
compat regen 2017-05-10 06:19:47 +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 Blksize is now calculated on sc_pustream/sc_rustream. 2017-05-12 04:15:40 +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 Arrays can't be NULL 2017-05-04 17:17:28 +00:00
fs Move v_writecount adjustment from revoke to reclaim. 2017-05-07 08:21:57 +00:00
gdbscripts Change command mountdump to evaluate mountlist_entry. 2017-04-13 09:52:18 +00:00
ipkdb
kern protect against NULL, from PaulG 2017-05-11 23:50:17 +00:00
lib Swap arguments to strncmp() so that the thing we are testing, the 2017-04-18 07:44:20 +00:00
miscfs Return ENOENT if trying to suspend an unmounted file system. 2017-05-07 08:25:54 +00:00
modules Avoid possible null pointer dereferencing. 2017-05-11 07:34:27 +00:00
net missing if_extflags of l2tp(4). l2tp(4) is already MP-safe. 2017-04-20 09:11:58 +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 Stop ipsec4_output returning SP to the caller 2017-05-10 09:34:51 +00:00
netinet6 Add missing KEY_FREESP to ip6_forward 2017-05-09 04:24:10 +00:00
netipsec Make ipsec_address() and ipsec_logsastr() mpsafe. 2017-05-11 05:55:14 +00:00
netisdn Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
netkey
netmpls
netnatm
netsmb
nfs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
opencrypto fix: crypto_drivers[hid].cc_process() could be called even if it was null. 2017-05-10 09:45:51 +00:00
rump ... but define RUMP_REGISTER_T if not defined. 2017-05-11 18:16:00 +00:00
secmodel
stand
sys regen 2017-05-10 06:19:47 +00:00
ufs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
uvm Sprinkle some KASSERTs 2017-05-12 05:45:58 +00:00
Makefile