NetBSD/sys/vm
mycroft d66944976a Some minor rearrangement and cleanup. 1994-01-08 03:24:19 +00:00
..
device_pager.c Add missing return value. 1994-01-07 17:12:51 +00:00
device_pager.h bring changes down from magnum 1993-12-20 12:39:55 +00:00
kern_lock.c Kill third arg to thread_sleep(). It's always false and isn't used anyway. 1994-01-07 22:22:20 +00:00
lock.h Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc. 1993-07-29 21:42:19 +00:00
pmap.h Remove prototype for pmap_bootstrap() 1993-08-29 12:12:20 +00:00
queue.h fixs long broken 'dequeue' macro which would expand to 'dequeue_head' which 1993-09-01 15:55:26 +00:00
swap_pager.c Don't forget to poke the page daemon. 1994-01-07 20:33:14 +00:00
swap_pager.h bring changes down from magnum 1993-12-20 12:39:55 +00:00
vm.h Fix up some #includes, and add a bunch of prototypes. 1994-01-08 01:11:21 +00:00
vm_fault.c bring changes down from magnum 1993-12-20 12:39:55 +00:00
vm_glue.c Add some explicit return types. 1994-01-07 22:48:40 +00:00
vm_inherit.h add rcs ids and clean up headers 1993-05-20 03:59:08 +00:00
vm_init.c bring changes down from magnum 1993-12-20 12:39:55 +00:00
vm_kern.c bring changes down from magnum 1993-12-20 12:39:55 +00:00
vm_kern.h make the rlist code all go away. replace it with resource map code, 1993-07-07 06:04:12 +00:00
vm_map.c Fix up some #includes, and add a bunch of prototypes. 1994-01-08 01:11:21 +00:00
vm_map.h Fix up some #includes, and add a bunch of prototypes. 1994-01-08 01:11:21 +00:00
vm_meter.c Add some explicit return types. 1994-01-07 22:34:37 +00:00
vm_mmap.c Some minor rearrangement and cleanup. 1994-01-08 03:24:19 +00:00
vm_object.c Kill third arg to thread_sleep(). It's always false and isn't used anyway. 1994-01-07 22:22:20 +00:00
vm_object.h Kill third arg to thread_sleep(). It's always false and isn't used anyway. 1994-01-07 22:22:20 +00:00
vm_page.c No need to clear these bits, since we just bzero()d the silly thing. 1994-01-07 18:32:14 +00:00
vm_page.h bring changes down from magnum 1993-12-20 12:39:55 +00:00
vm_pageout.c Kill third arg to thread_sleep(). It's always false and isn't used anyway. 1994-01-07 22:22:20 +00:00
vm_pageout.h Kill third arg to thread_sleep(). It's always false and isn't used anyway. 1994-01-07 22:22:20 +00:00
vm_pager.c Trivial stylistic change to match other code. 1994-01-07 18:11:38 +00:00
vm_pager.h bring changes down from magnum 1993-12-20 12:39:55 +00:00
vm_param.h Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc. 1993-07-29 21:42:19 +00:00
vm_prot.h add rcs ids and clean up headers 1993-05-20 03:59:08 +00:00
vm_statistics.h Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc. 1993-07-29 21:42:19 +00:00
vm_swap.c Add some explicit return types. 1994-01-07 22:34:37 +00:00
vm_unix.c Add some explicit return types. 1994-01-07 22:34:37 +00:00
vm_user.c Add some explicit return types. 1994-01-07 22:34:37 +00:00
vm_user.h add rcs ids and clean up headers 1993-05-20 03:59:08 +00:00
vnode_pager.c Make vnode_pager_putpage return an int, like other *_putpage routines. 1994-01-07 18:12:12 +00:00
vnode_pager.h bring changes down from magnum 1993-12-20 12:39:55 +00:00