From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:59:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA7181065673 for ; Mon, 25 Oct 2010 07:59:03 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB7FF8FC1D for ; Mon, 25 Oct 2010 07:59:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7x3US010398 for ; Mon, 25 Oct 2010 07:59:03 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7x32W010397 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:59:03 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250759.o9P7x32W010397@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:58:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:59:04 -0000 avg 2010-10-25 07:58:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: SVN rev 214326 on 2010-10-25 07:58:37Z by avg stable/8: add options KDB and KDB_TRACE to GENERIC kernels Now that we have code for printing a stack trace on panic using stack(9) facility without any debugger backend configured, use this ability in GENERIC kernels to slightly increase amount of debugging information available in default installations. This change should not break anything for those who include GENERIC into a custom kernel config file and have the above options already enabled. They should only get a warning about duplicate options. This commit should not change behavior of GENERIC kernels for panics and traps with respect to core dumping and automatic reset. As no debugger backend is configured, enter-to-debugger key combination should still be ignored. With this commit the sizes of GENERIC kernels increase by one to two KB. This is a direct commit to the branch. Approved by: re No objections: core, secteam Revision Changes Path 1.531.2.15 +3 -0 src/sys/amd64/conf/GENERIC 1.519.2.12 +3 -0 src/sys/i386/conf/GENERIC 1.105.2.10 +2 -0 src/sys/ia64/conf/GENERIC 1.322.2.9 +3 -0 src/sys/pc98/conf/GENERIC 1.94.2.10 +3 -0 src/sys/powerpc/conf/GENERIC 1.158.2.12 +3 -0 src/sys/sparc64/conf/GENERIC