NetBSD/sys
rmind df64447ca6 Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing
its uses with cpu_infos array.  Extra testing by christos@.
2013-11-24 21:58:38 +00:00
..
altq
arch The x86 kernel entry point stack arguments are always 32-bit, even on amd64. 2013-11-24 17:20:00 +00:00
coda tuck in code inside the mutex 2013-11-23 23:14:55 +00:00
compat fix previous, list ends in NULL, and don't open-code 2013-11-23 23:34:04 +00:00
conf revert previous 2013-10-18 08:06:06 +00:00
crypto
ddb Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing 2013-11-24 21:58:38 +00:00
dev XS_NOERROR | XS_RESET doens't make sense, XS_RESET is what is wanted here. 2013-11-24 18:02:08 +00:00
dist/pf fix compiler warnings 2013-10-20 21:05:47 +00:00
external Resolve conflicts. 2013-11-24 12:25:19 +00:00
fs - tmpfs_construct_node: prevent from the new node construction if the 2013-11-24 17:16:29 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing 2013-11-24 21:58:38 +00:00
lib For the purposes of static analysis, this never returns. 2013-11-19 16:56:21 +00:00
miscfs change the mountlist CIRCLEQ into a TAILQ 2013-11-23 13:35:36 +00:00
modules switch from malloc(9) to kmem(9) 2013-11-23 15:53:37 +00:00
net Move initialisation of bpf_args_t into the npf_ruleset_inspect(). 2013-11-23 19:32:20 +00:00
net80211 GC unused functions. Don't bother building ieee80211_acl.c, nothing in 2013-09-13 20:19:53 +00:00
netatalk Remove unused variable 2013-09-12 19:47:58 +00:00
netbt
netinet expose the pcb queue structure for convenience 2013-11-23 22:23:26 +00:00
netinet6 convert from CIRCLEQ to TAILQ. 2013-11-23 14:20:21 +00:00
netipsec - apply some __diagused 2013-11-03 18:37:10 +00:00
netisdn
netkey
netmpls
netnatm
netsmb
nfs convert from CIRCLEQ to TAILQ 2013-11-23 14:20:46 +00:00
opencrypto Remove unused variable 2013-09-12 13:12:35 +00:00
rump add a copy of uvm_swap_shutdown() here so that it is not undefined when we 2013-11-23 22:24:31 +00:00
secmodel
stand
sys Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing 2013-11-24 21:58:38 +00:00
ufs change the mountlist CIRCLEQ into a TAILQ 2013-11-23 13:35:36 +00:00
uvm fix circleq comments 2013-11-23 14:50:40 +00:00
Makefile