| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -5/+1 |
* | Print a device number in hex instead of decimal. | bde | 1997-09-01 | 1 | -2/+2 |
* | Fixed type mismatches for functions with args of type vm_prot_t and/or | bde | 1997-08-25 | 1 | -6/+3 |
* | 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 |
* | Prepare better for multi-platform by eliminating another required | dyson | 1997-01-11 | 1 | -3/+7 |
* | Removed __pure's and __pure2's. __pure is a no-op for recent versions | bde | 1996-10-12 | 1 | -7/+5 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -2/+3 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -18/+11 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -11/+18 |