HardenedBSD/sys/vm
David Greenman aa2cabb958 1) Converted v_vmdata to v_object.
2) Removed unnecessary vm_object_lookup()/pager_cache(object, TRUE) pairs
   after vnode_pager_alloc() calls - the object is already guaranteed to be
   persistent.
3) Removed some gratuitous casts.
1995-06-28 12:01:13 +00:00
..
device_pager.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
device_pager.h
kern_lock.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
lock.h
pmap.h
swap_pager.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
swap_pager.h Changed "handle" from type caddr_t to void *; "handle" is several different 1995-05-10 18:56:09 +00:00
vm_extern.h Changed swap partition handling/allocation so that it doesn't 1995-05-14 03:00:10 +00:00
vm_fault.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_glue.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_inherit.h
vm_init.c
vm_kern.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_kern.h
vm_map.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_object.c Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
vm_object.h Changed object hash list to be a list rather than a tailq. This saves 1995-05-02 05:57:11 +00:00
vm_page.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_page.h inline -> __inline. 1995-04-23 08:05:49 +00:00
vm_pageout.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_pageout.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_pager.c Changed "handle" from type caddr_t to void *; "handle" is several different 1995-05-10 18:56:09 +00:00
vm_pager.h Changed "handle" from type caddr_t to void *; "handle" is several different 1995-05-10 18:56:09 +00:00
vm_param.h
vm_prot.h
vm_swap.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
vm_unix.c
vm_user.c
vm_vmio.c
vm.h
vnode_pager.c 1) Converted v_vmdata to v_object. 1995-06-28 12:01:13 +00:00
vnode_pager.h