From owner-freebsd-current@FreeBSD.ORG Thu Feb 2 03:15:17 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E22F116A420 for ; Thu, 2 Feb 2006 03:15:17 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 33EFB43D5A for ; Thu, 2 Feb 2006 03:15:16 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 49749 invoked from network); 2 Feb 2006 03:15:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CsGsw19Zq70vgXbPimcxbHwsic+RIJe43mZ2gTDXga315FY/OlzizmpygjU6LxtB/8tQiQO4AXu7YVXb1+8DmDsbMA8DMkHUIAC7L+grPNBr/R/1RElIReXWTntA3p0RYPsYiOLMDNWfi82PS6H9VHgEMaJjudNd1/FacMMIUjY= ; Received: from unknown (HELO ?70.30.133.184?) (mikej@rogers.com@70.30.133.184 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 2 Feb 2006 03:15:15 -0000 Message-ID: <43E1797F.4010902@rogers.com> Date: Wed, 01 Feb 2006 22:16:15 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Robert Watson References: <20060201221213.L87763@fledge.watson.org> <43E134AB.8000600@t-hosting.hu> <20060201222704.G87763@fledge.watson.org> <43E14C53.3060400@rogers.com> <20060202004044.GA99245@xor.obsecurity.org> <43E1586E.6090203@rogers.com> <20060202011453.Y87763@fledge.watson.org> In-Reply-To: <20060202011453.Y87763@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: trustedbsd-audit@TrustedBSD.org, K?vesd?n G?bor , current@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: Audit integration into CVS in progress, some tree disruption X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 03:15:18 -0000 Robert Watson wrote: > And as such in the release notes. However, maybe we could add the > following also: > > - Dependence on defining "options EXPERIMENTAL" in the kernel > configuration > file -- if the kernel isn't compiled with the EXPERIMENTAL option, a > compile > error warning that it needs to be defined will be generated. > > - When a kernel is configured with an experimental feature, config > generates a > warning, similar to the ones it currently generates about GPL'd > components, > etc. I think thats a great idea. This is something that would be easily identified by a user. The bottom of a man page or relnotes may not always be viewed. This should apply to all code/features that are experimental.