yokota ea70ddbc7e Add "panic key" function to syscons. When this key is defined in a
keymap and pressed, the system panic will be forced.

This feature must be specifically enabled by a new sysctl variable:
machdep.enable_panic_key.  Its default value is 0.  The panic key
won't do anything unless this variable is set to non-zero.

To use the panic key, add a keyword 'panic' to a key in your
keymap file.  The following example assigns the panic function
to SysReq (Alt-PrintScreen) key (keycode 84).

  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
  084   panic  nop    nop    nop    panic  nop    nop    nop     O
  085   nop    nop    nop    nop    nop    nop    nop    nop     O

PR: kern/13721
1999-12-10 04:30:58 +00:00
..
1999-12-08 09:19:37 +00:00
1999-11-21 12:38:21 +00:00
1999-12-08 12:01:59 +00:00
1999-11-02 22:40:15 +00:00
1999-12-09 19:10:13 +00:00
1999-12-01 22:56:51 +00:00
1999-12-08 08:59:40 +00:00
1999-12-09 19:10:13 +00:00
1999-12-09 21:36:34 +00:00
1999-08-28 01:08:13 +00:00
1999-11-27 17:46:04 +00:00
1999-08-28 01:08:13 +00:00
1999-08-27 23:45:13 +00:00
1999-12-08 12:01:59 +00:00
1999-11-18 18:02:44 +00:00
1999-12-06 04:53:08 +00:00
1999-11-14 13:54:44 +00:00