freebsd-nq/sys/vm
Bruce Evans 0ff89d5b03 Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>
(if KERNEL is defined).  This allows removing the #includes of vm
stuff in vnode_if.h, which will speed up the compilation of LINT by
about 5%.
1995-12-05 20:54:42 +00:00
..
default_pager.c
default_pager.h
device_pager.c Fixed the type mismatch in check for the bogus mmap function `nullop'. 1995-12-03 18:59:55 +00:00
device_pager.h
kern_lock.c
lock.h
pmap.h
swap_pager.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
swap_pager.h
vm_extern.h
vm_fault.c
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
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +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
vm_page.c Completed function declarations and/or added prototypes. 1995-12-03 12:18:39 +00:00
vm_page.h
vm_pageout.c
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 Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h> 1995-12-05 20:54:42 +00:00
vnode_pager.c
vnode_pager.h