summaryrefslogtreecommitdiff
path: root/sys/vm/vm_pager.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* 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