summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
...
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-7/+25
* swap_pager.c:dg1995-02-021-10/+6
* Use the VM_PAGE_BITS_ALL in a place it can be used.dg1995-01-261-4/+4
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-5/+12
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-438/+358
* Fixed bug where a read-behind to a negative offset would occur if thedg1994-11-131-12/+16
* Fixed return status from pagers. Ahem...the previous method would manufacturedg1994-11-061-4/+12
* Changed a thread_sleep into an spl protected tsleep. A deadlock can occurdg1994-10-231-7/+9
* Various changes to allow operation without any swapspace configured. Notedg1994-10-221-3/+5
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMdg1994-10-151-3/+2
* Count vm faults as v_vm_fault, not v_fault.dg1994-10-151-2/+2
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-8/+11
* Call resetpriority, not setpriority() ...oops.dg1994-10-091-2/+2
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-4/+4
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-2/+5
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-85/+355
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1035
OpenPOWER on IntegriCloud