freebsd-dev/sys/vm
Konstantin Belousov 121fd46175 When forking a vm space that has wired map entries, do not forget to
charge the objects created by vm_fault_copy_entry. The object charge
was set, but reserve not incremented.

Reported by:	Greg Rivers <gcr+freebsd-current tharned org>
Reviewed by:	alc (previous version)
Approved by:	re (kensmith)
2009-07-03 22:17:37 +00:00
..
default_pager.c Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
device_pager.c Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
memguard.c
memguard.h
phys_pager.c Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
pmap.h
redzone.c
redzone.h
swap_pager.c Initialize the uip to silence gcc warning that seems to sneak in in some 2009-06-24 09:26:33 +00:00
swap_pager.h
uma_core.c Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove an 2009-06-18 07:27:11 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c This change is the next step in implementing the cache control functionality 2009-06-26 04:47:43 +00:00
vm_extern.h When forking a vm space that has wired map entries, do not forget to 2009-07-03 22:17:37 +00:00
vm_fault.c When forking a vm space that has wired map entries, do not forget to 2009-07-03 22:17:37 +00:00
vm_glue.c Eliminate unnecessary obfuscation when testing a page's valid bits. 2009-06-07 19:38:26 +00:00
vm_init.c
vm_kern.c Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
vm_kern.h
vm_map.c When forking a vm space that has wired map entries, do not forget to 2009-07-03 22:17:37 +00:00
vm_map.h Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
vm_meter.c
vm_mmap.c Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
vm_object.c Eliminiate code duplication by calling vm_object_destroy() 2009-06-28 08:42:17 +00:00
vm_object.h Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
vm_page.c Strive for greater consistency among the places that implement real, 2009-06-21 00:21:33 +00:00
vm_page.h Eliminate a stale comment and the two remaining uses of the "register" 2009-05-30 22:15:55 +00:00
vm_pageout.c The bits set in a page's dirty mask are a subset of the bits set in its 2009-06-24 04:45:03 +00:00
vm_pageout.h
vm_pager.c Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
vm_pager.h Implement global and per-uid accounting of the anonymous memory. Add 2009-06-23 20:45:22 +00:00
vm_param.h
vm_phys.c This change is the next step in implementing the cache control functionality 2009-06-26 04:47:43 +00:00
vm_phys.h This change is the next step in implementing the cache control functionality 2009-06-26 04:47:43 +00:00
vm_reserv.c Previously, when vm_page_free_toq() was performed on a page belonging to 2009-04-11 09:09:00 +00:00
vm_reserv.h
vm_unix.c Remove execute permission from the memory allocated by sbrk(). 2009-04-11 22:34:08 +00:00
vm_zeroidle.c
vm.h This change is the next step in implementing the cache control functionality 2009-06-26 04:47:43 +00:00
vnode_pager.c Change the type of uio_resid member of struct uio from int to ssize_t. 2009-06-25 18:46:30 +00:00
vnode_pager.h