NetBSD/sys/vm
mrg 42ae012452 This is all from mycroft:
Create macros (with names borrowed from Mach 3) to manipulate
object->paging_in_progress, and use them.  When decreasing the
paging count, always make sure to wake up anyone waiting.
Fixes `vospgc', `vosca1', and `vosca2' hangs.
1997-02-18 13:39:31 +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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
kern_lock.c redo that last change, correctly. (suggested by mycroft.) 1994-10-30 19:11:09 +00:00
lock.h redo that last change, correctly. (suggested by mycroft.) 1994-10-30 19:11:09 +00:00
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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
vm_init.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
vm_map.c back out previous kprintf changes 1996-10-12 21:50:05 +00:00
vm_map.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_meter.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_mmap.c back out previous kprintf changes 1996-10-12 21:50:05 +00:00
vm_object.c This is all from mycroft: 1997-02-18 13:39:31 +00:00
vm_object.h This is all from mycroft: 1997-02-18 13:39:31 +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 KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
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 KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_prot.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
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 Sigh. I initially had this exactly backwards: the object needs to be locked, the vnode does *not*. Avoids panic: locking against myself quickly reported by Charles. 1997-02-17 13:10:28 +00:00
vnode_pager.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00