HardenedBSD/sys/vm
David Greenman ca40da7417 Don't bother calling pmap_create() when creating the temporary map.
The whole COW section of vm_mmap() should be rewritten; the current
implementation is highly convoluted.
1995-02-15 09:22:17 +00:00
..
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h
swap_pager.c swap_pager.c: 1995-02-02 09:09:15 +00:00
swap_pager.h swap_pager.c: 1995-02-02 09:09:15 +00:00
vm_extern.h Killed MACHVMCOMPAT function prototypes as the functions don't exist. 1995-02-09 14:16:07 +00:00
vm_fault.c swap_pager.c: 1995-02-02 09:09:15 +00:00
vm_glue.c YF Fix. 1995-02-14 06:11:21 +00:00
vm_inherit.h
vm_init.c
vm_kern.c swap_pager.c: 1995-02-02 09:09:15 +00:00
vm_kern.h
vm_map.c Fixed problem with msync causing a panic. 1995-02-14 04:00:17 +00:00
vm_map.h
vm_meter.c Fixed some formatting weirdness that I overlooked in the previous commit. 1995-01-10 07:32:52 +00:00
vm_mmap.c Don't bother calling pmap_create() when creating the temporary map. 1995-02-15 09:22:17 +00:00
vm_object.c Carefully choose the value for vm_object_cache_max. The previous calculation 1995-02-12 09:19:44 +00:00
vm_object.h swap_pager.c: 1995-02-02 09:09:15 +00:00
vm_page.c swap_pager.c: 1995-02-02 09:09:15 +00:00
vm_page.h YF fix. 1995-02-14 06:14:28 +00:00
vm_pageout.c YF fix. 1995-02-14 06:14:28 +00:00
vm_pageout.h Fixed some formatting weirdness that I overlooked in the previous commit. 1995-01-10 07:32:52 +00:00
vm_pager.c Fixed some formatting weirdness that I overlooked in the previous commit. 1995-01-10 07:32:52 +00:00
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c Fixed some formatting weirdness that I overlooked in the previous commit. 1995-01-10 07:32:52 +00:00
vm_unix.c
vm_user.c Killed MACHVMCOMPAT code. It doesn't compile, and in its present state 1995-02-09 14:14:13 +00:00
vm_vmio.c
vm.h
vnode_pager.c Fixed bmap run-length brokeness. 1995-02-03 06:46:28 +00:00
vnode_pager.h