From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 23:58:22 2004 Return-Path: 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 5115A16A4CE for ; Tue, 7 Sep 2004 23:58:22 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF8143D49 for ; Tue, 7 Sep 2004 23:58:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.200] ([192.168.0.200]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i87NwhYV006145 for ; Tue, 7 Sep 2004 17:58:44 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <413E4A71.9080400@samsco.org> Date: Tue, 07 Sep 2004 17:55:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=1.0 required=3.8 tests=SUBJ_HAS_SPACES autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org Subject: HEADS UP! Kernel debugging disabled in RELENG_5 [Fwd: cvs commit: src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Sep 2004 23:58:22 -0000 All, Since we are closing in on the 5.3 release, I've removed the kernel debugging options from GENERIC in RELENG_5. They can of course be re-enabled by adding the appropriate lines back in locally. However, from now on when filing a kernel-related bug report, make sure to enable WITNESS, INVARIANTS, and DDB/KDB to help determine the problem. Scott -------- Original Message -------- Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC Date: Tue, 7 Sep 2004 23:49:58 +0000 (UTC) From: Scott Long To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org scottl 2004-09-07 23:49:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/conf GENERIC sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/sparc64/conf GENERIC Log: Remove the kernel debugging options from GENERIC. Approved by: re Revision Changes Path 1.174.2.1 +0 -11 src/sys/alpha/conf/GENERIC 1.421.2.1 +0 -11 src/sys/amd64/conf/GENERIC 1.413.2.1 +0 -11 src/sys/i386/conf/GENERIC 1.255.2.1 +0 -11 src/sys/pc98/conf/GENERIC 1.78.2.1 +0 -11 src/sys/sparc64/conf/GENERIC