From owner-freebsd-questions Thu Apr 11 14:21: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id C958737B405 for ; Thu, 11 Apr 2002 14:20:56 -0700 (PDT) Received: from there (ndf-dial-196-30-127-106.mweb.co.za [196.30.127.106]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g3BLKlL38157; Thu, 11 Apr 2002 23:20:47 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Content-Type: text/plain; charset="iso-8859-1" From: "Patrick O'Reilly" Organization: Perimeter Networks CC Message-Id: <200204112322.34336@.perimeter.co.za> To: Archie Cobbs , freebsd-questions@FreeBSD.ORG Subject: Re: documentation for loader.conf variables? Date: Thu, 11 Apr 2002 23:24:17 +0200 X-Mailer: KMail [version 1.3.2] References: <200204112016.g3BKGR607445@arch20m.dellroad.org> In-Reply-To: <200204112016.g3BKGR607445@arch20m.dellroad.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu 11 Apr 02 22:16, Archie Cobbs wrote: > Hi, > > Are the kernel override variables that can go into /boot/loader.conf > listed and/or documented somewhere? > > I'm talking about things like: > > hw.ata.wc="0" > kern.hz="1000" > > Etc.. > Archie, these variable relate to "sysctl". man sysctl for more info. sysctl -a will list them all, though it does not explain what each one means. Have fun :) Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message