HardenedBSD/sys/vm
John Dyson 0ed4376231 I think this covers (fixes) the last batch of freeing active/held/busy page
problem.  BY MISTAKE, the vm_page_unqueue (or equiv) was removed from the
vm_fault code.  Really bad things appear to happen if a page is on a queue
while it is being faulted.
1996-05-26 05:30:33 +00:00
..
default_pager.c
default_pager.h
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h
swap_pager.c
swap_pager.h
vm_extern.h
vm_fault.c I think this covers (fixes) the last batch of freeing active/held/busy page 1996-05-26 05:30:33 +00:00
vm_glue.c
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Eliminate inefficient check for dirty pages for pages in the PQ_CACHE 1996-05-24 05:17:21 +00:00
vm_object.h
vm_page.c Add an assert to vm_page_cache. We should never cache a dirty page. 1996-05-24 05:20:15 +00:00
vm_page.h
vm_pageout.c Add apparently needed splvm protection to the active queue, and eliminate 1996-05-24 05:19:15 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c
vm_unix.c
vm.h
vnode_pager.c
vnode_pager.h