NetBSD/sys
christos 22f422dc10 register_t is unsigned on sparc/sparc64/sh5/powerpc. This produces warnings
on comparisons < 0, since they can never be true. All register_t's should
be made signed, and this commit should be reverted. For now cast to int,
since the syscall code is a small number and guaranteed to fit.
2007-01-06 20:38:15 +00:00
..
altq Comment out #ident. 2006-12-20 17:03:20 +00:00
arch Comment out icsphy and ukphy for now; this makes both 1.1 and 1.6 Xboxes 2007-01-06 19:29:36 +00:00
coda a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
compat Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-05 15:40:51 +00:00
conf Welcome to 2007. 2007-01-01 04:26:16 +00:00
contrib/dev/ath __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
crypto
ddb __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
dev Make sure that we don't use the amdpm timecounter on Xbox. 2007-01-06 20:25:01 +00:00
dist CID-3809: move up the initialization of `fr' as we can jump to junkput: if 2006-12-27 18:28:54 +00:00
fs Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 16:55:29 +00:00
gdbscripts adapt to mnt_vnodelist being TAILQ 2006-11-04 20:33:17 +00:00
ipkdb s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
kern register_t is unsigned on sparc/sparc64/sh5/powerpc. This produces warnings 2007-01-06 20:38:15 +00:00
lib remove nqnfs from comments. from Arnaud Lacombe. 2006-12-29 13:05:48 +00:00
lkm build puffs lkm if MKPUFFS is set 2006-12-29 17:00:08 +00:00
miscfs Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
net Don't define dropanyway: label unless ISO or NETATALK is defined. Fix 2007-01-06 20:38:14 +00:00
net80211 Add software fragmentation of 802.11 packets to net80211. Some 2007-01-06 06:02:33 +00:00
netatalk Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
netbt Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
netinet Use rtcache_free for consistency. 2007-01-05 15:47:33 +00:00
netinet6 Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
netipsec Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netisdn __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
netiso Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
netkey Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netnatm
netsmb __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
nfs Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 20:24:08 +00:00
opencrypto __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
secmodel Fallthrough. 2007-01-05 13:21:53 +00:00
stand
sys Add KAUTH_SYSTEM_CHSYSFLAGS so we can get rid of the last three 2007-01-02 11:18:56 +00:00
ufs Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 16:55:29 +00:00
uvm CID-4192: ensure we have 'uobj != NULL` here 2006-12-27 17:59:08 +00:00
Makefile