From owner-cvs-src@FreeBSD.ORG Mon Nov 10 20:37:35 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 C76DF16A4CE for ; Mon, 10 Nov 2003 20:37:35 -0800 (PST) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id D206743FE3 for ; Mon, 10 Nov 2003 20:37:31 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200.101.111.208 (200-101-111-208.bsace705.dsl.brasiltelecom.net.br [200.101.111.208]) by vette.gigo.com (Postfix) with ESMTP id 847EB555E for ; Mon, 10 Nov 2003 20:35:43 -0800 (PST) Received: (qmail 31668 invoked by uid 1001); 11 Nov 2003 04:14:42 -0000 Message-ID: <20031111041442.31667.qmail@exxodus.fedaykin.here> Received: (qmail 4222 invoked from network); 21 Oct 2003 22:47:31 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 21 Oct 2003 22:47:31 -0000 Received: from pop3.uol.com.br by localhost with POP3 (fetchmail-6.2.4) for lioux-freebsd@localhost (single-drop); Tue, 21 Oct 2003 20:47:09 -0200 (BRST) Received: from peart.uol.com.br (172.26.5.187) by mtauol7.mail.sys.intranet (5.1.071) id 3EDB5C0C01C6EE1F for lioux-freebsd@uol.com.br; Tue, 21 Oct 2003 19:27:06 -0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by storm9.uol.com.br (Postfix) with ESMTP id 357AF1AE61E for ; Tue, 21 Oct 2003 19:54:07 -0200 (BRST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 55E0D55D55 for ; Tue, 21 Oct 2003 14:53:37 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 9339816A4E2; Tue, 21 Oct 2003 14:53:33 -0700 (PDT) Delivered-To: lioux@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id BB43216A4C0; Tue, 21 Oct 2003 14:53:32 -0700 (PDT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508C316A4B3; Tue, 21 Oct 2003 14:53:01 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC7243FBD; Tue, 21 Oct 2003 14:53:00 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 7081E2ED44E; Tue, 21 Oct 2003 14:53:00 -0700 (PDT) From: Alfred Perlstein To: Mike Silbersack References: <200310211648.h9LGmXFK087432@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310211648.h9LGmXFK087432@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sysctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 04:37:35 -0000 X-Original-Date: Tue, 21 Oct 2003 14:53:00 -0700 X-List-Received-Date: Tue, 11 Nov 2003 04:37:35 -0000 * Mike Silbersack [031021 09:49] wrote: > silby 2003/10/21 09:48:33 PDT > > FreeBSD src repository > > Modified files: > sys/sys sysctl.h > Log: > Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userland > sysctl that a given variable is tunable. > > Also added is CTLFLAG_RDTUN, which is CTLFLAG_RD|CTLFLAG_TUN; TUN does > not always imply read-only, so RDTUN should be used where RD was used > before. why not just make new TUNABLE macros to export them as sysctl? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684