freebsd-skq/sys/vm
Thomas Moestl 0fca57b8b8 Move the definitions of the hw.physmem, hw.usermem and hw.availpages
sysctls to MI code; this reduces code duplication and makes all of them
available on sparc64, and the latter two on powerpc.
The semantics by the i386 and pc98 hw.availpages is slightly changed:
previously, holes between ranges of available pages would be included,
while they are excluded now. The new behaviour should be more correct
and brings i386 in line with the other architectures.

Move physmem to vm/vm_init.c, where this variable is used in MI code.
2002-11-07 23:57:17 +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
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c Move the definitions of the hw.physmem, hw.usermem and hw.availpages 2002-11-07 23:57:17 +00:00
vm_kern.c
vm_kern.h
vm_map.c Correctly print vm_offset_t types. 2002-11-07 22:49:07 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Some more printf() format fixes. 2002-11-07 23:03:04 +00:00
vm_object.h
vm_page.c Export the function vm_page_splay(). 2002-11-04 19:21:39 +00:00
vm_page.h Export the function vm_page_splay(). 2002-11-04 19:21:39 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c Better printf() formats. 2002-11-07 23:16:22 +00:00
vnode_pager.h