freebsd-nq/sys/vm
John Baldwin 9701cd40b4 Support for unsigned integer and long sysctl variables. Update the
SYSCTL_LONG macro to be consistent with other integer sysctl variables
and require an initial value instead of assuming 0.  Update several
sysctl variables to use the unsigned types.

PR:		15251
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-05 07:46:41 +00:00
..
default_pager.c
device_pager.c
phys_pager.c This is a cleanup patch to Peter's new OBJT_PHYS VM object type 2000-05-29 22:40:54 +00:00
pmap.h Brucify the pmap_enter_temporary() changes. 2000-05-29 19:21:01 +00:00
swap_pager.c
swap_pager.h
vm_extern.h
vm_fault.c This is a cleanup patch to Peter's new OBJT_PHYS VM object type 2000-05-29 22:40:54 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c Support for unsigned integer and long sysctl variables. Update the 2000-07-05 07:46:41 +00:00
vm_mmap.c Nifty idea from Jeroen van Gelderen; don't call a routine to check if 2000-06-25 09:44:32 +00:00
vm_object.c This is a cleanup patch to Peter's new OBJT_PHYS VM object type 2000-05-29 22:40:54 +00:00
vm_object.h This is a cleanup patch to Peter's new OBJT_PHYS VM object type 2000-05-29 22:40:54 +00:00
vm_page.c Simplify and rationalise the management of the vnode free list 2000-07-04 04:32:40 +00:00
vm_page.h Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you 2000-07-04 08:55:18 +00:00
vm_pageout.c This is a cleanup patch to Peter's new OBJT_PHYS VM object type 2000-05-29 22:40:54 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zone.c Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. 2000-07-04 11:25:35 +00:00
vm_zone.h
vm.h
vnode_pager.c
vnode_pager.h