freebsd-dev/sys/vm
Alan Cox 794316a866 o Revert a part of revision 1.66, contrary to what that commit message says,
deinlining vm_map_entry_behavior() and vm_map_entry_set_behavior()
   actually increases the kernel's size.
 o Make vm_map_entry_set_behavior() static and add a comment describing
   its purpose.
 o Remove an unnecessary initialization statement from vm_map_entry_splay().
2002-06-01 16:59:30 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c
swap_pager.h
uma_core.c
uma_dbg.c The kernel printf does not have %i 2002-05-29 08:25:13 +00:00
uma_dbg.h
uma_int.h
uma.h
vm_contig.c o Make contigmalloc1() static. 2002-05-22 01:01:37 +00:00
vm_extern.h
vm_fault.c o Acquire and release Giant around pmap operations in vm_fault_unwire() 2002-05-26 04:54:56 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h o Make contigmalloc1() static. 2002-05-22 01:01:37 +00:00
vm_map.c o Revert a part of revision 1.66, contrary to what that commit message says, 2002-06-01 16:59:30 +00:00
vm_map.h o Revert a part of revision 1.66, contrary to what that commit message says, 2002-06-01 16:59:30 +00:00
vm_meter.c
vm_mmap.c Check for defined(__i386__) instead of just defined(i386) since the compiler 2002-05-30 07:32:58 +00:00
vm_object.c Further work on pushing Giant out of the vm_map layer and down 2002-05-31 03:48:55 +00:00
vm_object.h
vm_page.c
vm_page.h o Remove unused #defines. 2002-05-27 22:10:28 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c Export nswapdev through sysctl(8). 2002-05-31 08:17:58 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h