These are the signals as explained on the manual page of signal(7). For details consult the manual page by typing:
% man 7 signal |
The following signals are defined by POSIX and can be sent by kpm:
Hangup detected on controlling terminal, or death of controlling process.
Interrupt from keyboard.
Quit from keyboard.
Illegal Instruction.
Abort signal from abort(3).
Floating point exception.
Kill signal.
Invalid memory reference.
Broken pipe: wrote to pipe with no readers.
Timer signal from alarm(1).
Termination signal.
User-defined signal 1.
User-defined signal 2.
Child stopped or terminated.
Continue if stopped.
Stop process.
Stop sent from tty.
tty input for background process.
tty output for background process.