-
Committer:
Scott James Remnant
-
Date:
2006-08-27 17:20:29 UTC
-
Revision ID:
scott@netsplit.com-20060827172029-1cbc308e031f98bf
* init/main.c (main): Stop handling SIGTERM, we never want people
to kill init. Handle SIGINT and SIGWINCH through the ordinary
handler and SIGSEGV through a direct handler.
(segv_handler): Write a sensible core dump handler, we use a child
to dump core while we carry on in the parent hopefully stepping over
the bad instruction.
(cad_handler): Generate the control-alt-delete event.
(kbd_handler): Generate the kbdrequest event.