summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.h
Commit message (Expand)AuthorAgeFilesLines
* Do not map the swap i/o pbufs if the geom provider for the swapkib2013-03-191-0/+1
* Implement the linprocfs swaps file, providing information about thekib2011-08-011-1/+2
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.jhb2007-02-071-0/+32
* On shutdown try to turn off all swap devices. This way GEOM providers arepjd2006-04-101-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Staticize swap_pager_putpages()phk2003-08-061-6/+0
* Change the layout policy of the swap_pager from a hardcoded widthphk2003-08-031-2/+3
* Remove unused stuff.phk2003-07-311-16/+0
* Move the implementation of the vmspace_swap_count() (used only inphk2003-07-181-27/+0
* Add a new function swap_pager_status() which reports the total size of thephk2003-07-181-1/+1
* Merge swap_pager.c and vm_swap.c into swap_pager.c, the separationphk2003-07-181-27/+1
* Make sure that SWP_NPAGES always has the same value in all sourcephk2003-07-171-1/+5
* Make swap_pager_haspages() static; remove unused function prototypes.alc2003-06-201-4/+0
* - Move swap_pager_isswapped()'s prototype to a more logical place.alc2003-04-241-0/+1
* Remove unused declarations.alc2003-04-221-4/+0
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-031-1/+18
* Avoid extern decls in .c files by putting them in the vm/swap_pager.hphk2003-01-031-0/+9
* Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion.phk2003-01-031-3/+3
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+2
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-051-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+1
* Remove __P.alfred2002-03-191-10/+10
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-4/+1
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-131-0/+1
* The swap bitmap allocator was not calculating the bitmap size properlydillon2000-10-131-6/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Remove the non-functional "swap device" userland front-end to thepeter1999-11-181-0/+4
* Fix a number of spl bugs related to reserving and freeing swap space.dillon1999-09-171-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-2/+2
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-10/+34
* Removed no longer valid comment about swb_block being int instead ofalex1998-07-101-2/+2
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-2/+2
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-251-1/+2
* Significantly improve the efficiency of the swap pager, which appears todyson1998-02-231-1/+4
* 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
* Initial support for MADV_FREE, support for pages that we don't caredyson1996-05-231-1/+2
* In order to fix some concurrency problems with the swap pager earlydyson1996-03-031-1/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Another mega commit to staticize things.phk1995-12-141-3/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-4/+5
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-161-6/+1
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)dg1995-10-071-1/+2
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-1/+3
* 1) Merged swpager structure into vm_object.dg1995-07-161-13/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-22/+13
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-101-2/+2
* swap_pager.c:dg1995-02-021-1/+2
OpenPOWER on IntegriCloud