summaryrefslogtreecommitdiffstats
path: root/sys/vm/default_pager.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 261811,282660,282706:jhb2015-06-061-0/+1
* MFC r274100:kib2014-11-111-7/+4
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-5/+3
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-4/+21
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Access the swap_pagers' ->putpages() through swappagerops insteadphk2003-08-061-1/+1
* Use sparse struct initializations for struct pagerops.phk2003-08-051-7/+5
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Remove __P.alfred2002-03-191-8/+8
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-4/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+2
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-131-0/+1
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-1/+1
* Remove unused #include's.alc1999-11-071-2/+0
* The functions declared by this header file no longer exist.alc1999-11-071-1/+0
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-4/+4
* The default_pager's interaction with the swap_pager has been reorganized,dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-41/+41
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Removed unused #includes.bde1997-09-011-4/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-6/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Various bugfixes/cleanups from me and others:dyson1996-06-161-1/+14
* Make sure that pageout deadlocks cannot occur. There is a problemdyson1996-05-291-7/+15
* Make the conversion from the default pager to swap pager more robustdyson1996-05-241-5/+7
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Another mega commit to staticize things.phk1995-12-141-6/+14
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-4/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+6
* Added a copyright to this file.dg1995-07-131-0/+33
* Oops, forgot to add the "default" pager files...dg1995-07-131-0/+100
OpenPOWER on IntegriCloud