NetBSD/sys
uwe 6ac2d0e699 Revert previous that apparently has been committed by mistake.
It actually contained just some debugging printfs, and *wrong*
debugging printfs at that (hi, jared :)
2006-10-22 00:33:14 +00:00
..
altq Kill another KAUTH_GENERIC_ISSUSER. 2006-10-20 22:04:13 +00:00
arch Revert previous that apparently has been committed by mistake. 2006-10-22 00:33:14 +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 Make it compile again; it had an empty if body due the the DPRINTF and gcc 2006-10-19 15:11:59 +00:00
conf Sparc64 is -Wextra ready - but we are not sure where to go with __unused, 2006-10-17 14:28:46 +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 Tweak TX descriptor setup code in re_encap() to make it more readable a bit. 2006-10-21 21:29:14 +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 Add extended attribute numbers associated with the two defined structures 2006-10-22 00:06:48 +00:00
gdbscripts
ipkdb
kern pool_get(): use PR_WAITOK, not M_WAITOK (which happens to be PR_NOWAIT ..) 2006-10-21 17:01:56 +00:00
lib
lkm
miscfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
net now that we have -Wno-unused-parameter, back out all the tremendously ugly 2006-10-17 18:21:29 +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 add sack_dump(), a function to dump sack holes, if defined(DDB). 2006-10-21 10:26:21 +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 Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
opencrypto avoid yet another GCC uninitialised warning error that only comes 2006-10-20 21:50:41 +00:00
secmodel Introduce a new action on the network scope, KAUTH_NETWORK_INTERFACE, 2006-10-20 23:10:33 +00:00
stand
sys Introduce a new action on the network scope, KAUTH_NETWORK_INTERFACE, 2006-10-20 23:10:33 +00:00
ufs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
uvm in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() the 2006-10-21 05:54:31 +00:00
Makefile