From owner-freebsd-current@FreeBSD.ORG Thu Jul 3 10:45:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D20537B401; Thu, 3 Jul 2003 10:45:26 -0700 (PDT) Received: from kundenserver16.yws-admin.de (kundenserver16.yws-admin.de [217.115.154.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72A443FD7; Thu, 3 Jul 2003 10:45:24 -0700 (PDT) (envelope-from flo@kasimir.com) Received: from kasimir.com (pD9E1DDA5.dip.t-dialin.net [217.225.221.165]) by kundenserver16.yws-admin.de (Postfix) with ESMTP id 0B21835261E; Thu, 3 Jul 2003 19:45:31 +0200 (CEST) Message-ID: <3F046BB1.5080800@kasimir.com> Date: Thu, 03 Jul 2003 19:45:21 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20030703103522.S92002@root.org> In-Reply-To: <20030703103522.S92002@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "M. Warner Losh" cc: acpi-jp@jp.FreeBSD.org cc: current@freebsd.org Subject: Re: [acpi-jp 2382] Re: Updated ec-burst.diff patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 17:45:26 -0000 Nate Lawson wrote: > On Thu, 3 Jul 2003, John Baldwin wrote: > >>On 03-Jul-2003 Nate Lawson wrote: >> >>>On Thu, 3 Jul 2003, M. Warner Losh wrote: >>> >>>>I personally think that all tunable should be read-only (or rw if >>>>possible) sysctls... >>> >>>I'm still not sure why we have both mechanisms. Perhaps a useful approach >>>would be to sweep the tree for tunables and change them to sysctls with >>>appropriate permissions (read-only if in doubt). Then remove the tunable >>>mechanism. Care to put together a patch? >> >>Cause you can't set sysctl's from the loader, only tunables? Are you >>going to duplicate the entire kernel environment from 'kenv' in >>sysctl? > > > Ah, I thought the two had been merged such that you could do that. You can set sysctls from loder.conf. I just checked it to be shure. regards, flo