aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_pager.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvscvs2svn1997-05-191-1/+1
* Merge from -current: vm_map_entry leak fix, John's vm_map coallesce fixes,David Greenman1996-12-151-13/+20
* Addition of page coloring support. Various levels of coloring are afforded.John Dyson1996-09-081-1/+3
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-4/+4
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-2/+1
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-4/+3
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-3/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+5
* Remove unused vars & funcs, make things static, protoize a little bit.Poul-Henning Kamp1995-11-201-15/+3
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-92/+38
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-101-2/+2
* Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up theDavid Greenman1995-04-251-2/+2
* Fix completely bogus comment.David Greenman1995-03-111-3/+3
* Fixed some formatting weirdness that I overlooked in the previous commit.David Greenman1995-01-101-3/+3
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-62/+63
* Initialize b_vnbuf.le_next before returning a new buffer in getpbuf andDavid Greenman1994-12-231-1/+3
* Don't ever clear B_BUSY on a pbuf (or any other flag for that matter).David Greenman1994-12-191-3/+4
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-091-2/+2
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+1
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatDavid Greenman1994-08-071-2/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsDavid Greenman1994-08-071-5/+5
* Incorporated post 1.1.5 work from John Dyson. This includes performanceDavid Greenman1994-08-061-9/+111
* Added $Id$David Greenman1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-116/+57
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+381