aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* 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-438/+358
* 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