freebsd-nq/sys/vm
Garrett Wollman f23b4c91c4 Fix up some sloppy coding practices:
- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
  header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.

NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.
1994-08-18 22:36:09 +00:00
..
device_pager.c Added $Id$ 1994-08-02 07:55:43 +00:00
device_pager.h Added $Id$ 1994-08-02 07:55:43 +00:00
kern_lock.c Added $Id$ 1994-08-02 07:55:43 +00:00
lock.h Added $Id$ 1994-08-02 07:55:43 +00:00
pmap.h Fixed various prototype problems with the pmap functions and the subsequent 1994-08-06 10:25:50 +00:00
swap_pager.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
swap_pager.h The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. 1994-05-25 09:21:21 +00:00
vm_extern.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_fault.c Incorporated post 1.1.5 work from John Dyson. This includes performance 1994-08-06 09:15:42 +00:00
vm_glue.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_inherit.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_init.c Added $Id$ 1994-08-02 07:55:43 +00:00
vm_kern.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_kern.h Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_map.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_map.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_meter.c Added $Id$ 1994-08-02 07:55:43 +00:00
vm_mmap.c Enabled page table preloading of cached objects. 1994-08-06 09:00:50 +00:00
vm_object.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_object.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_page.c Fixed vm_page_deactivate to deal with getting called with a page that's 1994-08-10 03:09:37 +00:00
vm_page.h Integrated VM system improvements/fixes from FreeBSD-1.1.5. 1994-08-04 03:06:48 +00:00
vm_pageout.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_pageout.h Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_pager.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
vm_pager.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_param.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_prot.h Added $Id$ 1994-08-02 07:55:43 +00:00
vm_swap.c Incorporated post 1.1.5 work from John Dyson. This includes performance 1994-08-06 09:15:42 +00:00
vm_unix.c Added $Id$ 1994-08-02 07:55:43 +00:00
vm_user.c Added $Id$ 1994-08-02 07:55:43 +00:00
vm.h Added $Id$ 1994-08-02 07:55:43 +00:00
vnode_pager.c Provide support for upcoming merged VM/buffer cache, and fixed a few bugs 1994-08-07 13:10:43 +00:00
vnode_pager.h Added $Id$ 1994-08-02 07:55:43 +00:00