a34b05d2e6
This opens an OpenBSD-mirabile (aka MirBSD) repository. ### MirBSD is: # Copyright (c) 1982-2003 by Thorsten "mirabile" Glaser <x86@ePost.de> # Copyright © 1968-2003 The authors of And contributors to UNIX®, the # C Language, BSD/Berkeley Unix; 386BSD, NetBSD 1.1 and OpenBSD. # # Anyone who obtained a copy of this work is hereby permitted to freely use, # distribute, modify, merge, sublicence, give away or sell it as long as the # authors are given due credit and the following notice is retained: # # This work is provided "as is", with no explicit or implicit warranty what- # soever. Use it only at your own risk. In no event may an author or contri- # butor be held liable for any damage, directly or indirectly, that origina- # ted through or is caused by creation or modification of this work. MirBSD is my private tree. MirBSD does not differ very much from OpenBSD and intentionally tracks OpenBSD. That's why it _is_ OpenBSD, just not the official one. It's like with DarrenBSD. At time of this writing, no advertising for MirBSD must be done, because the advertising clause has not yet been sorted out. http://templeofhate.com/tglaser/MirBSD/index.php
57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
# $OpenBSD: siglist.in,v 1.1.1.1 1996/08/14 06:19:11 downsj Exp $
|
|
#
|
|
# List of signals used to initialize ksh's signal table (see trap.c
|
|
# and siglist.sh).
|
|
#
|
|
# Note that if a system has multiple defines for the same signal
|
|
# (eg, SIGABRT vs SIGIOT, SIGCHLD vs SIGCLD), only the first one
|
|
# will be seen, so the order in this list is important.
|
|
#
|
|
HUP Hangup
|
|
INT Interrupt
|
|
QUIT Quit
|
|
ILL Illegal instruction
|
|
TRAP Trace trap
|
|
# before IOT (ABRT is posix and ABRT is sometimes the same as IOT)
|
|
ABRT Abort
|
|
IOT IOT instruction
|
|
EMT EMT trap
|
|
FPE Floating point exception
|
|
KILL Killed
|
|
# before BUS (linux doesn't really have a BUS, but defines it to UNUSED)
|
|
UNUSED Unused
|
|
BUS Bus error
|
|
SEGV Memory fault
|
|
SYS Bad system call
|
|
PIPE Broken pipe
|
|
ALRM Alarm clock
|
|
TERM Terminated
|
|
STKFLT Stack fault
|
|
IO I/O possible
|
|
XCPU CPU time limit exceeded
|
|
XFSZ File size limit exceeded
|
|
VTALRM Virtual timer expired
|
|
PROF Profiling timer expired
|
|
WINCH Window size change
|
|
LOST File lock lost
|
|
USR1 User defined signal 1
|
|
USR2 User defined signal 2
|
|
PWR Power-fail/Restart
|
|
POLL Pollable event occurred
|
|
STOP Stopped (signal)
|
|
TSTP Stopped
|
|
CONT Continued
|
|
# before CLD (CHLD is posix and CHLD is sometimes the same as CLD)
|
|
CHLD Child exited
|
|
CLD Child exited
|
|
TTIN Stopped (tty input)
|
|
TTOU Stopped (tty output)
|
|
INFO Information request
|
|
URG Urgent I/O condition
|
|
# Solaris (svr4?) signals
|
|
WAITING No runnable LWPs
|
|
LWP Inter-LWP signal
|
|
FREEZE Checkpoint freeze
|
|
THAW Checkpoint thaw
|
|
CANCEL Thread cancellation
|