NetBSD/sys
2007-03-24 00:27:58 +00:00
..
altq Use mtod(m, char*) when doing pointer arithmetic on the result. 2007-03-05 22:50:32 +00:00
arch Disable hardware scrolling for now :( It *can* trap on rare occations. Most 2007-03-24 00:23:05 +00:00
coda Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
compat Fix generated file names from makesyscalls.sh (s/linux/linux32/). 2007-03-23 12:26:10 +00:00
conf Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11. 2007-03-20 18:05:25 +00:00
contrib/dev/ath
crypto Added missing const-qualifiers. 2007-01-22 01:38:33 +00:00
ddb TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
dev Allow viadrm to attach to unichromefb 2007-03-23 22:17:52 +00:00
dist Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
fs Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
gdbscripts
ipkdb Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
kern Fix a deadlock w/kqueue that was introduced with the last set of changes. 2007-03-23 18:33:43 +00:00
lib Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gcc 2007-03-14 22:22:53 +00:00
lkm Sync with est.c, est_init does not take any argument now. Just use 2007-03-18 07:28:37 +00:00
miscfs Remove useless cast. 2007-03-11 22:07:32 +00:00
net Make all debug messages use GRE_DPRINTF(). Get rid of a redundant 2007-03-21 03:18:08 +00:00
net80211 fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
netatalk Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netbt disallow sending command packets of unexpected length 2007-03-21 06:22:07 +00:00
netinet Don't call ip*flow_reap if we're just looking up maxflows 2007-03-24 00:27:58 +00:00
netinet6 Don't call ip*flow_reap if we're just looking up maxflows 2007-03-24 00:27:58 +00:00
netipsec Call key_checkspidup with spi in network bit order in order to make correct 2007-03-21 22:38:34 +00:00
netisdn Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netiso Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netkey Call key_checkspidup with spi in network bit order in order to make correct 2007-03-21 22:38:34 +00:00
netnatm Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netsmb Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
nfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
opencrypto Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
secmodel Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
stand
sys Delete some stuff that has been commented out for over 12 years, and 2007-03-23 21:00:25 +00:00
ufs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-13 02:11:28 +00:00
uvm Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
Makefile