]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
config: miscellaneous signals for lxc.*signal 540/head
authorSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 27 May 2015 05:51:55 +0000 (14:51 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 10 Jun 2015 08:58:36 +0000 (17:58 +0900)
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
src/lxc/confile.c

index af5c2712ecb55708c962604f1c6e6dab8058881d..b045689d59c15b47b758a397834cb432d96efbe4 100644 (file)
@@ -195,6 +195,63 @@ static const struct signame signames[] = {
        { SIGTSTP,   "TSTP" },
        { SIGTTIN,   "TTIN" },
        { SIGTTOU,   "TTOU" },
+#ifdef SIGTRAP
+       { SIGTRAP,   "TRAP" },
+#endif
+#ifdef SIGIOT
+       { SIGIOT,    "IOT" },
+#endif
+#ifdef SIGEMT
+       { SIGEMT,    "EMT" },
+#endif
+#ifdef SIGBUS
+       { SIGBUS,    "BUS" },
+#endif
+#ifdef SIGSTKFLT
+       { SIGSTKFLT, "STKFLT" },
+#endif
+#ifdef SIGCLD
+       { SIGCLD,    "CLD" },
+#endif
+#ifdef SIGURG
+       { SIGURG,    "URG" },
+#endif
+#ifdef SIGXCPU
+       { SIGXCPU,   "XCPU" },
+#endif
+#ifdef SIGXFSZ
+       { SIGXFSZ,   "XFSZ" },
+#endif
+#ifdef SIGVTALRM
+       { SIGVTALRM, "VTALRM" },
+#endif
+#ifdef SIGPROF
+       { SIGPROF,   "PROF" },
+#endif
+#ifdef SIGWINCH
+       { SIGWINCH,  "WINCH" },
+#endif
+#ifdef SIGIO
+       { SIGIO,     "IO" },
+#endif
+#ifdef SIGPOLL
+       { SIGPOLL,   "POLL" },
+#endif
+#ifdef SIGINFO
+       { SIGINFO,   "INFO" },
+#endif
+#ifdef SIGLOST
+       { SIGLOST,   "LOST" },
+#endif
+#ifdef SIGPWR
+       { SIGPWR,    "PWR" },
+#endif
+#ifdef SIGUNUSED
+       { SIGUNUSED, "UNUSED" },
+#endif
+#ifdef SIGSYS
+       { SIGSYS,    "SYS" },
+#endif
 };
 
 static const size_t config_size = sizeof(config)/sizeof(struct lxc_config_t);