summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2235-35/+35
* Removed vestiges of Mach lock types.bde1997-02-182-14/+1
* Provide an alternative interface to contigmalloc() which allows a specificwollman1997-02-132-4/+22
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1015-64/+129
* Another fix to inheriting shared segments. Do the copy on writedyson1997-01-311-1/+9
* Added a check/panic for v_usecount being 0 (no vnode reference) indg1997-01-241-0/+2
* Fix two problems where a NULL object is dereferenced. One problemdyson1997-01-221-4/+28
* Make MADV_FREE work better. Specifically, it did not wait fordyson1997-01-201-13/+46
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-167-89/+78
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-152-13/+3
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-152-5/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1435-35/+35
* Slightly correct the code that moves pages from the active to thedyson1997-01-111-5/+7
* Prepare better for multi-platform by eliminating another requireddyson1997-01-113-7/+12
* Undo the collapse breakage (swap space usage problem.)dyson1997-01-034-16/+4
* Guess what? We left alot of the old collapse code that is not neededdyson1997-01-014-2/+15
* A very significant improvement in the management of process mapsdyson1996-12-312-43/+46
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+13
* EEEK!!! useracc and kernacc didn't lock their respectivedyson1996-12-301-2/+16
* Superficial cleanup of comment.dyson1996-12-291-2/+2
* Eliminate the redundancy due to the similarity between the routinesdyson1996-12-283-84/+18
* The code unnecessarily created an object with no handle up-front, whichdyson1996-12-281-5/+10
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-222-2/+6
* Implement closer-to POSIX mlock semantics. The major difference isdyson1996-12-145-9/+217
* Expunge inlines...dyson1996-12-071-4/+4
* Fix a map entry leak problem found by DG. Also, de-inline a functiondyson1996-12-071-3/+5
* Make vm_map_insert much more intelligent in the MAP_NOFAULT case sodyson1996-12-072-7/+29
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-304-25/+37
* Make the kernel smaller with at worst a neutral effect on perf bydyson1996-11-283-34/+34
* Improve the locality of reference for variables in vm_page anddyson1996-11-172-27/+27
* Vastly improved contigmalloc routine. It does not solve thedyson1996-11-051-63/+153
* Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by defaultdyson1996-10-291-2/+2
* The way we get a vnode for swapdev is not quite kosher. In particularphk1996-10-271-4/+18
* Remove a bogus optimization in the mmap code. It is superfluous,dyson1996-10-241-24/+5
* Make processes waken up eligible for immediate swap-in.dyson1996-10-171-3/+8
* Clean up the rundown of the object backing a vnode. This should fixdyson1996-10-172-2/+9
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedbde1996-10-151-4/+2
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-153-110/+12
* Remove a stale comment.phk1996-10-131-2/+1
* Removed __pure's and __pure2's. __pure is a no-op for recent versionsbde1996-10-122-10/+7
* Make the default cache size optim to be 256K, the old default wasdyson1996-10-061-9/+10
* Fix a problem with the page coloring code that the system will not alwaysdyson1996-10-061-3/+7
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.bde1996-09-281-4/+3
* Reviewed by:dyson1996-09-284-84/+111
* Fixed bug with reversed trunc/round_page() in madvise...start must bedg1996-09-191-3/+3
* Removed iprintf(). It was copied to db_iprintf() in ddb.bde1996-09-152-40/+2
* Attached vm ddb commands `show map', `show vmochk', `show object',bde1996-09-144-105/+113
* The whole issue of not support VOP_LOCK for VBLK devices should bedyson1996-09-101-3/+10
* Fixed the use of the wrong variable in vm_map_madvise.dyson1996-09-081-4/+4
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-0810-109/+441
OpenPOWER on IntegriCloud