NetBSD/sys
yamt b02ae403bb switch swap space allocation code to use blist instead of extent(9).
fix "warning: resource shortage: %d pages of swap lost".

extent(9) has some undesirable characteristics for swap allocation:
	- it involves alloc-to-free.
	- its operational cost is O(n*n) where n is number of entries.
2005-04-06 13:51:33 +00:00
..
altq
arch Revert previous. It causes df(1) to reset my Jornada 680 sometimes. 2005-04-04 23:15:08 +00:00
coda
compat merge yamt-km branch. 2005-04-01 11:59:21 +00:00
conf make blist compilable on netbsd. 2005-04-06 11:33:54 +00:00
crypto
ddb remove stray error(1) comment. 2005-03-28 01:05:13 +00:00
dev Work-in-progress of AC'97 modem support. Currently disabled by default 2005-04-04 19:41:50 +00:00
dist Upgraded IPFilter to 4.1.8 2005-04-03 15:05:30 +00:00
fs - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
gdbscripts
ipkdb
kern sys_mount: 2005-04-06 13:49:31 +00:00
lib KNF 2005-03-12 16:39:41 +00:00
lkm add missing prototype for when CODA_COMPAT_5 is #define'd 2005-03-28 06:59:13 +00:00
miscfs PR/29782: Martin Husemann: procfs can not unmount when some process has its 2005-04-02 06:15:09 +00:00
net no point in assigning to ifq twice. 2005-03-31 21:19:35 +00:00
net80211
netatalk
netccitt
netinet Added sysctl tunable limits for the number of maximum SACK holes 2005-04-05 01:07:17 +00:00
netinet6 Make sure that prefixes get purged. This fixes PR kern/21189, 2005-04-03 11:02:27 +00:00
netipsec Repair references to nonexistent structs in sys/netipsec/key.c after 2005-02-28 17:47:50 +00:00
netisdn
netiso
netkey
netnatm
netns
netsmb
nfs nfsrv_rcv: don't do so_receive from socket upcall context. 2005-03-29 09:22:35 +00:00
opencrypto
stand
sys add a comment. 2005-04-06 13:13:05 +00:00
ufs Fix some locking issues that appeared with the simple_lock work. 2005-04-06 04:30:46 +00:00
uvm switch swap space allocation code to use blist instead of extent(9). 2005-04-06 13:51:33 +00:00
Makefile