NetBSD/sys
kent eadd4f5dcf Make uaudio compilable as a kmod.
XXX:
"modload uaudio.kmod" doesn't attach the uaudio driver to
plugged USB devices for now because uhub_rescan() is not
implemented yet.  We need to re-plug USB devices after modload.
2008-06-28 09:14:56 +00:00
..
altq merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
arch Unify splraiseipl(9) implementation among m68k ports, 2008-06-28 05:26:33 +00:00
coda Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
compat Add SIOCGIFHWADDR support. 2008-06-27 12:38:25 +00:00
conf clean up some useless code and variables in cardbus attachment 2008-06-24 17:32:09 +00:00
contrib/dev/ath
crypto
ddb
dev Make uaudio compilable as a kmod. 2008-06-28 09:14:56 +00:00
dist Wrap definition of pfil6_wrapper in #ifdef INET6. 2008-06-22 11:36:33 +00:00
fs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
gdbscripts
ipkdb
kern Don't compile kern_lock for rump any more, it's no longer required. 2008-06-25 13:16:58 +00:00
lib Nuke MOVED support. Move rb_parent out of rb_nodes and make it it's own 2008-06-25 04:56:08 +00:00
lkm merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
miscfs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
modules Make uaudio compilable as a kmod. 2008-06-28 09:14:56 +00:00
net Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
net80211 Replace gcc-style designated initialisers with c99-style. 2008-06-24 10:33:46 +00:00
netatalk
netbt do not hold bt_lock while detaching bthub, as devices may need to aquire 2008-06-26 14:17:27 +00:00
netinet merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
netinet6 remove undeclared caddr_t. makes i386 ALL kernel build again. 2008-06-27 09:16:21 +00:00
netipsec Kill caddr_t introduced in the previous revision 2008-06-27 17:28:24 +00:00
netisdn Also delete a now-unused local variable. 2008-05-23 14:10:50 +00:00
netiso s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
netkey
netnatm Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
netsmb Make it compile. 2008-06-24 11:20:37 +00:00
nfs Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Don't compile kern_lock for rump any more, it's no longer required. 2008-06-25 13:16:58 +00:00
secmodel
stand
sys Always cast to the right result type, independent of compiler 2008-06-27 22:19:43 +00:00
ufs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
uvm Don't swap kernel stacks of realtime threads. 2008-06-25 19:20:56 +00:00
Makefile