freebsd_amp_hwpstate/sys/vm
John Dyson 0891ef4c9a This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).
A page index was calculated incorrectly in vm_kern, and vm_object_page_remove
removed pages that should not have been.
1996-04-24 04:16:45 +00:00
..
default_pager.c
default_pager.h
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h Add a function prototype for pmap_prefault. 1996-03-28 04:54:50 +00:00
swap_pager.c
swap_pager.h
vm.h
vm_extern.h
vm_fault.c VM performance improvements, and reorder some operations in VM fault 1996-03-28 04:53:28 +00:00
vm_glue.c Reinstitute the map lock for processes being swapped out. This 1996-04-09 04:36:58 +00:00
vm_inherit.h
vm_init.c
vm_kern.c This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K). 1996-04-24 04:16:45 +00:00
vm_kern.h
vm_map.c Fixed a problem that the UPAGES of a process were being run down 1996-04-03 05:23:44 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K). 1996-04-24 04:16:45 +00:00
vm_object.h
vm_page.c VM performance improvements, and reorder some operations in VM fault 1996-03-28 04:53:28 +00:00
vm_page.h
vm_pageout.c Fixed a spl hog. The vmdaemon process ran entirely at splhigh. It 1996-04-11 21:05:25 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c Undid last revision. It duplicated part of second last revision. 1996-03-28 15:40:17 +00:00
vm_unix.c
vnode_pager.c
vnode_pager.h