summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/sigdesc.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-03-23 18:55:20 +0000
committerjoerg <joerg@FreeBSD.org>1997-03-23 18:55:20 +0000
commitfa71779225949e4336753dba62bf930087152e61 (patch)
treeee8189dcbc78a99af34f1a8f6e5b8437ad9dc357 /usr.bin/top/sigdesc.h
parent880dd9d3c6fae1c0252b9a7ad8b0a3acd985acb6 (diff)
downloadFreeBSD-src-fa71779225949e4336753dba62bf930087152e61.zip
FreeBSD-src-fa71779225949e4336753dba62bf930087152e61.tar.gz
This is the FreeBSD-specific files for top, plus the Makefile
that pulls all the files from contrib. Obtained from: The ports collection (mostly).
Diffstat (limited to 'usr.bin/top/sigdesc.h')
-rw-r--r--usr.bin/top/sigdesc.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/usr.bin/top/sigdesc.h b/usr.bin/top/sigdesc.h
new file mode 100644
index 0000000..75bc9d7
--- /dev/null
+++ b/usr.bin/top/sigdesc.h
@@ -0,0 +1,42 @@
+/* This file was automatically generated */
+/* by the awk script "sigconv.awk". */
+
+struct sigdesc {
+ char *name;
+ int number;
+};
+
+struct sigdesc sigdesc[] = {
+ "HUP", 1,
+ "INT", 2,
+ "QUIT", 3,
+ "ILL", 4,
+ "TRAP", 5,
+ "ABRT", 6,
+ "EMT", 7,
+ "FPE", 8,
+ "KILL", 9,
+ "BUS", 10,
+ "SEGV", 11,
+ "SYS", 12,
+ "PIPE", 13,
+ "ALRM", 14,
+ "TERM", 15,
+ "URG", 16,
+ "STOP", 17,
+ "TSTP", 18,
+ "CONT", 19,
+ "CHLD", 20,
+ "TTIN", 21,
+ "TTOU", 22,
+ "IO", 23,
+ "XCPU", 24,
+ "XFSZ", 25,
+ "VTALRM", 26,
+ "PROF", 27,
+ "WINCH", 28,
+ "INFO", 29,
+ "USR1", 30,
+ "USR2", 31,
+ NULL, 0
+};
OpenPOWER on IntegriCloud