summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Die!art2001-06-271-1267/+0
* Get rid of VHOLD, replace with buf_replacevnode.csapuntz2001-02-281-6/+3
* Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andweingart1999-05-221-37/+26
* typo in commentart1999-02-081-2/+2
* clean up DIAGNOSTICart1998-12-301-5/+7
* Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,niklas1998-03-011-1/+3
* Protect some more vnode operation with splbio. Needed for correct interactioncsapuntz1997-12-021-2/+2
* tabifymickey1997-07-251-7/+6
* Removal of race conditions. Inspired by Charles Hannum'sniklas1997-04-171-52/+50
* Some minor KNFniklas1997-03-051-21/+20
* Clarify precedense with parenthesisniklas1996-08-121-2/+2
* Another VITAL VM patch. Boundary condition not solid, which last commitniklas1996-08-121-2/+2
* Off by one error, caused rmfree panics on rebootniklas1996-08-051-2/+2
* Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.niklas1996-08-021-3/+252
* thread changesderaadt1996-05-281-26/+17
* partial sync with netbsd 960418, more to comederaadt1996-04-211-11/+11
* Make swap accounting actually work...tholo1996-02-191-0/+8
* initial import of NetBSD treederaadt1995-10-181-0/+1033