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 pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
device_pager.h
kern_lock.c
lock.h
pmap.h Make prototyping of most functions conditional on `PMAP_EXCLUDE_DECLS'. 1996-03-31 22:15:32 +00:00
swap_pager.c This is all from mycroft: 1997-02-18 13:39:31 +00:00
swap_pager.h pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm.h
vm_conf.h VM prototype changes 1996-02-05 01:53:47 +00:00
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 pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
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 back out previous kprintf changes 1996-10-12 21:50:05 +00:00
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 pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm_page.h pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm_pageout.c This is all from mycroft: 1997-02-18 13:39:31 +00:00
vm_pageout.h
vm_pager.c pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm_pager.h pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm_param.h
vm_prot.h
vm_swap.c Treat the nswdev == 0 case like the nswap == 0 case; don't panic, just 1997-01-22 07:28:21 +00:00
vm_unix.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_user.c Replace vm_object_prefer with PMAP_PREFER. 1996-02-28 22:39:13 +00:00
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