freebsd-dev/sys/vm
David Greenman ff16eeefb0 VM for the kernel stack and page tables doesn't need to be explicitly
deallocated as it isn't inherited across the fork.
Use vm_map_find not vm_allocate.

Submitted by:	John Dyson
1995-02-20 17:26:21 +00:00
..
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
vm_glue.c VM for the kernel stack and page tables doesn't need to be explicitly 1995-02-20 17:26:21 +00:00
vm_inherit.h
vm_init.c
vm_kern.c
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
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 Panic if object is deallocated too many times. 1995-02-20 14:21:58 +00:00
vm_object.h
vm_page.c Don't allow act_count to exceed ACT_MAX when bumping it up. 1995-02-20 14:00:50 +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
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c
vm_unix.c
vm_user.c
vm_vmio.c
vm.h
vnode_pager.c
vnode_pager.h