From owner-cvs-sys Tue Mar 10 08:26:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20754 for cvs-sys-outgoing; Tue, 10 Mar 1998 08:26:11 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20745; Tue, 10 Mar 1998 08:26:01 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id QAA29277; Tue, 10 Mar 1998 16:25:39 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA09767; Tue, 10 Mar 1998 17:25:38 +0100 (MET) Message-ID: <19980310172538.14581@follo.net> Date: Tue, 10 Mar 1998 17:25:38 +0100 From: Eivind Eklund To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options References: <199803101555.HAA03646@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803101555.HAA03646@freefall.freebsd.org>; from Eivind Eklund on Tue, Mar 10, 1998 at 07:55:41AM -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Mar 10, 1998 at 07:55:41AM -0800, Eivind Eklund wrote: > eivind 1998/03/10 07:55:40 PST > > Modified files: > sys/conf options > Log: > Document options policy. > > Reviewed by: bde > > Revision Changes Path > 1.66 +30 -3 src/sys/conf/options This is not necessarily complete, but it has at least the beginnings of a coherent policy. If it seems this is working out, I'll probably at some point make a 'mega-commit' that make everything correspond to this. Step-by-stepping as I did with the initial option conversion risk too much breakage and is 'impossible' to do proper tests for each step for. The main missing part for a full policy is how to handle DIAGNOSTIC and DEBUG. There seemed to be agreement on -hackers on this, but I feel it as too early to formalize that. Eivind.