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