Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2004 07:59:38 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c src/sys/boot/common help.common loader.8 src/sys/boot/forth loader.conf
Message-ID:  <200401271559.i0RFxduF022621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401271559.i0RFxduF022621>