freebsd-nq/sys/vm
Bruce Evans 3aa12267a5 Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) that I didn't notice when I fixed
"all" such warnings before.
1995-03-28 07:58:53 +00:00
..
device_pager.c
device_pager.h
kern_lock.c
lock.h These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
pmap.h
swap_pager.c
swap_pager.h
vm_extern.h
vm_fault.c Explicitly set page dirty if this is a write fault - reduces calls to 1995-03-27 02:41:00 +00:00
vm_glue.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Pass syncio flag to vm_object_clean(). It remains unimplemented, however. 1995-03-25 17:36:57 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Fix logic bug I just introduced with the flags to msync(). 1995-03-25 17:44:03 +00:00
vm_object.c Removed (almost) meaningless "object cache lookups/hits" statistic. In 1995-03-25 08:42:14 +00:00
vm_object.h
vm_page.c Implemented cnt.v_reactivated and moved vm_page_activate() routine to 1995-03-25 08:47:35 +00:00
vm_page.h Removed some obsolete flags. 1995-03-26 23:33:14 +00:00
vm_pageout.c Fixed typo...using wrong variable in page_shortage calculation. 1995-03-28 05:58:35 +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
vm_vmio.c
vm.h
vnode_pager.c
vnode_pager.h