NetBSD/sys
pooka 8a90d6851a Initialize cpu_softcpu before creating softint threads. Fixes things
with rump kernel hypervisors which wrap the thread creation hypercall.

pointed out by Justin Cormack
2014-06-22 20:09:19 +00:00
..
altq - Move IFNET_*() macros under #ifdef _KERNEL. 2014-05-17 20:44:24 +00:00
arch Typo in error message. 2014-06-21 09:11:04 +00:00
coda An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
compat Sync swapctl() with netbsd32. Return EINVAL when misc<0, and 0 when misc=0 2014-06-22 19:09:39 +00:00
conf Document command line options and other inputs and outputs. 2014-06-14 12:42:41 +00:00
crypto
ddb
dev Consistently pass a "struct piixpm_softc" to piixpm_intr. 2014-06-22 09:48:20 +00:00
dist/pf - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
external Add $NetBSD$. 2014-06-17 19:33:20 +00:00
fs CID 1223346: No need to check bp against NULL. It is always valid here. 2014-06-22 09:47:40 +00:00
gdbscripts
ipkdb
kern Fix a NULL pointer dereference after a loooong discussion with dholland@, 2014-06-22 18:32:27 +00:00
lib remove remaining makefile support for GCC < 45 that i found. 2014-06-14 20:49:36 +00:00
miscfs Change field "layerm_tag" to correct type "enum vtagtype". 2014-05-28 10:51:20 +00:00
modules add HYT-221/271/939 humidity/temperature I2C sensor 2014-05-18 11:46:23 +00:00
net * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
net80211
netatalk * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netbt * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netinet * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netinet6 * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netipsec * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netisdn - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
netkey
netmpls * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netnatm * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
netsmb - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. 2014-05-19 02:51:24 +00:00
nfs Change NFS from rbtree to vcache. 2014-05-30 08:47:45 +00:00
opencrypto register with pmf. 2014-06-21 17:34:30 +00:00
rump Initialize cpu_softcpu before creating softint threads. Fixes things 2014-06-22 20:09:19 +00:00
secmodel
stand
sys * split PRU_CONTROL functionality out of xxx_userreq() switches and place 2014-06-22 08:10:18 +00:00
ufs Don't t use a C++ keyword as field name. 2014-06-12 21:39:45 +00:00
uvm Sync swapctl() with netbsd32. Return EINVAL when misc<0, and 0 when misc=0 2014-06-22 19:09:39 +00:00
Makefile