Date: Fri, 15 Jan 1999 09:25:04 -0800 (PST) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/kern kern_environment.c src/sys/sys systm.h Message-ID: <199901151725.JAA05799@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/01/15 09:25:03 PST Modified files: sys/i386/i386 machdep.c Log: Fetch an overide for NMBCLUSTERS from the kernel environment. Never allow the value to be reduced below that defined when the kernel was built. Revision Changes Path 1.322 +7 -1 src/sys/i386/i386/machdep.c Modified files: sys/kern kern_environment.c sys/sys systm.h Log: Add getenv_int(), specifically for retrieving integer values from kernel environment variables. This makes it easy to pass tuning parameters in from the bootloader. Revision Changes Path 1.4 +20 -1 src/sys/kern/kern_environment.c 1.84 +2 -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?199901151725.JAA05799>