On Mon, 5 May 2008, 10:53+0400, Maxim Konovalov wrote: > On Mon, 5 May 2008, 07:57+0200, Philip Paeps wrote: > > > On 2008-05-04 23:29:38 (+0000), Peter Wemm <[EMAIL PROTECTED]> 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?). > Does it sound OK?
Index: NOTES =================================================================== RCS file: /home/ncvs/src/sys/conf/NOTES,v retrieving revision 1.1483 diff -u -p -r1.1483 NOTES --- NOTES 3 May 2008 17:05:37 -0000 1.1483 +++ NOTES 5 May 2008 16:01:05 -0000 @@ -1723,7 +1723,8 @@ options BREAK_TO_DEBUGGER # A BREAK on # Solaris implements a new BREAK which is initiated by a character # sequence CR ~ ^b which is similar to a familiar pattern used on -# Sun servers by the Remote Console. +# Sun servers by the Remote Console. There are FreeBSD extentions: +# CR ~ ^p requests force panic and CR ~ ^r requests a clean reboot. options ALT_BREAK_TO_DEBUGGER # Serial Communications Controller -- Maxim Konovalov _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"