summaryrefslogtreecommitdiff
path: root/sys/vm/vm_swap.c
AgeCommit message (Expand)Author
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j...Theo de Raadt
2001-03-01Fix compilation problems caused by last updateConstantine Sapuntzakis
2001-02-24Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.Constantine Sapuntzakis
1999-10-11permit builds with NFSSERVER, without NFSCLIENT; cmetzTheo de Raadt
1999-07-06use NFSSERVER || NFSCLIENT instead of NFSTheo de Raadt
1999-05-24quieter operation during initial mounting of primary swapTobias Weingartner
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1997-12-02Protect some more vnode operation with splbio. Needed for correct interactionConstantine Sapuntzakis
1997-11-13make msync() have 3 argsTheo de Raadt
1997-08-18if no swap has been configured at boot time, swapon could not addNiklas Hallqvist
1997-05-22use SWAPSKIPBYTES for miniroot preservation, tooTheo de Raadt
1997-04-10always skip the first 8K of swap. Yes, 8K, not some manufactured number that ...Theo de Raadt
1997-02-17kill unused variables w/ MINIROOTSIZE defined in configMichael Shalayeff
1996-03-03From NetBSD: merge with 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt