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 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
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 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
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 Another item on the TODO list: 2002-08-26 11:35:22 +00:00
dev Another couple of functions that arn't used unless one is debugging RAIDframe. 2002-09-19 23:29:03 +00:00
filecorefs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
fs
gdbscripts Build a .gdbinit in the kernel build directory. The new .gdbinit 2002-09-01 23:04:47 +00:00
ipkdb
isofs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
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 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
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 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
netiso avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netkey KNF - return is not a function. sync w/kame. 2002-09-11 02:46:42 +00:00
netnatm
netns avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netsmb Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
nfs pick up a fix from openbsd: 2002-09-14 21:45:16 +00:00
ntfs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
stand
sys Remove clist.h. Clist blocks has never existed in NetBSD. 2002-09-19 10:49:43 +00:00
ufs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
uvm add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to 2002-09-15 16:54:26 +00:00
Makefile