From owner-svn-src-head@FreeBSD.ORG Tue Dec 11 19:54:51 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE66CCA4; Tue, 11 Dec 2012 19:54:51 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id BBD4E8FC14; Tue, 11 Dec 2012 19:54:50 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id 3964ADA3; Tue, 11 Dec 2012 20:52:43 +0100 (CET) Date: Tue, 11 Dec 2012 20:56:19 +0100 From: Pawel Jakub Dawidek To: Alfred Perlstein Subject: Re: svn commit: r244106 - head/sbin/sysctl Message-ID: <20121211195618.GA1381@garage.freebsd.pl> References: <201212110128.qBB1S7rh061270@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <201212110128.qBB1S7rh061270@svn.freebsd.org> X-OS: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 19:54:51 -0000 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2012 at 01:28:07AM +0000, Alfred Perlstein wrote: > Author: alfred > Date: Tue Dec 11 01:28:06 2012 > New Revision: 244106 > URL: http://svnweb.freebsd.org/changeset/base/244106 >=20 > Log: > Allow sysctl to filter boot and runtime tunables. > =20 > Add the following flags to sysctl: > -W - show only writable sysctls > -T - show only tuneable sysctls [...] > +.It Fl T > +Display only variables that are setable via loader (CTLFLAG_TUN). To this point CTLFLAG_TUN was only important for read-only sysctls to give user a hint that the given sysctl can be changed via loader tunable on boot only (or on module load via kenv(1)). Your change makes it useful to also mark read-write sysctls as tunables and I suspect there is huge number of such sysctls that have no CTLFLAG_TUN flag. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDHj+IACgkQForvXbEpPzReCQCg73fsiVxfpf1HKyHC6dkBageP HWUAoJN4GNZ3Pm0DE+bnWZxZxB9Du7Qa =wEM+ -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--