| Commit message (Expand) | Author | Age | Files | Lines |
* | Reimplement vm_object_page_clean(), using the fact that vm object memq | kib | 2010-07-04 | 1 | -1/+0 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -2/+4 |
* | Eliminate an unneeded forward declaration. (This should have been removed | alc | 2009-06-06 | 1 | -2/+0 |
* | Update some comments to reflect the change from spl-based to lock-based | alc | 2005-05-18 | 1 | -2/+3 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Improve readability with a bunch of typedefs for the pager ops. | phk | 2004-11-09 | 1 | -7/+15 |
* | The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits | alc | 2004-04-08 | 1 | -1/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses. | alc | 2004-04-06 | 1 | -2/+0 |
* | - Push down Giant from vm_pageout() to vm_pageout_scan(), freeing | alc | 2003-10-24 | 1 | -2/+4 |
* | Add XXX: comment to vm_pager_unswapped(). | phk | 2003-08-06 | 1 | -0/+5 |
* | Use sparse struct initialization for struct pagerops. | phk | 2003-08-05 | 1 | -2/+0 |
* | Move extern declaration of the various pagerops from vm_pager.c | phk | 2003-08-03 | 1 | -0/+6 |
* | Assert that the vm object is locked on entry to vm_pager_get_pages(). | alc | 2003-06-23 | 1 | -5/+1 |
* | Maintain a lock on the vm object of interest throughout vm_fault(), | alc | 2003-06-22 | 1 | -1/+1 |
* | Add vm object locking to various pagers' "get pages" methods, i386 stack | alc | 2003-06-13 | 1 | -2/+5 |
* | Allow the VM object flushing code to cluster. When the filesystem syncer | dillon | 2002-12-28 | 1 | -2/+4 |
* | o Remove some long dead code: from revision 1.41 of vm/vm_pager.c | alc | 2002-07-01 | 1 | -3/+0 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -21/+21 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -7/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -10/+5 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -1/+15 |
* | protect pbufs and associated counts with a mutex | alfred | 2001-04-13 | 1 | -0/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Convert the vm_pager_strategy() interface to take a struct bio instead of | phk | 2000-05-03 | 1 | -3/+3 |
* | Move and staticize the bufchain functions so they become local to the | phk | 2000-05-01 | 1 | -4/+0 |
* | Add necessary spl protection for swapper. The problem was located by | dillon | 2000-03-27 | 1 | -0/+11 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -2/+16 |
* | Submitted by: Matt Dillon <dillon@freebsd.org> | julian | 1999-03-14 | 1 | -2/+9 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 1 | -5/+5 |
* | Move many of the vm_pager_*() functions from vm_pager.c to inlines in | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -5/+54 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -3/+3 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -2/+5 |
* | Added #include of <sys/queue.h> so that this file is more "self"-sufficent. | bde | 1998-02-03 | 1 | -1/+3 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+6 |
* | 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 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -5/+5 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -2/+1 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -1/+4 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -64/+14 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -4/+4 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -1/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -43/+29 |
* | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | phk | 1994-10-09 | 1 | -1/+3 |