freebsd-dev/sys/vm
Matthew Dillon 04d986a5fc Mainly changes to support the new swapper. The big adjustment is that
swap blocks are now in PAGE_SIZE'd increments instead of DEV_BSIZE'd
    increments.  We still convert to DEV_BSIZE'd increments for the
    backing store I/O, but everything else is in PAGE_SIZE increments.
1999-01-21 10:17:12 +00:00
..
default_pager.c The default_pager's interaction with the swap_pager has been reorganized, 1999-01-21 09:33:07 +00:00
default_pager.h
device_pager.c This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
pmap.h
swap_pager.c The default_pager's interaction with the swap_pager has been reorganized, 1999-01-21 09:33:07 +00:00
swap_pager.h This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
vm_extern.h Add (but don't activate) code for a special VM option to make 1999-01-06 23:05:42 +00:00
vm_fault.c Mainly cleanup. Removed some inappropriate low-memory handling code 1999-01-21 09:35:38 +00:00
vm_glue.c Removed low-memory blockages at fork. This is the wrong place to put 1999-01-21 09:36:23 +00:00
vm_inherit.h
vm_init.c
vm_kern.c Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup() 1999-01-21 09:38:20 +00:00
vm_kern.h
vm_map.c General cleanup related to the new pager. We no longer have to worry 1999-01-21 09:40:48 +00:00
vm_map.h Add (but don't activate) code for a special VM option to make 1999-01-06 23:05:42 +00:00
vm_meter.c Objects associated with raw devices are no longer counted in the VM stats 1999-01-21 09:41:52 +00:00
vm_mmap.c This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
vm_object.c object->id was badly implemented. It has simply been removed. 1999-01-21 09:46:55 +00:00
vm_object.h The vm_object structure is now somewhat smaller due to the removal 1999-01-21 09:51:21 +00:00
vm_page.c The hash table used to be a table of doubly-link list headers ( two 1999-01-21 10:01:49 +00:00
vm_page.h The TAILQ hashq has been turned into a singly-linked=list link, 1999-01-21 10:06:24 +00:00
vm_pageout.c Reorganized some of the low memory testing code to make it more useful. 1999-01-21 10:12:54 +00:00
vm_pageout.h This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
vm_pager.c Move many of the vm_pager_*() functions from vm_pager.c to inlines in 1999-01-21 10:15:24 +00:00
vm_pager.h Move many of the vm_pager_*() functions from vm_pager.c to inlines in 1999-01-21 10:15:47 +00:00
vm_param.h
vm_prot.h
vm_swap.c Mainly changes to support the new swapper. The big adjustment is that 1999-01-21 10:17:12 +00:00
vm_unix.c
vm_zone.c KNFize, by bde. 1999-01-10 01:58:29 +00:00
vm_zone.h KNFize, by bde. 1999-01-10 01:58:29 +00:00
vm.h
vnode_pager.c This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
vnode_pager.h