NetBSD/sys
mlelstv c910290e61 npf_ifmap_getname requires the config to be locked. For now, just prevent the
crash.
2017-02-18 18:08:16 +00:00
..
altq
arch Add the AMD 10h family PMC values. Some values depend on the CPU revision, 2017-02-18 16:15:51 +00:00
coda Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
compat Make sure %rip is in userland. This is harmless, since the return to 2017-02-13 15:03:18 +00:00
conf add l2tp(4) L2TPv3 interface. 2017-02-16 08:12: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 Establish a softint for legacy, otherwise BOOM! 2017-02-18 14:48:43 +00:00
dist/pf Do ND in L2_output in the same manner as arpresolve 2017-02-14 03:05:06 +00:00
external Handle persistent memory. Currently only debug output. 2017-02-14 13:29:09 +00:00
fs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern obey the executable's ELF alignment constraints for PIE. 2017-02-18 01:29:09 +00:00
lib Fix build with clang. 2017-02-03 17:24:43 +00:00
miscfs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
modules add missing files. 2017-02-16 08:23:35 +00:00
net npf_ifmap_getname requires the config to be locked. For now, just prevent the 2017-02-18 18:08:16 +00:00
net80211 wlan interfaces make interrupt routine running on softint context. 2017-02-02 10:05:35 +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 Fix return value 2017-02-17 18:09:25 +00:00
netinet6 Rename if_acquire_NOMPSAFE to if_acquire 2017-02-17 03:57:17 +00:00
netipsec ip6_sprintf -> IN6_PRINT so that we pass the size. 2017-01-16 15:44:46 +00:00
netisdn Defer bpf_mtap in Rx interrupt context to softint 2017-01-24 09:05:27 +00:00
netkey
netmpls
netnatm
netsmb
nfs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
opencrypto make some locks and condvar static 2017-02-09 06:03:29 +00:00
rump Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
secmodel
stand
sys Welcome to 7.99.60 2017-02-17 08:32:04 +00:00
ufs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
uvm Fix off by one. 2017-02-05 07:25:49 +00:00
Makefile