freebsd-dev/sys/vm
Alan Cox 4e045f937b vm_map_insert:
General cleanup.  Eliminate coalescing checks that are duplicated
	by vm_object_coalesce.
1999-05-18 05:38:48 +00:00
..
default_pager.c
default_pager.h
device_pager.c Casting handles from void * to uintptr_t on the way to dev_t became 1999-05-13 12:55:37 +00:00
pmap.h Make pmap_collect() an official pmap interface. 1999-04-23 20:29:58 +00:00
swap_pager.c remove b_proc from struct buf, it's (now) unused. 1999-05-06 20:00:34 +00:00
swap_pager.h
vm_extern.h Move the declaration of faultin() from the vm headers to proc.h, since 1999-04-13 19:17:15 +00:00
vm_fault.c The VFS/BIO subsystem contained a number of hacks in order to optimize 1999-05-02 23:57:16 +00:00
vm_glue.c
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c vm_map_insert: 1999-05-18 05:38:48 +00:00
vm_map.h Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, 1999-05-17 00:53:56 +00:00
vm_meter.c Add sysctl descriptions to many SYSCTL_XXXs 1999-05-03 23:57:32 +00:00
vm_mmap.c Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, 1999-05-17 00:53:56 +00:00
vm_object.c Remove prototypes for functions that don't exist anymore (vm_map.h). 1999-05-16 05:07:34 +00:00
vm_object.h
vm_page.c The VFS/BIO subsystem contained a number of hacks in order to optimize 1999-05-02 23:57:16 +00:00
vm_page.h The VFS/BIO subsystem contained a number of hacks in order to optimize 1999-05-02 23:57:16 +00:00
vm_pageout.c Make pmap_collect() an official pmap interface. 1999-04-23 20:29:58 +00:00
vm_pageout.h
vm_pager.c remove b_proc from struct buf, it's (now) unused. 1999-05-06 20:00:34 +00:00
vm_pager.h The VFS/BIO subsystem contained a number of hacks in order to optimize 1999-05-02 23:57:16 +00:00
vm_param.h
vm_prot.h
vm_swap.c Fix a udev_t/dev_t mismatch which prevent paging from working. 1999-05-12 11:05:23 +00:00
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c Fix confusion of size of transfer with size of the pager. 1999-05-15 23:42:39 +00:00
vnode_pager.h