NetBSD/sys
thorpej 5c7e0ada43 Use a pool cache for L1 PT pages. When we can allocate a cached,
constructed L1 PT page, this saves us from having to copy the kernel
L1 PTEs into the user L1 PT page at fork time (it's already set up).

A simple test shows a 1 second improvement of a rapid fork/exit operation
10000 times on a 533MHz 21164A (12s to 11s).
2000-12-07 05:59:07 +00:00
..
adosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
arch Use a pool cache for L1 PT pages. When we can allocate a cached, 2000-12-07 05:59:07 +00:00
coda Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
compat regen 2000-12-06 21:26:07 +00:00
conf add a kernel configuration option to set the string passed in bp_file 2000-12-05 17:59:43 +00:00
crypto sync with kame. 2000-11-06 14:11:40 +00:00
ddb Make sure values for a %llx are long long. 2000-11-28 21:44:34 +00:00
dev Regen. 2000-12-07 01:02:42 +00:00
filecorefs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
gdbscripts gdb macro to print the kernel message buffer 2000-06-08 14:45:24 +00:00
ipkdb
isofs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
kern This is a first-cut implementation of support for caching of 2000-12-07 05:45:57 +00:00
lib Have recursive make invocations depend on the .MAKE pseudo-target so 2000-12-05 17:01:19 +00:00
lkm one less: lfs is now loadable as LKM 2000-11-30 16:01:44 +00:00
miscfs allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
msdosfs Initialize 'frcn' to 0 in extendfile to be safe. 2000-12-04 11:54:39 +00:00
net Use DMA from mbuf instead of copy in transmit. 2000-11-20 12:12:18 +00:00
netatalk Avoid recursion with traditional cpp. 2000-07-28 12:13:32 +00:00
netccitt More format checking 2000-07-08 17:45:53 +00:00
netinet more on previous (udp4 multicast fix) 2000-12-04 11:24:20 +00:00
netinet6 make sure we don't touch uninitialized pointer. from: fvdl 2000-12-04 12:11:49 +00:00
netiso fix paren/#ifdef match. 2000-10-02 03:54:53 +00:00
netkey don't waste entropy by use of key_random(). use key_randomfill() for 2000-10-07 12:08:33 +00:00
netnatm Keystone Kwality Kops: add multiple-include protection. 2000-07-03 01:19:23 +00:00
netns remove unused macro. 2000-04-10 02:19:29 +00:00
netsmb initial stab at SMB stack, needed for smbfs. originally for freebsd by 2000-12-07 03:48:09 +00:00
nfs add a kernel configuration option to set the string passed in bp_file 2000-12-05 17:59:43 +00:00
ntfs Update for hashinit() change. 2000-11-08 14:28:12 +00:00
smbfs initial stab at smbfs (CIFS). originally for freebsd by boris popov, 2000-12-07 03:33:46 +00:00
stand
sys This is a first-cut implementation of support for caching of 2000-12-07 05:45:57 +00:00
ufs in ffs_sync(), don't skip vnodes which have (potentially dirty) pages. 2000-12-04 09:37:06 +00:00
uvm in uvn_findpage(), only increment the counter of vnode pages 2000-12-06 03:37:30 +00:00
Makefile remove vm 2000-06-29 12:04:24 +00:00