]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. To
authordes <des@FreeBSD.org>
Tue, 27 Jan 2004 15:59:38 +0000 (15:59 +0000)
committerdes <des@FreeBSD.org>
Tue, 27 Jan 2004 15:59:38 +0000 (15:59 +0000)
commit8b1373b33e38c4dc3c45820ed545b32ab925a42f
tree9e58d7f936db3e7c9b66ae5062591d65e619d74c
parent58a1b901a48dccc815bfbd085b4cc8daa118b51a
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.
sys/boot/common/help.common
sys/boot/common/loader.8
sys/boot/forth/loader.conf
sys/kern/kern_malloc.c