NetBSD/sys
mark 45faa60d85 Added a new function map_chunk() used during init_arm() when setting up
the kernel page tables. map_chunk() replaces running a loop, calling
map_entry() and in addition where possible it will use L1 section mappings
or L2 large page mappings instead of L2 small page mappings in order to
reduce the TLB entried needed for the kernel.
1998-08-30 23:17:44 +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 Added a new function map_chunk() used during init_arm() when setting up 1998-08-30 23:17:44 +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 Use sbus attach args features. 1998-08-30 21:25:30 +00:00
filecorefs Minor code cleanups, KNF a couple of bits that got missed and remove 1998-08-14 18:04:04 +00:00
gdbscripts
ipkdb
isofs Per POSIX, fail with EINVAL if advisory locking is attempted on a file type 1998-08-13 10:06:31 +00:00
kern Fix a few comment tyops, kill an inaccurate comment, and 1998-08-30 20:30:57 +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 Fix the NEXT_IA_WITH_SAME_ADDR macro introduced in 1.27: it was finding 1998-08-14 06:57:54 +00:00
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 Declare `devnametobdevmaj' table emitted by config(8). 1998-08-30 21:34:55 +00:00
ufs Remove v_type != DIR check. First, vn_readdir already does 1998-08-30 00:16:04 +00:00
uvm Define `len' as size_t rather than int so that correct type is passed 1998-08-30 03:08:43 +00:00
vm add missing label 1998-08-30 12:32:48 +00:00
Makefile Add filecorefs so we get the header files installed. 1998-08-14 13:05:37 +00:00