From owner-svn-src-head@FreeBSD.ORG Wed Aug 7 16:29:56 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0EEC6667; Wed, 7 Aug 2013 16:29:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0CF126FF; Wed, 7 Aug 2013 16:29:55 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3DC2EB924; Wed, 7 Aug 2013 12:29:52 -0400 (EDT) From: John Baldwin To: Andriy Gapon Subject: Re: svn commit: r254051 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf Date: Wed, 7 Aug 2013 12:17:14 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <201308070803.r7783pCd095888@svn.freebsd.org> In-Reply-To: <201308070803.r7783pCd095888@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201308071217.14992.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 07 Aug 2013 12:29:52 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 16:29:56 -0000 On Wednesday, August 07, 2013 4:03:51 am Andriy Gapon wrote: > Author: avg > Date: Wed Aug 7 08:03:50 2013 > New Revision: 254051 > URL: http://svnweb.freebsd.org/changeset/base/254051 > > Log: > enable KDB_TRACE in GENERICs > > KDB_TRACE is not an alternative to DDB/etc, they are complementary. > So I do not see any reason to not enable KDB_TRACE by default. You should probably update the notes in GENERIC as they no longer make sense now. I think you can just remove the 'For minimum debugger support' ones and trim 'this instead' from the end of the other one. -- John Baldwin