summaryrefslogtreecommitdiff
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.1.5_cvscvs2svn1996-10-061-1/+1
* From main branch: Kill a bogus VM_WAIT in vm_fault_wire() that may haveDavid Greenman1996-07-021-6/+1
* Make certain that pages (especially cached pages) are pulled off theDavid Greenman1996-06-191-2/+7
* 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
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-13/+13
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-181-1/+5
* Removed obsolete/unused variable declarations. Killed externs and includedDavid Greenman1995-04-161-2/+1
* Changes from John Dyson and myself:David Greenman1995-04-091-3/+20
* Explicitly set page dirty if this is a write fault - reduces calls toDavid Greenman1995-03-271-2/+11
* Various changes from John and myself that do the following:David Greenman1995-03-011-67/+30
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-221-7/+25
* swap_pager.c:David Greenman1995-02-021-10/+6
* Use the VM_PAGE_BITS_ALL in a place it can be used.David Greenman1995-01-261-4/+4
* Added ability to detect sequential faults and DTRT. (swap_pager.c)David Greenman1995-01-241-5/+12
* Fixed some formatting weirdness that I overlooked in the previous commit.David Greenman1995-01-101-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-437/+357
* Fixed bug where a read-behind to a negative offset would occur if theDavid Greenman1994-11-131-12/+16
* Fixed return status from pagers. Ahem...the previous method would manufactureDavid Greenman1994-11-061-4/+12
* Changed a thread_sleep into an spl protected tsleep. A deadlock can occurDavid Greenman1994-10-231-7/+9
* Various changes to allow operation without any swapspace configured. NoteDavid Greenman1994-10-221-3/+5
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMDavid Greenman1994-10-151-3/+2
* Count vm faults as v_vm_fault, not v_fault.David Greenman1994-10-151-2/+2
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-091-8/+11
* Call resetpriority, not setpriority() ...oops.David Greenman1994-10-091-2/+2
* Stuff object into v_vmdata rather than pager. Not important which atDavid Greenman1994-10-051-4/+4
* Incorporated post 1.1.5 work from John Dyson. This includes performanceDavid Greenman1994-08-061-2/+5
* Added $Id$David Greenman1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-85/+355
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1035