summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.tegge1997-06-231-16/+3
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagespeter1997-06-223-14/+3
* Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-221-1/+4
* Correct the return code for the mlock system call. Also add the stubsdyson1997-06-151-2/+32
* Fix a reference problem with maps. Only appears to manifest itself whendyson1997-06-151-1/+5
* Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't neededpeter1997-05-292-3/+3
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-192-3/+8
* Check the correct queue for waking up the pageout daemon. Specifically,dyson1997-05-011-2/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-264-4/+17
* Send this to the Attic so there's no mixups over which kern_lock.c is inpeter1997-04-211-377/+0
* Unused variable (upobj is now purely handled within pmap)peter1997-04-141-2/+1
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-134-8/+65
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-074-24/+22
* Commit a typo fix that's been sitting in my tree for ages, quite forgotten.peter1997-04-061-2/+2
* Make vm_map_protect be more complete about map simplification. Thisdyson1997-04-061-2/+4
* Correction to the prototype for vm_fault.dyson1997-04-061-2/+2
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-064-17/+31
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-117/+0
* Changed the way that the exec image header is read to be filesystem-dg1997-03-312-4/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-232-3/+4
* Fix a significant error in the accounting for pre-zeroed pages. Thisdyson1997-03-231-5/+6
* When removing IN_RECURSE support during the Lite/2 merge, read/writedyson1997-03-081-2/+2
* Removed a wrong LK_INTERLOCK flag.bde1997-02-271-3/+2
* 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
OpenPOWER on IntegriCloud