summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the object being collapsed doesn't go away on us...bydg1995-01-051-3/+13
* Submitted by: Ben Jacksonats1995-01-021-2/+2
* Clean up previous commits (format for 80 columns...).bde1994-12-301-7/+8
* Do vm_page_rename more conservatively in rcollapse and qcollapse, anddg1994-12-231-4/+9
* Initialize b_vnbuf.le_next before returning a new buffer in getpbuf anddg1994-12-232-4/+8
* 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-192-7/+5
* Fixed multiple bogons with the map entry handling.dg1994-12-181-8/+8
* Fixed bug where statically allocated map entries might be freed to thedg1994-12-181-4/+7
* Change swapping policy to be a bit more aggressive about finding adg1994-12-181-5/+6
* Protect kmem_map modifications with splhigh() to work around a problem withdg1994-12-151-3/+19
* Don't put objects that have no parent on the reverse_shadow_list. Problemdg1994-12-111-2/+3
* These changes fix a couple of lingering VM problems:dg1994-11-252-107/+4
* Don't try to page to a vnode that had it's filesystem unmounted.dg1994-11-241-7/+23
* Preallocate the first swap block to work around a failure with swap startingdg1994-11-221-2/+2
* Don't ever try to kill off process 1 - even if we are out of swap spacedg1994-11-171-2/+3
* Remove a peice of commented out code that was left over from the earlygibbs1994-11-171-3/+2
* pmap.h:bde1994-11-142-8/+9
* Set laundry flag when transitioning an inactive page from clean to dirty.dg1994-11-141-2/+4
* Fixed bug where a read-behind to a negative offset would occur if thedg1994-11-132-19/+25
* Fixed bugs in accounting of swap space that resulted in the pager thinkingdg1994-11-131-62/+19
* Implemented swap locking via P_SWAPPING flag. It was possible for a processdg1994-11-131-5/+11
* Fixed return status from pagers. Ahem...the previous method would manufacturedg1994-11-063-17/+25
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-063-80/+358
* Improved I/O error reporting.dg1994-10-251-5/+19
* #if 0'd out the object cache trimming code - there are multiple waysdg1994-10-251-1/+3
* Fixed object cache trimming policy so it actually works.dg1994-10-231-7/+5
* Adjusted reserved levels to fix a deadlock condition.dg1994-10-231-3/+3
* Changed a thread_sleep into an spl protected tsleep. A deadlock can occurdg1994-10-232-9/+12
* Contrary to my last commit here: NFS-swap is enabled automatically.phk1994-10-221-1/+15
* Fixed a comment from the previous commit.dg1994-10-221-4/+4
* Various changes to allow operation without any swapspace configured. Notedg1994-10-223-13/+75
* ATTENTION!phk1994-10-211-9/+4
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-1/+5
* Fix the remaining vmmeter counters. They all now work correctly.dg1994-10-182-3/+7
* Put sanity check for negative hold count into #ifdef DIAGNOSTIC so thatdg1994-10-171-1/+5
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMdg1994-10-154-11/+26
* Count vm faults as v_vm_fault, not v_fault.dg1994-10-151-2/+2
* Properly count object lookups and hits.dg1994-10-152-5/+5
* Got rid of redundant declaration warnings.dg1994-10-142-7/+2
* Add missing )'s to previous midnight changes. :-)jkh1994-10-141-3/+3
* Fixed bug where page modifications would be lost when swap space wasdg1994-10-141-2/+11
* Changed I/O error messages to be somewhat less cryptic. Removed a piecedg1994-10-141-6/+3
* Fixed an object reference count problem that was caused by a call todg1994-10-131-4/+3
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-092-9/+11
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-0915-138/+145
* Call resetpriority, not setpriority() ...oops.dg1994-10-091-2/+2
* Cosmetics. Unused vars and other warnings.phk1994-10-071-14/+10
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-054-99/+130
* Fixed minor bug caused by some missing parens that can result in slightlydg1994-10-051-2/+2
OpenPOWER on IntegriCloud