aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/default_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Removed unused #includes.Bruce Evans1997-09-011-4/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orBruce Evans1997-08-251-6/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Various bugfixes/cleanups from me and others:John Dyson1996-06-161-1/+14
* Make sure that pageout deadlocks cannot occur. There is a problemJohn Dyson1996-05-291-7/+15
* Make the conversion from the default pager to swap pager more robustJohn Dyson1996-05-241-5/+7
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-6/+14
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-4/+4
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+6
* Added a copyright to this file.David Greenman1995-07-131-0/+33
* Oops, forgot to add the "default" pager files...David Greenman1995-07-131-0/+100