freebsd-dev/sys
Matthew Dillon 327f4e8394 Limit number of simultanious asynchronous swap pager I/Os that can
be in progress at any given moment.

    Add two swap tuneables to sysctl:

	vm.swap_async_max: 4
	vm.swap_cluster_max: 16

    Recommended values are a cluster size of 8 or 16 pages.  async_max is
    about right for 1-4 swap devices.  Reduce to 2 if swap is eating too much
    bandwidth, or even 1 if swap is both eating too much bandwidth and sitting
    on a slow network (10BaseT).

    The defaults work well across a broad range of configurations and should
    normally be left alone.
1999-02-18 19:57:33 +00:00
..
alpha add now required queue.h include 1999-02-16 20:34:56 +00:00
amd64 Add a little bit more identifying information to the myriad PCI network 1999-02-18 01:13:40 +00:00
boot Enable load of i386 ELF kernels with larger KVA range (e.g. starting at 1999-02-15 17:36:58 +00:00
cam Fix sync rate and transfer rate printouts in xpt_announce_periph(). 1999-02-18 18:08:39 +00:00
coda
compat
compile
conf Merge with sys/i386/conf/options.i386 revision 1.102. 1999-02-16 11:12:42 +00:00
contrib/softupdates fix double LIST_REMOVE; other cosmetic changes to match version 9.32. 1999-02-17 20:01:20 +00:00
ddb Fixed -Wcast-qual warnings. 1999-02-12 12:44:19 +00:00
dev Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2) 1999-02-15 21:41:43 +00:00
fs
geom Add a prioritization field to the devstat_add_entry() call so that 1999-02-10 00:04:13 +00:00
gnu
i4b
i386 Add a little bit more identifying information to the myriad PCI network 1999-02-18 01:13:40 +00:00
isa More appropriate fix to the id_irq read during probe 1999-02-14 22:02:47 +00:00
isofs/cd9660
kern Initialize procsig0.ps_refcnt to 1 (instead of 2), this would silence 1999-02-17 21:03:14 +00:00
libkern
miscfs
modules Clean up some .Os macro uses: quotes are not needed, multiple arguments 1999-02-15 08:34:14 +00:00
msdosfs
net * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
netatalk
netatm
netinet * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
netipx * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
netkey
netnatm
netns
nfs Move the declaration of the vfs.nfs sysctl node outside an ifdef so that 1999-02-18 09:19:41 +00:00
nfsclient Move the declaration of the vfs.nfs sysctl node outside an ifdef so that 1999-02-18 09:19:41 +00:00
nfsserver Move the declaration of the vfs.nfs sysctl node outside an ifdef so that 1999-02-18 09:19:41 +00:00
ntfs
pc98 - Cosmetic change. 1999-02-16 11:15:21 +00:00
pccard On second thought: do previous fux in pcic.c better. 1999-02-14 20:41:01 +00:00
pci Undo Nicolas' changes (1.91->1.92, added USB controller in pcisupport.c). 1999-02-18 18:48:01 +00:00
posix4 * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
powerpc Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5 1999-02-08 02:42:13 +00:00
rpc
svr4
sys * Change sysctl from using linker_set to construct its tree using SLISTs. 1999-02-16 10:49:55 +00:00
tools
ufs fix double LIST_REMOVE; other cosmetic changes to match version 9.32. 1999-02-17 20:01:20 +00:00
vm Limit number of simultanious asynchronous swap pager I/Os that can 1999-02-18 19:57:33 +00:00
Makefile