aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/default_pager.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Access the swap_pagers' ->putpages() through swappagerops insteadPoul-Henning Kamp2003-08-061-1/+1
* Use sparse struct initializations for struct pagerops.Poul-Henning Kamp2003-08-051-7/+5
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* Remove __P.Alfred Perlstein2002-03-191-8/+8
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-4/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+2
* - If swap metadata does not fit into the KVM, reduce the number ofSeigo Tanimura2000-12-131-0/+1
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-1/+1
* Remove unused #include's.Alan Cox1999-11-071-2/+0
* The functions declared by this header file no longer exist.Alan Cox1999-11-071-1/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* vm_pager_put_pages() is passed an rcval array to hold per-page returnMatthew Dillon1999-01-241-4/+4
* The default_pager's interaction with the swap_pager has been reorganized,Matthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-41/+41
* 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