From owner-cvs-all Mon Nov 18 9:55:55 2002 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 E5E3C37B401; Mon, 18 Nov 2002 09:55:54 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E0443E42; Mon, 18 Nov 2002 09:55:54 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAIHtqen015340 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 18 Nov 2002 12:55:53 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAIHtpa4015337; Mon, 18 Nov 2002 12:55:51 -0500 (EST) (envelope-from wollman) Date: Mon, 18 Nov 2002 12:55:51 -0500 (EST) From: Garrett Wollman Message-Id: <200211181755.gAIHtpa4015337@khavrinen.lcs.mit.edu> To: Bruce Evans Cc: , Subject: Re: cvs commit: src/sys/kern vfs_aio.c src/lib/libc/gen sysconf.c src/sys/posix4 posix4.h posix4_mib.c In-Reply-To: <20021117184717.X21842-100000@gamplex.bde.org> References: <200211170724.gAH7OHkQ000622@khavrinen.lcs.mit.edu> <20021117184717.X21842-100000@gamplex.bde.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > The CTL_P1003_1B_* constants seem to be in now (I'm 10 > days behind -current). Couldn't all of these be OID_AUTO and not have > pre-assigned numbers? Having to preassign the numbers gets in the way > of even incremental development of the features (assuming sysctl does > the right thing for completely unimplemented features). The sysconf() tokens have to be pre-assigned already, and I'd prefer to avoid the bloat of having a boatload of mostly-identical strings in the implementation of sysconf(). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message