freebsd-dev/sys/vm
Tor Egge 9174ca7ba3 Initialize result->backing_object_offset before linking result onto the list of
vm objects shadowing source in vm_object_shadow().  This closes a race where
vm_object_collapse() could be called with a partially uninitialized object
argument causing symptoms that looked like hardware problems, e.g.  signal 6,
10, 11 or a /bin/sh busy-waiting for a nonexistant child process.
2004-06-28 20:26:35 +00:00
..
default_pager.c
device_pager.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
phys_pager.c
pmap.h
swap_pager.c In swap_pager_getpages(), bp->b_dev can be NULL, particularly for the 2004-06-23 15:15:07 +00:00
swap_pager.h
uma_core.c Make uma_mtx MTX_RECURSE. Here's why: 2004-06-23 21:59:03 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c Update a stale comment. The heuristic to swap processes out based on 2004-06-27 01:58:12 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Use MIN() macro rather than ulmin() inline, and fix stray tab 2004-06-28 19:58:39 +00:00
vm_map.h Remove an unused field from the vmspace structure. 2004-06-26 19:16:35 +00:00
vm_meter.c
vm_mmap.c
vm_object.c Initialize result->backing_object_offset before linking result onto the list of 2004-06-28 20:26:35 +00:00
vm_object.h
vm_page.c Remove spl() calls. Update comments to reflect the removal of spl() calls. 2004-06-19 04:19:47 +00:00
vm_page.h
vm_pageout.c Call vm_pageout_page_stats() with the page queues lock held. 2004-06-24 04:08:43 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h