freebsd-nq/sys/vm
Bruce Evans cac597e4c0 Completed function declarations and/or added prototypes.
Staticized some functions.

__purified some functions.  Some functions were bogusly declared as
returning `const'.  This hasn't done anything since gcc-2.5.  For
later versions of gcc, the equivalent is __attribute__((const)) at
the end of function declarations.
1995-12-03 12:18:39 +00:00
..
default_pager.c
default_pager.h
device_pager.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
device_pager.h
kern_lock.c Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
lock.h Fix pollution of application namespace by declarations of kernel 1995-10-05 01:11:48 +00:00
pmap.h
swap_pager.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
swap_pager.h Fixed recent staticizations. Some protypes for static functions were 1995-11-16 09:51:22 +00:00
vm_extern.h Move all the VM sysctl stuff home where it belongs. 1995-11-14 09:29:34 +00:00
vm_fault.c Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vm_glue.c Finished (?) cleaning up sysinit stuff. 1995-12-02 17:11:20 +00:00
vm_inherit.h
vm_init.c Finished (?) cleaning up sysinit stuff. 1995-12-02 17:11:20 +00:00
vm_kern.c Fixed up a comment and removed some #if 0'd code. 1995-11-13 10:53:38 +00:00
vm_kern.h
vm_map.c Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vm_map.h
vm_meter.c Move all the VM sysctl stuff home where it belongs. 1995-11-14 09:29:34 +00:00
vm_mmap.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
vm_object.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
vm_object.h Greatly simplify the msync code. Eliminate complications in vm_pageout 1995-11-05 20:46:03 +00:00
vm_page.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
vm_page.h Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vm_pageout.c Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vm_pageout.h Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
vm_pager.c Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vm_pager.h Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vm_param.h
vm_prot.h
vm_swap.c If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
vm_unix.c Included <sys/sysproto.h> to get central declarations for syscall args 1995-11-12 06:43:28 +00:00
vm_user.c
vm_vmio.c
vm.h Fix pollution of application namespace by declarations of kernel 1995-10-05 01:11:48 +00:00
vnode_pager.c Remove unused vars & funcs, make things static, protoize a little bit. 1995-11-20 12:20:02 +00:00
vnode_pager.h Minor performance improvements, additional prototype for additional 1995-09-06 05:37:43 +00:00