From owner-freebsd-current Fri Feb 28 01:43:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA14732 for current-outgoing; Fri, 28 Feb 1997 01:43:43 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA14709 for ; Fri, 28 Feb 1997 01:43:40 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id JAA11023; Fri, 28 Feb 1997 09:43:34 GMT Date: Fri, 28 Feb 1997 18:43:34 +0900 (JST) From: Michael Hancock To: Bruce Evans cc: freebsd-current@freebsd.org Subject: Re: cvs commit: src/sys/conf options In-Reply-To: <199702280910.BAA04732@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Feb 1997, Bruce Evans wrote: > bde 97/02/28 01:10:29 > > Branch: sys/conf RELENG_2_2 > Modified: sys/conf options > Log: > YAMFC (everything except INCLUDE_CONFIG_FILE, CHILD_MAX, OPEN_MAX and > ARP_PROXYALL. This merge is mainly to start nuking EXTRAVNODES. It > also removes some non-optional MSG* and SEM* "options" and sorts the > options). > > Revision Changes Path > 1.18.2.4 +33 -36 src/sys/conf/options Is the intent to be able to increase vnodes via sysctl? The ability to decrease will likely break a lot of assumptions made in the code. Regards, Mike Hancock