cvs commit: src/sys/kern kern_malloc.c src/sys/boot/common
help.common loader.8 src/sys/boot/forth loader.conf
Dag-Erling Smorgrav
des at FreeBSD.org
Tue Jan 27 07:59:40 PST 2004
des 2004/01/27 07:59:38 PST
FreeBSD src repository
Modified files:
sys/kern kern_malloc.c
sys/boot/common help.common loader.8
sys/boot/forth loader.conf
Log:
Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. To
assure backward compatibility (conditional on !BURN_BRIDGES), look it up
by its old name first, and log a warning (but accept the setting) if it
was found. If both the old and new name are defined, the new name takes
precedence.
Also export vm.kmem_size as a read-only sysctl variable; I find it hard to
tune a parameter when I don't know its default value, especially when that
default value is computed at boot time.
Revision Changes Path
1.26 +1 -1 src/sys/boot/common/help.common
1.58 +5 -5 src/sys/boot/common/loader.8
1.73 +1 -1 src/sys/boot/forth/loader.conf
1.131 +7 -1 src/sys/kern/kern_malloc.c
More information about the cvs-src
mailing list