summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Some new anti-deadlock code ended up messing up the paging stats. A modifieddyson1995-12-111-16/+18
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-111/+92
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+7
* Completed function declarations and/or added prototypes.bde1995-12-031-8/+28
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-2/+1
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-161-1/+10
* staticize.phk1995-11-141-14/+14
* Move page fixups (pmap_clear_modify, etc) that happen after paging inputdg1995-11-021-1/+6
* Check that the swap block is valid before including it in a cluster.dg1995-09-241-1/+5
* Make sure that the prezero flag is cleared when needed.dyson1995-09-111-1/+2
* Fixed a sign reversal problem -- might have cause some Sig-11s thatdyson1995-09-061-3/+3
* Allow the fault code to use additional clustering info from bothdyson1995-09-041-3/+29
* 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
OpenPOWER on IntegriCloud