| Commit message (Expand) | Author | Age | Files | Lines |
* | Isolate the swapdev_vp "not quite" vnode in the only source file which | phk | 1999-11-22 | 1 | -0/+7 |
* | Remove the non-functional "swap device" userland front-end to the | peter | 1999-11-18 | 1 | -7/+7 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Fix a number of spl bugs related to reserving and freeing swap space. | dillon | 1999-09-17 | 1 | -291/+232 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use devtoname to print dev_t's instead of casting them to u_long for | bde | 1999-08-23 | 1 | -6/+7 |
* | Correct an accidental omission of one "vm_page_undirty" replacement | alc | 1999-08-17 | 1 | -2/+2 |
* | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | alc | 1999-08-17 | 1 | -2/+2 |
* | Remove vm_object::last_read. It is used by the old swap pager, but | alc | 1999-07-16 | 1 | -2/+1 |
* | Kirk missed a required BUF_KERNPROC(). Even though this is a non-async | peter | 1999-06-27 | 1 | -1/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -4/+5 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -5/+3 |
* | Submitted by: Matt Dillon <dillon@freebsd.org> | julian | 1999-03-14 | 1 | -17/+242 |
* | Remove conditional sysctl's | dillon | 1999-02-21 | 1 | -46/+4 |
* | Reviewed by: Alan Cox <alc@cs.rice.edu> | dillon | 1999-02-21 | 1 | -9/+15 |
* | Limit number of simultanious asynchronous swap pager I/Os that can | dillon | 1999-02-18 | 1 | -13/+109 |
* | Add hysteresis to the 'swap_pager_getswapspace; failed' console message. | dillon | 1999-02-06 | 1 | -5/+9 |
* | Remove unintended trigraph sequences in comments for -Wall | dillon | 1999-01-27 | 1 | -2/+2 |
* | Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL | dillon | 1999-01-24 | 1 | -3/+3 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 1 | -7/+6 |
* | The default_pager's interaction with the swap_pager has been reorganized, | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1246/+1307 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -3/+3 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -7/+5 |
* | Don't free swap in swap_pager_getpages(): this code probably cause the | dt | 1998-12-29 | 1 | -23/+1 |
* | Fixed a null pointer panic in spc_free(). swap_pager_putpages() | bde | 1998-11-19 | 1 | -7/+9 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -2/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -5/+5 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -5/+5 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -8/+6 |
* | Protect all modifications to paging_in_progress with splvm(). | dfr | 1998-08-13 | 1 | -1/+3 |
* | Fixed two spl nesting bugs. They caused (at least) the entire pageout | bde | 1998-07-28 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -7/+11 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -3/+3 |
* | Work around some VM bugs, the worst being an overly aggressive | dyson | 1998-05-04 | 1 | -8/+11 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 1 | -10/+12 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -7/+7 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -7/+3 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -33/+30 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 1 | -3/+2 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -285/+273 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | This fix should help the panic problems in -current. There | dyson | 1998-02-03 | 1 | -36/+65 |
* | Fix a performance problem caused by an earlier commit. | dyson | 1998-02-01 | 1 | -2/+3 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -6/+3 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -9/+10 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -16/+23 |
* | Support running with inadequate swap space. Additionally, the code | dyson | 1997-12-24 | 1 | -6/+14 |