Date: Thu, 26 Jul 2001 16:04:03 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200107262304.f6QN43o05023@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107262304.f6QN43o05023>
