From owner-cvs-all@FreeBSD.ORG Mon May 5 07:03:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02D21106564A; Mon, 5 May 2008 07:03:50 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.freebsd.org (Postfix) with ESMTP id 6484E8FC20; Mon, 5 May 2008 07:03:49 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.8) with ESMTP id m456r3vl069915; Mon, 5 May 2008 10:53:03 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 5 May 2008 10:53:03 +0400 (MSD) From: Maxim Konovalov To: Peter Wemm In-Reply-To: <20080505055713.GL97613@carrot.home.paeps.cx> Message-ID: <20080505105143.F97634@mp2.macomnet.net> References: <200805042329.m44NTcfv093169@repoman.freebsd.org> <20080505055713.GL97613@carrot.home.paeps.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/arm/at91 uart_dev_at91usart.c src/sys/dev/dcons dcons_os.c src/sys/dev/ofw ofw_console.c src/sys/dev/sio sio.c src/sys/dev/uart uart_core.c src/sys/kern subr_kdb.c src/sys/pc98/cbus sio.c src/sys/sun4v/sun4v hvcons.c src/sys/sys ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 07:03:50 -0000 On Mon, 5 May 2008, 07:57+0200, Philip Paeps wrote: > On 2008-05-04 23:29:38 (+0000), Peter Wemm wrote: > > Log: > > Expand kdb_alt_break a little, most commonly used with the option > > ALT_BREAK_TO_DEBUGGER. In addition to "Enter ~ ctrl-B" (to enter the > > debugger), there is now "Enter ~ ctrl-P" (force panic) and > > "Enter ~ ctrl-R" (request clean reboot, ala ctrl-alt-del on syscons). > > Thanks for this! :-) > Seconded. But we need to document this somewhere (expand a comment in NOTES?). -- Maxim Konovalov