summaryrefslogtreecommitdiff
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Brought in change from rev 1.60: "out of space" -> "out of swap space"David Greenman1996-01-311-2/+2
* Brought in one small bug fix from the main branch: swap_pager_copy() mustDavid Greenman1995-07-221-4/+1
* Bring a fragment of a fix in the 2.2 branch: Don't mess with sw_piip; theDavid Greenman1995-07-201-7/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-181-3/+3
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-2/+2
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-101-2/+2
* Another error in the correction for trimming swap allocation forJohn Dyson1995-05-071-4/+4
* Fixed a calculation that would once-in-a-while cause the swap_pagerJohn Dyson1995-05-071-12/+4
* New flag: B_PAGING. Added as part of the vn driver hack.David Greenman1995-04-191-3/+3
* Removed obsolete/unused variable declarations.David Greenman1995-04-161-12/+3
* Moved some zero-initialized variables into .bss. Made code intended to beDavid Greenman1995-04-161-3/+1
* Added a check for wrong object size; print a warning, but deal with itDavid Greenman1995-03-221-1/+9
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Clear OBJ_INTERNAL flag for device pager objects and named anonymousDavid Greenman1995-03-111-1/+2
* Various changes from John and myself that do the following:David Greenman1995-03-011-11/+11
* Fixed severely broken printf (arguments out of order, no newline).David Greenman1995-02-251-3/+3
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-221-2/+6
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_David Greenman1995-02-211-3/+5
* swap_pager.c:David Greenman1995-02-021-119/+126
* Added ability to detect sequential faults and DTRT. (swap_pager.c)David Greenman1995-01-241-3/+11
* Fixed some formatting weirdness that I overlooked in the previous commit.David Greenman1995-01-101-18/+18
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-395/+410
* Initialize b_vnbuf.le_next before returning a new buffer in getpbuf andDavid Greenman1994-12-231-3/+5
* Fixed a benign off by one error.David Greenman1994-12-221-2/+2
* Don't ever clear B_BUSY on a pbuf (or any other flag for that matter).David Greenman1994-12-191-4/+1
* Fixed bugs in accounting of swap space that resulted in the pager thinkingDavid Greenman1994-11-131-62/+19
* Fixed return status from pagers. Ahem...the previous method would manufactureDavid Greenman1994-11-061-4/+4
* Improved I/O error reporting.David Greenman1994-10-251-5/+19
* Various changes to allow operation without any swapspace configured. NoteDavid Greenman1994-10-221-2/+15
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMDavid Greenman1994-10-151-1/+6
* Got rid of redundant declaration warnings.David Greenman1994-10-141-4/+1
* Fixed bug where page modifications would be lost when swap space wasDavid Greenman1994-10-141-2/+11
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-5/+7
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-091-7/+10
* Disabled swap anti-fragmentation code. It reduces swap paging performanceDavid Greenman1994-09-251-7/+9
* Patches from John Dyson to improve swap code efficiency.David Greenman1994-08-291-19/+7
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-21/+1
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsDavid Greenman1994-08-071-15/+6
* Incorporated post 1.1.5 work from John Dyson. This includes performanceDavid Greenman1994-08-061-133/+22
* Added $Id$David Greenman1994-08-021-0/+1
* Removed all code related to the pagescan daemon, and changed 'act_count'David Greenman1994-08-011-1/+0
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-636/+1461
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1009