From owner-freebsd-current@FreeBSD.ORG Sat Mar 24 12:36:57 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D98316A401; Sat, 24 Mar 2007 12:36:57 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3665513C45A; Sat, 24 Mar 2007 12:36:57 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from localhost ([127.0.0.1] helo=ravenloft.kiev.ua) by istc.kiev.ua with esmtp (Exim 4.52) id 1HV4ZO-0007pS-DZ; Sat, 24 Mar 2007 13:38:02 +0200 Received: from kozlov by ravenloft.kiev.ua with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HV4Z1-000Ai0-H6; Sat, 24 Mar 2007 13:37:39 +0200 Date: Sat, 24 Mar 2007 13:37:39 +0200 From: Alex Kozlov To: freebsd-current@FreeBSD.org, "Wojciech A. Koszek" Message-ID: <20070324113739.GA41119@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) X-Spam-Score: 0.0 (/) X-Spam-Report: Content analysis detailz: (0.0 points, 10.0 required) X-Mailman-Approved-At: Sat, 24 Mar 2007 13:11:27 +0000 Cc: Subject: Improved INCLUDE_CONFIG_FILE 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: Sat, 24 Mar 2007 12:36:57 -0000 On Mon, Mar 19, 2007 at 03:19:49PM +0000, Wojciech A. Koszek wrote: > Current implementation of INCLUDE_CONFIG_FILE option has number of > issues. Including it in MAC or SMP configurations will bring only text > of this single file into the kernel file. We're not able to see > configuration of running ("live") kernel, which could be helpful while > tracking users' reports. You can't get easy to use file format, ready > for configuration process. > > In my Perforce wkoszek_kconftxt branch: > > //depot/user/wkoszek/wkoszek_kconftxt/... > > I brought some modifications to existing config(8) and added system > interface that would let us to see configuration of running kernel > (currently -- via kern.conftxt sysctl), as well as other kernel file > through config(8)'s -k option. By the way, any plan to include INCLUDE_CONFIG_FILE in GENERIC? -- Adios