|
|
1.1 root 1: /*
2: * AT&T Bell Laboratories
3: * signal name/text tables
4: * : : generated by mkhdr and genhdr : :
5: */
6:
7: int sig_max = 26;
8:
9: char* sig_name[] =
10: {
11: "0",
12: "HUP",
13: "INT",
14: "QUIT",
15: "ILL",
16: "TRAP",
17: "IOT",
18: "EMT",
19: "FPE",
20: "KILL",
21: "BUS",
22: "SEGV",
23: "SYS",
24: "PIPE",
25: "14",
26: "TERM",
27: "16",
28: "STOP",
29: "TSTP",
30: "CONT",
31: "CHLD",
32: "TTIN",
33: "TTOU",
34: "TINT",
35: "XCPU",
36: "XFSZ",
37: "LAB",
38: };
39:
40: char* sig_text[] =
41: {
42: "Signal 0",
43: "Hangup",
44: "Interrupt",
45: "Quit",
46: "Illegal instruction",
47: "Trace/BPT trap",
48: "IOT trap",
49: "EMT trap",
50: "Floating exception",
51: "Killed",
52: "Bus error",
53: "Memory fault",
54: "Bad system call",
55: "Broken Pipe",
56: "Signal 14",
57: "Terminated",
58: "Signal 16",
59: "Stopped (signal)",
60: "Stopped",
61: "Stopped process continued",
62: "Child status change",
63: "Stopped (tty input)",
64: "Stopped (tty output)",
65: "Interrupt (terminal)",
66: "CPU time limit",
67: "File size limit",
68: "LAB trap",
69: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.