NetBSD/sys
christos 26bb1685bd don't allocate large buffers on the stack. 2006-10-27 16:49:01 +00:00
..
altq avoid shadowing "delay" 2006-10-24 02:48:04 +00:00
arch Nuke GPROF cargo-cult I've been cut-n-pasting around in my drivers. 2006-10-27 00:08:32 +00:00
coda Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
compat ktruser checks for length now. 2006-10-22 18:18:49 +00:00
conf Insert a .WAIT between "depend" and "all" in the "dependall" target, so 2006-10-26 05:10:55 +00:00
contrib/dev/ath Kill KAUTH_GENERIC_ISSUSER usage. 2006-10-21 00:13:57 +00:00
crypto static comes first 2006-09-03 05:22:36 +00:00
ddb - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
dev Remove redundant byteswap ops. 2006-10-27 13:26:34 +00:00
dist now that we have -Wno-unused-parameter, back out all the tremendously ugly 2006-10-17 18:21:29 +00:00
fs support fifos 2006-10-27 12:25:16 +00:00
gdbscripts Make these work again. I know, I'm a bit impatient, since they've 2006-09-29 15:43:06 +00:00
ipkdb Don't use KAUTH_RESULT_* where it's not applicable. 2006-09-13 10:07:42 +00:00
kern vmem: use correct function names for ASSERT_SLEEPABLE. 2006-10-27 15:05:16 +00:00
lib - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. 2006-10-08 03:14:55 +00:00
lkm Make pn_family static. 2006-10-04 21:47:56 +00:00
miscfs don't allocate large buffers on the stack. 2006-10-27 16:49:01 +00:00
net Use strncpy to copy out interface names so that the trailing part of the 2006-10-27 15:33:11 +00:00
net80211 oops - passing wrong integer. 2006-10-27 00:11:44 +00:00
netatalk Kill KAUTH_GENERIC_ISSUSER use. 2006-10-25 23:30:35 +00:00
netbt - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netinet Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is 2006-10-25 22:49:22 +00:00
netinet6 use portable bitfields. 2006-10-17 14:52:21 +00:00
netipsec more __unused 2006-10-13 20:53:59 +00:00
netisdn Kill KAUTH_GENERIC_ISSUSER. 2006-10-25 23:44:42 +00:00
netiso Kill some KAUTH_GENERIC_ISSUSER. 2006-10-25 23:40:57 +00:00
netkey Fix argument order 2006-10-14 21:05:40 +00:00
netnatm
netsmb - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
nfs Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH() 2006-10-25 22:01:54 +00:00
opencrypto avoid yet another GCC uninitialised warning error that only comes 2006-10-20 21:50:41 +00:00
secmodel Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is 2006-10-25 22:49:22 +00:00
stand
sys Back out previous -- it is used in userland right now. 2006-10-26 13:54:46 +00:00
ufs Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH() 2006-10-25 22:01:54 +00:00
uvm revert malloc -> kmem_alloc part of uvm_swap.c rev.1.110 because 2006-10-27 15:06:04 +00:00
Makefile