summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
* 1) Merged swpager structure into vm_object.dg1995-07-161-148/+113
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-304/+199
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Accessing pages beyond the end of a mapped file results in internaldg1995-05-181-3/+3
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-141-2/+2
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-101-2/+2
* Another error in the correction for trimming swap allocation fordyson1995-05-071-4/+4
* Fixed a calculation that would once-in-a-while cause the swap_pagerdyson1995-05-071-12/+4
* New flag: B_PAGING. Added as part of the vn driver hack.dg1995-04-191-3/+3
* Removed obsolete/unused variable declarations.dg1995-04-161-12/+3
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-3/+1
* Added a check for wrong object size; print a warning, but deal with itdg1995-03-221-1/+9
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Clear OBJ_INTERNAL flag for device pager objects and named anonymousdg1995-03-111-1/+2
* Various changes from John and myself that do the following:dg1995-03-011-11/+11
* Fixed severely broken printf (arguments out of order, no newline).dg1995-02-251-3/+3
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-2/+6
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_dg1995-02-211-3/+5
* 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