| Commit message (Expand) | Author | Age | Files | Lines |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Improve readability with a bunch of typedefs for the pager ops. | Poul-Henning Kamp | 2004-11-09 | 1 | -7/+15 |
| * | The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits | Alan Cox | 2004-04-08 | 1 | -1/+0 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses. | Alan Cox | 2004-04-06 | 1 | -2/+0 |
| * | - Push down Giant from vm_pageout() to vm_pageout_scan(), freeing | Alan Cox | 2003-10-24 | 1 | -2/+4 |
| * | Add XXX: comment to vm_pager_unswapped(). | Poul-Henning Kamp | 2003-08-06 | 1 | -0/+5 |
| * | Use sparse struct initialization for struct pagerops. | Poul-Henning Kamp | 2003-08-05 | 1 | -2/+0 |
| * | Move extern declaration of the various pagerops from vm_pager.c | Poul-Henning Kamp | 2003-08-03 | 1 | -0/+6 |
| * | Assert that the vm object is locked on entry to vm_pager_get_pages(). | Alan Cox | 2003-06-23 | 1 | -5/+1 |
| * | Maintain a lock on the vm object of interest throughout vm_fault(), | Alan Cox | 2003-06-22 | 1 | -1/+1 |
| * | Add vm object locking to various pagers' "get pages" methods, i386 stack | Alan Cox | 2003-06-13 | 1 | -2/+5 |
| * | Allow the VM object flushing code to cluster. When the filesystem syncer | Matthew Dillon | 2002-12-28 | 1 | -2/+4 |
| * | o Remove some long dead code: from revision 1.41 of vm/vm_pager.c | Alan Cox | 2002-07-01 | 1 | -3/+0 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -21/+21 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -7/+2 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -10/+5 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -1/+15 |
| * | protect pbufs and associated counts with a mutex | Alfred Perlstein | 2001-04-13 | 1 | -0/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
| * | Convert the vm_pager_strategy() interface to take a struct bio instead of | Poul-Henning Kamp | 2000-05-03 | 1 | -3/+3 |
| * | Move and staticize the bufchain functions so they become local to the | Poul-Henning Kamp | 2000-05-01 | 1 | -4/+0 |
| * | Add necessary spl protection for swapper. The problem was located by | Matthew Dillon | 2000-03-27 | 1 | -0/+11 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -2/+16 |
| * | Submitted by: Matt Dillon <dillon@freebsd.org> | Julian Elischer | 1999-03-14 | 1 | -2/+9 |
| * | vm_pager_put_pages() is passed an rcval array to hold per-page return | Matthew Dillon | 1999-01-24 | 1 | -5/+5 |
| * | Move many of the vm_pager_*() functions from vm_pager.c to inlines in | 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 | -5/+54 |
| * | Fixed two potentially serious classes of bugs: | David Greenman | 1998-10-13 | 1 | -3/+3 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -2/+5 |
| * | Added #include of <sys/queue.h> so that this file is more "self"-sufficent. | Bruce Evans | 1998-02-03 | 1 | -1/+3 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+6 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -5/+5 |
| * | Remove unused vars & funcs, make things static, protoize a little bit. | Poul-Henning Kamp | 1995-11-20 | 1 | -2/+1 |
| * | Eliminate sloppy common-style declarations. There should be none left for | Bruce Evans | 1995-07-29 | 1 | -1/+4 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -64/+14 |
| * | Changed "handle" from type caddr_t to void *; "handle" is several different | David Greenman | 1995-05-10 | 1 | -4/+4 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -1/+2 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -43/+29 |
| * | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | Poul-Henning Kamp | 1994-10-09 | 1 | -1/+3 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -15/+22 |
| * | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+147 |