aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/swap_pager.h
Commit message (Expand)AuthorAgeFilesLines
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+1
* Remove __P.Alfred Perlstein2002-03-191-10/+10
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-4/+1
* - If swap metadata does not fit into the KVM, reduce the number ofSeigo Tanimura2000-12-131-0/+1
* The swap bitmap allocator was not calculating the bitmap size properlyMatthew Dillon2000-10-131-6/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Remove the non-functional "swap device" userland front-end to thePeter Wemm1999-11-181-0/+4
* Fix a number of spl bugs related to reserving and freeing swap space.Matthew Dillon1999-09-171-1/+2
* $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-2/+2
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-10/+34
* Removed no longer valid comment about swb_block being int instead ofAlexander Langer1998-07-101-2/+2
* Tighten up management of memory and swap space during map allocation,John Dyson1998-04-291-2/+2
* Fix page prezeroing for SMP, and fix some potential paging-in-progressJohn Dyson1998-02-251-1/+2
* Significantly improve the efficiency of the swap pager, which appears toJohn Dyson1998-02-231-1/+4
* 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
* Initial support for MADV_FREE, support for pages that we don't careJohn Dyson1996-05-231-1/+2
* In order to fix some concurrency problems with the swap pager earlyJohn Dyson1996-03-031-1/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+1
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-4/+5
* Fixed recent staticizations. Some protypes for static functions wereBruce Evans1995-11-161-6/+1
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)David Greenman1995-10-071-1/+2
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-1/+3
* 1) Merged swpager structure into vm_object.David Greenman1995-07-161-13/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-22/+13
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-101-2/+2
* swap_pager.c:David Greenman1995-02-021-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-24/+24
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-091-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-28/+37
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+90