freebsd-dev/sys/vm
Matthew Dillon 2d5c7e4506 Close the remaining user address mapping races for physical
I/O, CAM, and AIO.  Still TODO: streamline useracc() checks.

Reviewed by:	alc, tegge
MFC after:	7 days
2003-01-20 17:46:48 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c
swap_pager.h
uma_core.c - M_WAITOK is 0 and not a real flag. Test for this properly. 2003-01-20 01:32:56 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c Merge all the various copies of vm_fault_quick() into a single 2003-01-16 00:02:21 +00:00
vm_glue.c Close the remaining user address mapping races for physical 2003-01-20 17:46:48 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Close the remaining user address mapping races for physical 2003-01-20 17:46:48 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Bow to the whining masses and change a union back into void *. Retain 2003-01-13 00:33:17 +00:00
vm_object.c
vm_object.h
vm_page.c - Hold the page queues lock around vm_page_hold(). 2003-01-20 09:24:03 +00:00
vm_page.h
vm_pageout.c - Update vm_pageout_deficit using atomic operations. It's a simple 2003-01-14 06:57:03 +00:00
vm_pageout.h Make vm_pageout_page_free() static. 2003-01-14 02:28:39 +00:00
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps. 2003-01-18 21:14:02 +00:00
vm_swap.c
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c We can get past here on a normal vnode as well, so use VOP_STRATEGY if so. 2003-01-13 21:32:16 +00:00
vnode_pager.h