summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-301-13/+20
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-1/+3
* This set of commits to the VM system does the following, and containdyson1996-05-181-4/+4
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-2/+1
* Another mega commit to staticize things.phk1995-12-141-4/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+5
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-15/+3
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-92/+38
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-101-2/+2
* Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up thedg1995-04-251-2/+2
* Fix completely bogus comment.dg1995-03-111-3/+3
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-3/+3
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-62/+63
* Initialize b_vnbuf.le_next before returning a new buffer in getpbuf anddg1994-12-231-1/+3
* Don't ever clear B_BUSY on a pbuf (or any other flag for that matter).dg1994-12-191-3/+4
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-2/+2
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-071-2/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-5/+5
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-9/+111
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-116/+57
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+381
OpenPOWER on IntegriCloud