summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
...
* swap_pager.c:dg1995-02-021-119/+126
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-3/+11
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-18/+18
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-395/+410
* Initialize b_vnbuf.le_next before returning a new buffer in getpbuf anddg1994-12-231-3/+5
* Fixed a benign off by one error.dg1994-12-221-2/+2
* Don't ever clear B_BUSY on a pbuf (or any other flag for that matter).dg1994-12-191-4/+1
* Fixed bugs in accounting of swap space that resulted in the pager thinkingdg1994-11-131-62/+19
* Fixed return status from pagers. Ahem...the previous method would manufacturedg1994-11-061-4/+4
* Improved I/O error reporting.dg1994-10-251-5/+19
* Various changes to allow operation without any swapspace configured. Notedg1994-10-221-2/+15
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMdg1994-10-151-1/+6
* Got rid of redundant declaration warnings.dg1994-10-141-4/+1
* Fixed bug where page modifications would be lost when swap space wasdg1994-10-141-2/+11
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-5/+7
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-7/+10
* Disabled swap anti-fragmentation code. It reduces swap paging performancedg1994-09-251-7/+9
* Patches from John Dyson to improve swap code efficiency.dg1994-08-291-19/+7
* Fix up some sloppy coding practices:wollman1994-08-181-21/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-15/+6
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-133/+22
* Added $Id$dg1994-08-021-0/+1
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-011-1/+0
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-641/+1466
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1009
OpenPOWER on IntegriCloud