freebsd-dev/sys/vm
2003-01-11 20:07:17 +00:00
..
default_pager.c
device_pager.c
phys_pager.c Increase the scope of the page queues lock in phys_pager_getpages(). 2002-12-27 06:09:56 +00:00
pmap.h
swap_pager.c Avoid extern decls in .c files by putting them in the vm/swap_pager.h 2003-01-03 14:30:46 +00:00
swap_pager.h Make struct swblock kernel only, to make vm/swap_pager.h userland includable. 2003-01-03 16:23:12 +00:00
uma_core.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c Reduce the number of times that we acquire and release the page queues 2002-12-29 07:17:06 +00:00
vm_glue.c
vm_init.c
vm_kern.c Allow kmem_malloc() without Giant if M_NOWAIT is specified. 2003-01-04 19:26:35 +00:00
vm_kern.h
vm_map.c Lock the vm object when performing vm_object_clear_flag(). 2003-01-03 09:15:43 +00:00
vm_map.h Add a needed #include. 2003-01-01 00:13:01 +00:00
vm_meter.c Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. 2003-01-11 07:29:47 +00:00
vm_mmap.c
vm_object.c Use vm_object_lock() and vm_object_unlock() in vm_object_deallocate(). 2003-01-04 19:23:19 +00:00
vm_object.h - Remove vm_object_init2(). It is unused. 2002-12-29 21:01:14 +00:00
vm_page.c In vm_page_alloc(), fuse two if statements that are conditioned on the same 2003-01-11 20:07:17 +00:00
vm_page.h
vm_pageout.c Avoid extern decls in .c files by putting them in the vm/swap_pager.h 2003-01-03 14:30:46 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h Allow the VM object flushing code to cluster. When the filesystem syncer 2002-12-28 21:03:42 +00:00
vm_param.h Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. 2003-01-11 07:29:47 +00:00
vm_swap.c Temporarily introduce a new VOP_SPECSTRATEGY operation while I try 2003-01-04 22:10:36 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages and 2003-01-05 20:32:03 +00:00
vnode_pager.h