summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.h
Commit message (Expand)AuthorAgeFilesLines
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-10/+5
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-1/+15
* protect pbufs and associated counts with a mutexalfred2001-04-131-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-031-3/+3
* Move and staticize the bufchain functions so they become local to thephk2000-05-011-4/+0
* Add necessary spl protection for swapper. The problem was located bydillon2000-03-271-0/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-2/+16
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-141-2/+9
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-5/+5
* Move many of the vm_pager_*() functions from vm_pager.c to inlines indillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-5/+54
* Fixed two potentially serious classes of bugs:dg1998-10-131-3/+3
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-2/+5
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-031-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-5/+5
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-2/+1
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+4
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-64/+14
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-101-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-43/+29
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-1/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-15/+22
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+147
OpenPOWER on IntegriCloud