NetBSD/sys
reinoud dc5b5420b9 Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH()
loops where vnodes can get removed or added during the loops. This could
lead to panic's on unmount since nodes are skipped or otherwise
TAILQ_NEXT(0xdeadbeef, ...) was dereferenced.
2006-10-25 22:01:54 +00:00
..
altq avoid shadowing "delay" 2006-10-24 02:48:04 +00:00
arch Bump SYMTAB_SPACE so that it fits again. 2006-10-25 20:46:48 +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 add fs/puffs 2006-10-22 22:44:44 +00:00
contrib/dev/ath Kill KAUTH_GENERIC_ISSUSER usage. 2006-10-21 00:13:57 +00:00
crypto
ddb - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
dev Exclude wdc_sataprobe() when no SATA controllers are present. Fix 2006-10-25 20:14:00 +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 Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH() 2006-10-25 22:01:54 +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
kern Added missing whitespace in sysctl description string. PR kern/34915. 2006-10-25 20:55:11 +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 1. fix procfs_validfile{,_linux} to test for NULL pointers properly. 2006-10-25 18:59:52 +00:00
net Kill some KAUTH_GENERIC_ISSUSER uses. 2006-10-25 20:28:45 +00:00
net80211 - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netatalk - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netbt - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
netinet Kill some KAUTH_GENERIC_ISSUSER. 2006-10-25 18:11: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 replace static for ncapi - it doesn't need exporting - nuke it from the header 2006-10-16 13:03:03 +00:00
netiso - sprinkle __unused on function decls. 2006-10-12 01:30:41 +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 oops, fix license. (hah!) 2006-10-24 11:53:12 +00:00
stand
sys Add a function (ksyms_init_explicit) to add a symbol table when we know the 2006-10-25 13:46:36 +00:00
ufs Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH() 2006-10-25 22:01:54 +00:00
uvm extent/malloc -> vmem_alloc/kmem_alloc. 2006-10-22 09:44:21 +00:00
Makefile