NetBSD/sys
thorpej 830ea34819 Use the pool allocator and "nointr" pool page allocator for vnodes. The
only benefit this provides is that we don't use kmem_map to map the memory
used for vnodes (though, this is a 30 virtual page savings on my PPro)
since vnodes are never freed (they have their own freelist).
1998-09-01 03:09:14 +00:00
..
adosfs In readlink, don't copy the string's NUL-terminator, and remove a redundant 1998-08-19 13:12:40 +00:00
arch Re-enable mfc and msc serial drivers. Both compile, but only mfc is 1998-09-01 02:40:36 +00:00
cfs Very Preliminary Coda 1998-08-29 21:26:45 +00:00
coda Very Preliminary Coda 1998-08-29 21:26:45 +00:00
compat Some more 64-bit cleanup. Now everything compiles. 1998-08-30 15:32:16 +00:00
conf Define LSI64854. 1998-08-29 21:52:54 +00:00
ddb Indent to 4 space for tabs 2 and 3 like the rest of the code 1998-08-16 03:29:16 +00:00
dev kill the last remnants of __BROKEN_INDIRECT_CONFIG. (only the pica port 1998-08-31 22:28:04 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Use the pool allocator and "nointr" pool page allocator for vnodes. The 1998-09-01 03:09:14 +00:00
lib Some more 64-bit cleanup. Now everything compiles. 1998-08-30 15:32:16 +00:00
lkm
miscfs Add some braces to make egcs happy (ambiguous else warning). 1998-08-18 06:27:01 +00:00
msdosfs Add some braces to make egcs happy (ambiguous else warning). 1998-08-18 06:27:01 +00:00
net Make this compile with -DIFMEDIA_DEBUG. 1998-08-30 07:39:39 +00:00
netatalk
netccitt
netinet
netiso Add some braces to make egcs happy. 1998-08-25 04:43:46 +00:00
netnatm
netns
nfs Add some braces to make egcs happy (ambiguous else warning). 1998-08-18 06:45:04 +00:00
stand
sys Use the pool allocator and the "nointr" pool page allocator for rusage 1998-09-01 01:02:33 +00:00
ufs Remove v_type != DIR check. First, vn_readdir already does 1998-08-30 00:16:04 +00:00
uvm Allocate vm_anon arrays from kernel_map, not via MALLOC(). Helps relieve 1998-08-31 02:43:14 +00:00
vm add missing label 1998-08-30 12:32:48 +00:00
Makefile