From owner-cvs-all Thu Jul 26 16: 4:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADD8D37B405; Thu, 26 Jul 2001 16:04:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6QN43o05023; Thu, 26 Jul 2001 16:04:03 -0700 (PDT) (envelope-from peter) Message-Id: <200107262304.f6QN43o05023@freefall.freebsd.org> From: Peter Wemm Date: Thu, 26 Jul 2001 16:04:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf param.c src/sys/kern subr_param.c kern_mib.c src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/07/26 16:04:03 PDT Modified files: sys/kern subr_param.c kern_mib.c sys/sys systm.h Removed files: sys/conf param.c Log: Move param.c out of the conf directory and make it fully dynamic. Tunables are now derived at boot time from maxusers. ie: change maxusers via a tunable and all the derivative settings change. You can change the other tunables individually as well. Even hz etc is tunable. Revision Changes Path 1.42 +50 -28 src/sys/kern/subr_param.c 1.42 +4 -1 src/sys/kern/kern_mib.c 1.146 +4 -1 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message