NetBSD/sys
manu a8db9077cd Uses the recently introduced uvm_swap_stats() instead of
sys_swapctl(SWAP_STATS). This enable the use of a kernel based
buffer instead of using some temporary memory in the stackgap,
whereas we cannot make sure that the size os the struct swapent array
will fit in it. (it is not known at build time, but the stackgap len
is set at build time).
2002-03-18 17:21:24 +00:00
..
adosfs Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
altq bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
arch s/PS_STRINGS/p->p_psstr/, as requested by christos 2002-03-18 17:00:20 +00:00
coda add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
compat Uses the recently introduced uvm_swap_stats() instead of 2002-03-18 17:21:24 +00:00
conf Make sure USETOOLS value is propagated (for USETOOLS?=no case in each 2002-03-18 15:20:08 +00:00
crypto sync blowfish function prototype between i386 assembly and C. 2002-02-27 01:32:17 +00:00
ddb Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
dev include sys/queue.h. 2002-03-18 14:35:20 +00:00
filecorefs Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
fs descend into smbfs 2002-01-09 21:07:54 +00:00
gdbscripts
ipkdb
isofs Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
kern Use /emul/pecoff as prefix to run PE/COFF binaries. 2002-03-18 07:11:06 +00:00
lib make compile with _STANDALONE 2002-03-18 05:10:58 +00:00
lkm emul_netbsd is no longer used in exec_pecoff. 2002-03-18 08:16:08 +00:00
miscfs Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
msdosfs don't do any flush-behind for async mounts. 2002-03-17 23:58:09 +00:00
net Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
netatalk don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netccitt Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
netinet have tcp6_drain 2002-03-15 09:25:41 +00:00
netinet6 esp/ah_ctlinput: pass useful address to key_alloc. 2002-03-18 15:30:03 +00:00
netisdn Remove all knowledge about specific application (layer 4) drivers from 2002-03-17 20:54:04 +00:00
netiso MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
netkey missing splx 2002-03-01 04:19:42 +00:00
netnatm
netns
netsmb comment out includes for now 2002-01-09 21:10:04 +00:00
nfs use the exithook mechanism to remove the exiting process from the list 2002-03-17 22:22:39 +00:00
ntfs use the new compatibility routines to allow mmap() to work 2001-12-18 07:51:16 +00:00
stand Fix two typos reported by Chris Lloyd in kern/15028. 2001-12-22 00:35:45 +00:00
sys use the exithook mechanism to clean up semaphores. 2002-03-17 22:21:58 +00:00
ufs Fix a typo, a KNF-nit, and simplify a printf format string. 2002-03-18 13:38:52 +00:00
uvm Move swapctl(SWAP_STATS) implementation to a separate function called 2002-03-18 11:43:01 +00:00
Makefile descend into netsmb and fs 2002-01-09 21:51:53 +00:00