freebsd-nq/sys/vm
Alan Cox 0d78c0dce2 o Style fixes to vm_map_split(), including the elimination of one variable
declaration that shadows another.

Note: This function should really be vm_object_split(), not vm_map_split().

Reviewed by:	md5
2002-06-02 19:32:05 +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
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c o Style fixes to vm_map_split(), including the elimination of one variable 2002-06-02 19:32:05 +00:00
vm_map.h o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(), 2002-06-01 22:41:43 +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 o Condition vm_object_pmap_copy_1()'s compilation on the kernel 2002-06-02 06:31:41 +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