freebsd-dev/sys/vm
John Dyson 851c12ff1d Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default
for anonymous objects.  The system will automatically change the
type to SWAP if needed (for size or pageout reasons.)
1996-10-29 22:07:11 +00:00
..
default_pager.c
default_pager.h
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h Move much of the machine dependent code from vm_glue.c into 1996-10-15 03:16:45 +00:00
swap_pager.c Removed __pure's and __pure2's. __pure is a no-op for recent versions 1996-10-12 20:09:48 +00:00
swap_pager.h
vm_extern.h Removed iprintf(). It was copied to db_iprintf() in ddb. 1996-09-15 11:24:21 +00:00
vm_fault.c Addition of page coloring support. Various levels of coloring are afforded. 1996-09-08 20:44:49 +00:00
vm_glue.c Make processes waken up eligible for immediate swap-in. 1996-10-17 02:58:20 +00:00
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Attached vm ddb commands show map', show vmochk', `show object', 1996-09-14 11:54:59 +00:00
vm_map.h
vm_meter.c Addition of page coloring support. Various levels of coloring are afforded. 1996-09-08 20:44:49 +00:00
vm_mmap.c Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default 1996-10-29 22:07:11 +00:00
vm_object.c Reviewed by: 1996-09-28 03:33:40 +00:00
vm_object.h Clean up the rundown of the object backing a vnode. This should fix 1996-10-17 02:49:35 +00:00
vm_page.c Move much of the machine dependent code from vm_glue.c into 1996-10-15 03:16:45 +00:00
vm_page.h Make the default cache size optim to be 256K, the old default was 1996-10-06 22:26:13 +00:00
vm_pageout.c Reviewed by: 1996-09-28 03:33:40 +00:00
vm_pageout.h
vm_pager.c Addition of page coloring support. Various levels of coloring are afforded. 1996-09-08 20:44:49 +00:00
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c The way we get a vnode for swapdev is not quite kosher. In particular 1996-10-27 22:31:00 +00:00
vm_unix.c
vm.h
vnode_pager.c Clean up the rundown of the object backing a vnode. This should fix 1996-10-17 02:49:35 +00:00
vnode_pager.h