From owner-cvs-src@FreeBSD.ORG Tue Oct 21 11:53:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32F016A4BF for ; Tue, 21 Oct 2003 11:53:52 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 212D643FA3 for ; Tue, 21 Oct 2003 11:53:50 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 80820 invoked from network); 21 Oct 2003 18:53:48 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 21 Oct 2003 18:53:48 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 21 Oct 2003 15:53:35 -0500 (CDT) From: Mike Silbersack To: Mike Silbersack In-Reply-To: <200310211828.h9LISaO6093920@repoman.freebsd.org> Message-ID: <20031021155125.X13936@odysseus.silby.com> References: <200310211828.h9LISaO6093920@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 amd64_mem.c tsc.csrc/sys/dev/aac aac_disk.c src/sys/dev/ata ata-disk.c src/sys/dev/pci pci_pci.c src/sys/i386/i386 i686_mem.c tsc.c src/sys/i386/pci pc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 18:53:53 -0000 On Tue, 21 Oct 2003, Mike Silbersack wrote: > Change all SYSCTLS which are readonly and have a related TUNABLE > from CTLFLAG_RD to CTLFLAG_RDTUN so that sysctl(8) can provide > more useful error messages. For those interested, this series of commits causes the following to happen: > sysctl kern.maxproc=1 Tunable values are set in /boot/loader.conf and require a reboot to take effect. sysctl: oid 'kern.maxproc' is a tunable. This should help reduce confusion for sysadmins trying to tune FreeBSD for the first time. Perhaps the documentation could be improved as well, but I'm too lazy to tackle that right now. Mike "Silby" Silbersack