From owner-freebsd-current@FreeBSD.ORG Tue Dec 18 21:08:11 2007 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9046C16A420; Tue, 18 Dec 2007 21:08:11 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.freebsd.org (Postfix) with ESMTP id 265DF13C468; Tue, 18 Dec 2007 21:08:11 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.3] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id lBIKYjS8081433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Dec 2007 12:34:46 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <47682ED1.7000702@FreeBSD.org> Date: Tue, 18 Dec 2007 12:34:25 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Robert Watson References: <20071218120359.E15521@fledge.watson.org> In-Reply-To: <20071218120359.E15521@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: arch@FreeBSD.org, current@FreeBSD.org Subject: Re: DDB scripting, output capture, and textdumps 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: Tue, 18 Dec 2007 21:08:11 -0000 Robert Watson wrote: > buffer, kernel message buffer, kernel configuration (if compiled into > the kernel), panic message, and kernel version string. These are Just a sidenote - maybe as part of this change it makes sense to make compiling configuration into a kernel opt-out, not opt-in? We are in 21st century, nobody really cares about saving few kilobytes of kernel memory anymore. -Maxim