From owner-cvs-all@FreeBSD.ORG Tue Sep 12 07:33:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F5516A415; Tue, 12 Sep 2006 07:33:38 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4096843D6D; Tue, 12 Sep 2006 07:33:27 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k8C7XPV8007508; Tue, 12 Sep 2006 11:33:25 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k8C7XOtS007507; Tue, 12 Sep 2006 11:33:25 +0400 (MSD) (envelope-from yar) Date: Tue, 12 Sep 2006 11:33:24 +0400 From: Yar Tikhiy To: Alexander Leidinger Message-ID: <20060912073324.GB6809@comp.chem.msu.su> References: <200609081309.k88D9GCQ077401@repoman.freebsd.org> <20060908100034.M18039@odysseus.silby.com> <20060908154824.GK40020@FreeBSD.org> <20060911003357.V23530@odysseus.silby.com> <20060911142826.GG27667@FreeBSD.org> <20060911223812.GA1439@comp.chem.msu.su> <20060912085942.jzz6swqrp0gcww08@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060912085942.jzz6swqrp0gcww08@webmail.leidinger.net> User-Agent: Mutt/1.5.9i Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Mike Silbersack , cvs-all@FreeBSD.org, Gleb Smirnoff , Ruslan Ermilov Subject: Re: cvs commit: src/sys/netinet tcp_subr.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: Tue, 12 Sep 2006 07:33:38 -0000 On Tue, Sep 12, 2006 at 08:59:42AM +0200, Alexander Leidinger wrote: > Quoting Yar Tikhiy (from Tue, 12 Sep 2006 > 02:38:13 +0400): > > >OTOH, there are enough sysctl names containing an underscore to > >encourage using it in complex names. An exception could be made > >for really short names, such as consisting of not more than 2 words, > >each being not longer than 4 letters. > > Did you had a look at them? If not: there are some which start with an > underscore which denotes a temporary sysctl. AFAIK this is not > documented yet (AFAIR Warner did come up with this suggestion and I > think he had some text for the man page). I took a quick glance but didn't really pay attention to the ones with a leading underscore in their names. It should certainly be documented, too. Thanks for pointing out! -- Yar