| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not map the swap i/o pbufs if the geom provider for the swap | kib | 2013-03-19 | 1 | -0/+1 |
* | Implement the linprocfs swaps file, providing information about the | kib | 2011-08-01 | 1 | -1/+2 |
* | - Move 'struct swdevt' back into swap_pager.h and expose it to userland. | jhb | 2007-02-07 | 1 | -0/+32 |
* | On shutdown try to turn off all swap devices. This way GEOM providers are | pjd | 2006-04-10 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Staticize swap_pager_putpages() | phk | 2003-08-06 | 1 | -6/+0 |
* | Change the layout policy of the swap_pager from a hardcoded width | phk | 2003-08-03 | 1 | -2/+3 |
* | Remove unused stuff. | phk | 2003-07-31 | 1 | -16/+0 |
* | Move the implementation of the vmspace_swap_count() (used only in | phk | 2003-07-18 | 1 | -27/+0 |
* | Add a new function swap_pager_status() which reports the total size of the | phk | 2003-07-18 | 1 | -1/+1 |
* | Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation | phk | 2003-07-18 | 1 | -27/+1 |
* | Make sure that SWP_NPAGES always has the same value in all source | phk | 2003-07-17 | 1 | -1/+5 |
* | Make swap_pager_haspages() static; remove unused function prototypes. | alc | 2003-06-20 | 1 | -4/+0 |
* | - Move swap_pager_isswapped()'s prototype to a more logical place. | alc | 2003-04-24 | 1 | -0/+1 |
* | Remove unused declarations. | alc | 2003-04-22 | 1 | -4/+0 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | phk | 2003-01-03 | 1 | -1/+18 |
* | Avoid extern decls in .c files by putting them in the vm/swap_pager.h | phk | 2003-01-03 | 1 | -0/+9 |
* | Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion. | phk | 2003-01-03 | 1 | -3/+3 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+2 |
* | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | bde | 2002-09-05 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -10/+10 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -4/+1 |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -0/+1 |
* | The swap bitmap allocator was not calculating the bitmap size properly | dillon | 2000-10-13 | 1 | -6/+3 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | Remove the non-functional "swap device" userland front-end to the | peter | 1999-11-18 | 1 | -0/+4 |
* | Fix a number of spl bugs related to reserving and freeing swap space. | dillon | 1999-09-17 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 1 | -2/+2 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -10/+34 |
* | Removed no longer valid comment about swb_block being int instead of | alex | 1998-07-10 | 1 | -2/+2 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 1 | -2/+2 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 1 | -1/+2 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -1/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Initial support for MADV_FREE, support for pages that we don't care | dyson | 1996-05-23 | 1 | -1/+2 |
* | In order to fix some concurrency problems with the swap pager early | dyson | 1996-03-03 | 1 | -1/+2 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 1 | -2/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -3/+1 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -4/+5 |
* | Fixed recent staticizations. Some protypes for static functions were | bde | 1995-11-16 | 1 | -6/+1 |
* | Fix argument passing to the "freeer" routine. Added some prototypes. (bde) | dg | 1995-10-07 | 1 | -1/+2 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -1/+3 |
* | 1) Merged swpager structure into vm_object. | dg | 1995-07-16 | 1 | -13/+1 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -22/+13 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -2/+2 |
* | swap_pager.c: | dg | 1995-02-02 | 1 | -1/+2 |