NetBSD/sys
wrstuden 4f7aaad83c Re-add own alloc(). Recent issues with kernels randomly dying on boot
are related to using libsa's alloc(). Problems go away with this alloc().

The problem is that the libsa alloc() assumes we can grab memory off
the end of the program. That assumption doesn't work for us. It's
much better to use the alloc() we were using as it calls OF_claim()
to get memory.
2002-09-20 03:20:24 +00:00
..
adosfs
altq make this compile. 2002-09-07 11:56:33 +00:00
arch Re-add own alloc(). Recent issues with kernels randomly dying on boot 2002-09-20 03:20:24 +00:00
coda
compat p->p_sigacts -> p->p_sigctx 2002-09-16 03:41:40 +00:00
conf Bump version for the merge of gehenna-devsw. 2002-09-06 14:24:45 +00:00
crypto Modified to avoid compiler warnings. The specific warning related 2002-09-08 07:52:41 +00:00
ddb
dev Another couple of functions that arn't used unless one is debugging RAIDframe. 2002-09-19 23:29:03 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern uppercase the lkm kernel-userspace dev macros and prefix them with LKM_ 2002-09-18 22:59:36 +00:00
lib Need strtoul() also. 2002-09-19 17:37:32 +00:00
lkm make this compile. 2002-09-06 16:56:13 +00:00
miscfs restore ancestral RCS ID from 4.4BSD-Lite2 2002-09-10 02:52:40 +00:00
msdosfs
net Add a missing semi-colon. 2002-09-19 03:04:32 +00:00
netatalk
netccitt
netinet Resync with official IPF 2002-09-19 08:12:43 +00:00
netinet6 remove extra blank line 2002-09-15 01:18:59 +00:00
netisdn
netiso
netkey KNF - return is not a function. sync w/kame. 2002-09-11 02:46:42 +00:00
netnatm
netns
netsmb
nfs pick up a fix from openbsd: 2002-09-14 21:45:16 +00:00
ntfs
stand
sys Remove clist.h. Clist blocks has never existed in NetBSD. 2002-09-19 10:49:43 +00:00
ufs
uvm add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to 2002-09-15 16:54:26 +00:00
Makefile