NetBSD/sys/vm
mycroft 69e0aacce3 Remove the `backing_object still referenced' panic, since there's an expected
race with vnode_pager_sync().
1997-04-07 01:57:14 +00:00
..
TODO lite2 1997-02-23 09:58:53 +00:00
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h
swap_pager.c This is all from mycroft: 1997-02-18 13:39:31 +00:00
swap_pager.h
vm.h
vm_conf.h
vm_extern.h sync needs to clean VM objects backed by vnode pagers 1997-02-13 02:54:06 +00:00
vm_fault.c This is all from mycroft: 1997-02-18 13:39:31 +00:00
vm_glue.c add thread_sleep_msg() that takes a wait message, and change thread_sleep() 1997-02-05 08:09:45 +00:00
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c vm_map_copy_entry(): Don't set "needs_copy" on a zero-fill entry. 1997-02-25 23:27:08 +00:00
vm_map.h
vm_meter.c Use vm_object_paging() to test if an object has pages in transit. 1997-02-21 20:27:21 +00:00
vm_mmap.c
vm_object.c Remove the `backing_object still referenced' panic, since there's an expected 1997-04-07 01:57:14 +00:00
vm_object.h Define a macro to test if an object has pages in transit. Clarify 1997-02-21 20:26:03 +00:00
vm_page.c
vm_page.h
vm_pageout.c This is all from mycroft: 1997-02-18 13:39:31 +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
vnode_pager.c DTRT if vm_object_lookup() returns NULL. This may happen while an object is 1997-02-27 17:49:05 +00:00
vnode_pager.h