From owner-cvs-all Sat Jun 8 0:36:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5488937B400; Sat, 8 Jun 2002 00:36:28 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587aSS00541; Sat, 8 Jun 2002 00:36:28 -0700 (PDT) (envelope-from jake) Message-Id: <200206080736.g587aSS00541@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 8 Jun 2002 00:36:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/06/08 00:36:28 PDT Modified files: sys/sparc64/sparc64 trap.c Log: Add code to drop to ddb when a process gets a fatal signal that usually suggests kernel bugs (4, 10, 11). Add a sysctl debug.debugger_on_signal which turns this on and off, default off. Revision Changes Path 1.40 +8 -0 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message