aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Applied changes similar to rev 1.52: treat kmem_map and mb_map equallyDavid Greenman1996-07-071-8/+8
* From main branch: Kill a bogus VM_WAIT in vm_fault_wire() that may haveDavid Greenman1996-07-021-6/+1
* Fixed rather serious bug in the use of pmap_kenter() in kmem_malloc().David Greenman1996-07-011-2/+4
* Make sure we have an object in the map entry before trying to trim pagesDavid Greenman1996-06-291-2/+3
* Add another check to vm_pageout_clean: make sure the page isn't wired.David Greenman1996-06-271-2/+2
* Correct a minor ommision: I left out a vput() when unwinding an exceptionalDavid Greenman1996-06-271-3/+12
* Increased slptime threshold for swapout from 4 seconds to 10. The oldDavid Greenman1996-06-271-2/+2
* Retrofitted the non-recursive RSS limiting code from main branch. DueDavid Greenman1996-06-271-129/+111
* pmap_remove() the upages when swapping out the process. Not doing soDavid Greenman1996-06-271-1/+4
* Fix the immediate problem: add missing arg to freeer() routine. The lastDavid Greenman1996-06-261-3/+3
* 1) Limit recursion when duing RSS trimming.David Greenman1996-06-261-27/+22
* Retrofitted fix from rev 1.11: rewrite of obreak().David Greenman1996-06-251-15/+27
* Fixed several serious bugs that had to do with traversing the pageDavid Greenman1996-06-191-39/+8
* Add m->hold_count != 0 to the list of exceptions for not putting a pageDavid Greenman1996-06-191-2/+2
* Make certain that pages (especially cached pages) are pulled off theDavid Greenman1996-06-191-2/+7
* vm_map_entry_dispose() needs splimp protection, too, so add it.David Greenman1996-06-151-1/+5
* Protect map entry allocations with splimp. This is necessary since mallocDavid Greenman1996-06-151-15/+11
* Added splbio() protection to active and inactive page queue manipulations.David Greenman1996-06-151-3/+15
* Brought in some fixes from main branch: similar to last commit...moveDavid Greenman1996-06-141-3/+3
* Brought in a fix from main branch: move setting of PG_MAPPED to after aDavid Greenman1996-06-141-3/+3
* Brought in fix from rev 1.26: fix for "vm_page_free: freeing busy page"David Greenman1996-05-261-1/+2
* Retrofitted a portion of rev 1.73: be sure to start inactive scan over ifDavid Greenman1996-05-261-1/+4
* Fixes for a couple of minor bugs:David Greenman1996-04-261-10/+11
* Brought in change from rev 1.70: add spl0() to vmdaemon.David Greenman1996-04-121-1/+3
* Revert to previous calculation of vm_object_cache_max: it simply worksDavid Greenman1996-03-291-2/+2
* Retrofitted changes to add NO_SWAPPING option from -current (actually, it'sDavid Greenman1996-02-222-15/+24
* Brought in change from rev 1.60: "out of space" -> "out of swap space"David Greenman1996-01-311-2/+2
* Brought in sigexit()/killproc() bugfix, associated improvement to theirDavid Greenman1996-01-311-3/+2
* Brought in change from rev 1.22: better message when mb_map is filled.David Greenman1996-01-311-2/+2
* Brought in change from rev 1.61: increased vm_object_cache_max to handleDavid Greenman1996-01-291-2/+2
* Retrofitted change from rev 1.38: check for failure of vm_map_find whenDavid Greenman1996-01-291-7/+9
* Brought in change from rev 1.26: moved vm_map_lock call to close window.David Greenman1995-11-121-2/+2
* Brought in changes from rev 1.28: remove unnecessary tsleep that couldDavid Greenman1995-10-161-2/+1
* Brought in changes from rev 1.26: check return value of vm_map_pageable()s.David Greenman1995-09-171-4/+8
* Brought in one small bug fix from the main branch: swap_pager_copy() mustDavid Greenman1995-07-221-4/+1
* Brought in "VOP_GETATTR" fix from the main branch. See rev 1.43 ofDavid Greenman1995-07-202-39/+31
* Bring a fragment of a fix in the 2.2 branch: Don't mess with sw_piip; theDavid Greenman1995-07-201-7/+1
* (2.1.0 branch)David Greenman1995-07-071-14/+35
* (2.1.0 branch)David Greenman1995-06-141-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-519/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3014-130/+130
* Removed check for sw_dev == NODEV; this is a normal condition for swapDavid Greenman1995-05-251-3/+2
* Changes to fix the following bugs:David Greenman1995-05-212-3/+4
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-1/+6
* Fixed a bug that managed to slip in during Poul's dynamic swap partitionDavid Greenman1995-05-181-17/+11
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-185-26/+37
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-143-122/+81
* I'm about to jump on the swap-initialization, and having talkedPoul-Henning Kamp1995-05-121-132/+1
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-108-19/+19