summaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-2735-35/+35
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1cvs2svn1997-03-2713-286/+506
* YAMFC (do spl0() in fork1() and not in kernel processes).Bruce Evans1997-02-132-7/+2
* Move forward the inherit fix from copy on write segs from -current.John Dyson1997-01-311-2/+10
* Move a missing object (panic fix) in vmspace_fork from -currentJohn Dyson1997-01-261-2/+13
* Brought in fixes from current: fix for network/map entry alloc panic.David Greenman1997-01-172-15/+5
* YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-222-2/+6
* Merge from -current: vm_map_entry leak fix, John's vm_map coallesce fixes,David Greenman1996-12-154-40/+65
* Mega-merge from -currentPoul-Henning Kamp1996-11-121-49/+49
* Merge from -currentPoul-Henning Kamp1996-11-091-16/+106
* Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by defaultJohn Dyson1996-10-291-2/+2
* The way we get a vnode for swapdev is not quite kosher. In particularPoul-Henning Kamp1996-10-271-4/+18
* Remove a bogus optimization in the mmap code. It is superfluous,John Dyson1996-10-241-24/+5
* Make processes waken up eligible for immediate swap-in.John Dyson1996-10-171-3/+8
* Clean up the rundown of the object backing a vnode. This should fixJohn Dyson1996-10-172-2/+9
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedBruce Evans1996-10-151-4/+2
* Move much of the machine dependent code from vm_glue.c intoJohn Dyson1996-10-153-110/+12
* Remove a stale comment.Poul-Henning Kamp1996-10-131-2/+1
* Removed __pure's and __pure2's. __pure is a no-op for recent versionsBruce Evans1996-10-122-10/+7
* Make the default cache size optim to be 256K, the old default wasJohn Dyson1996-10-061-9/+10
* Fix a problem with the page coloring code that the system will not alwaysJohn Dyson1996-10-061-3/+7
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.Bruce Evans1996-09-281-4/+3
* Reviewed by:John Dyson1996-09-284-84/+111
* Fixed bug with reversed trunc/round_page() in madvise...start must beDavid Greenman1996-09-191-3/+3
* Removed iprintf(). It was copied to db_iprintf() in ddb.Bruce Evans1996-09-152-40/+2
* Attached vm ddb commands `show map', `show vmochk', `show object',Bruce Evans1996-09-144-105/+113
* The whole issue of not support VOP_LOCK for VBLK devices should beJohn Dyson1996-09-101-3/+10
* Fixed the use of the wrong variable in vm_map_madvise.John Dyson1996-09-081-4/+4
* Addition of page coloring support. Various levels of coloring are afforded.John Dyson1996-09-0810-109/+441
* Improve the scalability of certain pmap operations.John Dyson1996-09-081-2/+1
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-213-7/+14
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-3011-362/+207
* Slight performance tweak for previous commit.David Greenman1996-07-281-2/+3
* Undo part of the scalability commit. Many of the changesJohn Dyson1996-07-281-29/+15
* Allow sequentially created mmap'ed anonymous regions to coalesce. ThereJohn Dyson1996-07-271-23/+33
* Clean up some lint.John Dyson1996-07-271-3/+3
* Remove experimental header file. My test-build must have picked itJohn Dyson1996-07-271-1/+3
* Missing (prototype) change from the previous commit.John Dyson1996-07-271-2/+2
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-2710-209/+365
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Back-off on the previous commit, specifically remove the look-aheadJohn Dyson1996-07-081-11/+3
* Fix a problem with the pageout daemon RSS limiting, where it degradesJohn Dyson1996-07-081-21/+27
* In all special cases for spl or page_alloc where kmem_map is check for,David Greenman1996-07-071-8/+8
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialJohn Dyson1996-07-023-6/+7
* Make -current consistant with -stable regarding time that a processJohn Dyson1996-06-301-2/+2
* Make sure we have an object in the map entry before trying to trim pagesDavid Greenman1996-06-291-2/+3
* This commit does a couple of things:John Dyson1996-06-264-136/+183
* Fix some serious problems with limits checking in the sbrk(2)/brk(2)John Dyson1996-06-251-13/+25
* Remove RSS limiting until I rewrite the code to be non-recursive. TheJohn Dyson1996-06-241-9/+5
* Improve algorithm for page hash queue. It was previously aboutJohn Dyson1996-06-211-2/+2