aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.cvs2svn1994-11-221-2/+2
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-216-95/+65
* Fixed return status from pagers. Ahem...the previous method would manufactureDavid Greenman1994-11-063-17/+25
* Added support for starting the experimental "vmdaemon" system process.David Greenman1994-11-063-80/+358
* Improved I/O error reporting.David Greenman1994-10-251-5/+19
* #if 0'd out the object cache trimming code - there are multiple waysDavid Greenman1994-10-251-1/+3
* Fixed object cache trimming policy so it actually works.David Greenman1994-10-231-7/+5
* Adjusted reserved levels to fix a deadlock condition.David Greenman1994-10-231-3/+3
* Changed a thread_sleep into an spl protected tsleep. A deadlock can occurDavid Greenman1994-10-232-9/+12
* Contrary to my last commit here: NFS-swap is enabled automatically.Poul-Henning Kamp1994-10-221-1/+15
* Fixed a comment from the previous commit.David Greenman1994-10-221-4/+4
* Various changes to allow operation without any swapspace configured. NoteDavid Greenman1994-10-223-13/+75
* ATTENTION!Poul-Henning Kamp1994-10-211-9/+4
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-211-1/+5
* Fix the remaining vmmeter counters. They all now work correctly.David Greenman1994-10-182-3/+7
* Put sanity check for negative hold count into #ifdef DIAGNOSTIC so thatDavid Greenman1994-10-171-1/+5
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMDavid Greenman1994-10-154-11/+26
* Count vm faults as v_vm_fault, not v_fault.David Greenman1994-10-151-2/+2
* Properly count object lookups and hits.David Greenman1994-10-152-5/+5
* Got rid of redundant declaration warnings.David Greenman1994-10-142-7/+2
* Add missing )'s to previous midnight changes. :-)Jordan K. Hubbard1994-10-141-3/+3
* Fixed bug where page modifications would be lost when swap space wasDavid Greenman1994-10-141-2/+11
* Changed I/O error messages to be somewhat less cryptic. Removed a pieceDavid Greenman1994-10-141-6/+3
* Fixed an object reference count problem that was caused by a call toDavid Greenman1994-10-131-4/+3
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-092-9/+11
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-0915-138/+145
* Call resetpriority, not setpriority() ...oops.David Greenman1994-10-091-2/+2
* Cosmetics. Unused vars and other warnings.Poul-Henning Kamp1994-10-071-14/+10
* Stuff object into v_vmdata rather than pager. Not important which atDavid Greenman1994-10-054-99/+130
* Fixed minor bug caused by some missing parens that can result in slightlyDavid Greenman1994-10-051-2/+2
* John Dyson's work in progress. Not currently used.David Greenman1994-10-041-0/+389
* Fixed bug related to proper sensing of page modification that weDavid Greenman1994-10-041-8/+9
* GCC cleanup.Poul-Henning Kamp1994-10-021-2/+3
* Previous commit should have read ...in vm_page_alloc_contig().David Greenman1994-09-271-2/+3
* Fixed another bug, and cleaned up the code.David Greenman1994-09-271-6/+6
* Fixed multiple bugs in previous version of vm_page_alloc_contig.David Greenman1994-09-271-14/+15
* 1) New "vm_page_alloc_contig" routine by me.David Greenman1994-09-273-5/+83
* Removed unimplemented subr_rmap.c and unused references to it.David Greenman1994-09-251-24/+1
* Disabled swap anti-fragmentation code. It reduces swap paging performanceDavid Greenman1994-09-251-7/+9
* Fixed a bug I introduced when fixing the rss limit code. Changed swapoutDavid Greenman1994-09-122-8/+15
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-121-2/+1
* Don't deactivate pages in 0-refcount objects. Added a couple of missingDavid Greenman1994-09-121-23/+19
* Fixed problem with no swap on boot device, but there is some on anDavid Greenman1994-09-111-3/+7
* Disabled a debugging printf.David Greenman1994-09-061-1/+3
* Simple changes to paging algorithms...but boy do they make a difference.David Greenman1994-09-062-21/+100
* Whoops, accidently left out some pieces of the munmapfd patch.David Greenman1994-09-022-6/+7
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().David Greenman1994-09-021-2/+1
* Fixed bug caused by change of rlimit variables to quad_t's. The bug was inDavid Greenman1994-08-301-11/+10
* Patches from John Dyson to improve swap code efficiency.David Greenman1994-08-292-20/+9
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-3/+3