NetBSD/sys
drochner f8b26260d9 -make the list of USB child devices a (possibly sparse) array rather
than a zero-terminated list; this makes the code simpler and also
 hopefully fixes the recent "childdet" botch, see PR kern/38528
-handle the root hub specially a bit earlier, this allows to kick out
 the "submatch" functions completely which needed to second-guess
 from the port number (where "0" meant root hub")
 (we could handle the root hub specially even earlier, but as done
 now big parts of the hub emulation code are exercised regularely,
 this would bitrot otherwise)
2008-05-25 21:41:35 +00:00
..
altq Use MI cpu_counter() interface. 2008-05-10 15:11:10 +00:00
arch Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
coda
compat Fix netbsd32_ipc_perm and netbsd32_shmid_ds structures to use correct 2008-05-24 16:02:44 +00:00
conf Add DRVGETEVENT support for /dev/drvctl, based on devmon support by 2008-05-25 12:30:40 +00:00
contrib/dev/ath
crypto
ddb
dev -make the list of USB child devices a (possibly sparse) array rather 2008-05-25 21:41:35 +00:00
dist MI implementation of AcpiAcquireGlobalLock and AcpiReleaseGlobalLock. 2008-05-24 22:16:20 +00:00
fs Remove bogus KASSERT(); if we shrink the file, the number of allocated 2008-05-20 21:31:52 +00:00
gdbscripts
ipkdb
kern don't forget to fill in the emulation. 2008-05-25 20:18:33 +00:00
lib Take $MACHINE into account when looking for modules. 2008-05-20 16:04:08 +00:00
lkm Import writing part of the UDF file system making optical media like CD's 2008-05-14 16:49:47 +00:00
miscfs Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
modules Enable cd9660 module. 2008-05-20 19:02:19 +00:00
net Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
net80211
netatalk
netbt
netinet Don't cast to void * unnecessarily. 2008-05-22 01:06:39 +00:00
netinet6 Cosmetic: join lines. 2008-05-22 22:25:05 +00:00
netipsec
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
nfs Make sure that we flush the NFS directory cache in case of an NFS mount 2008-05-24 14:29:18 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Fix rump build. 2008-05-20 19:02:36 +00:00
secmodel
stand
sys Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
ufs s/log file system/log-structured file system/ 2008-05-24 18:14:24 +00:00
uvm if UVMHIST is defined, include headers necessary for its use. 2008-05-25 16:02:08 +00:00
Makefile