Do 'man 7 signal' for more information. Some signals here are not posix.1 standard. See also Syscall.signal() for more information.
This type is obsolete. Please use Mono.Unix.Native.Signum instead.
| Member Name | Description |
|---|---|
| SIGABRT | Abort signal from abort |
| SIGALRM | Timer signal from alarm |
| SIGBUS | Bus error (bad memory access) |
| SIGCHLD | Child stopped or terminated |
| SIGCONT | Continue if stopped |
| SIGFPE | Floating point exception |
| SIGHUP | Hangup detected on controlling terminal or death of controlling process |
| SIGILL | Illegal Instruction |
| SIGINT | Interrupt from keyboard |
| SIGIO | I/O now possible (4.2 BSD) |
| SIGKILL | Kill signal |
| SIGPIPE | Broken pipe: write to pipe with no readers |
| SIGPROF | Profiling timer expired |
| SIGQUIT | Quit from keyboard |
| SIGSEGV | Invalid memory reference |
| SIGSTOP | Stop process |
| SIGSYS | Bad argument to routine (SVID) |
| SIGTERM | Termination signal |
| SIGTRAP | Trace/breakpoint trap |
| SIGTSTP | Stop typed at tty |
| SIGTTIN | tty input for background process |
| SIGTTOU | tty output for background process |
| SIGURG | Urgent condition on socket (4.2 BSD) |
| SIGUSR1 | User-defined signal 1 |
| SIGUSR2 | User-defined signal 2 |
| SIGVTALRM | Virtual alarm clock (4.2 BSD) |
| SIGWINCH | Window resize signal (4.3 BSD, Sun) |
| SIGXCPU | CPU time limit exceeded (4.2 BSD) |
| SIGXFSZ | File size limit exceeded (4.2 BSD) |