From owner-cvs-all@FreeBSD.ORG Sat May 10 01:26:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 460941065672; Sat, 10 May 2008 01:26:45 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3211C8FC0C; Sat, 10 May 2008 01:26:45 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 235541A4D82; Fri, 9 May 2008 18:26:45 -0700 (PDT) Date: Fri, 9 May 2008 18:26:45 -0700 From: Alfred Perlstein To: Oliver Fromme Message-ID: <20080510012645.GV32532@elvis.mu.org> References: <200805090742.m497g3qL054749@repoman.freebsd.org> <200805090908.m4998KvB007397@haluter.fromme.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805090908.m4998KvB007397@haluter.fromme.com> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 01:26:45 -0000 * Oliver Fromme [080509 02:08] wrote: > > Pawel Jakub Dawidek wrote: > > Modified files: > > sys/kern subr_param.c > > Log: > > - Export HZ value via kern.hz sysctl (this is the same name as for the > > loader tunable). > > It's probably just me, but I don't see the usefulness of > this. The HZ value is already exported via kern.clockrate. > (I'm not saying the change is wrong, I'm just looking for > an explanation.) > > (On the other hand, how about exporting the value of the > kernel variable "ticks"? Just a thought.) I've exported 'ticks' before for local hacks, it was useful, making it exported in FreeBSD would be a good idea. -- - Alfred Perlstein