Kamil Rytarowski
cec6b45aec
Welcome to NetBSD signals
Summary:
Signals 1-32 are matching the default UNIX platform.
There are platform specific ones above 32.
From the `/usr/include/sys/signal.h` header:
```
#define SIGPWR 32 /* power fail/restart (not reset when caught) */
#ifdef _KERNEL
#define SIGRTMIN 33 /* Kernel only; not exposed to userland yet */
#define SIGRTMAX 63 /* Kernel only; not exposed to userland yet */
#endif
```
Reviewers: emaste, joerg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D15482
llvm-svn: 255592
2015-12-15 00:50:19 +00:00
..
2014-12-09 23:31:02 +00:00
2014-07-08 18:05:41 +00:00
2015-12-15 00:50:19 +00:00
2015-09-15 23:20:34 +00:00
2015-05-26 18:00:51 +00:00
2015-10-20 07:05:46 +00:00
2015-07-14 01:09:28 +00:00
2015-07-14 01:09:28 +00:00
2015-07-14 01:09:28 +00:00
2014-09-09 06:14:23 +00:00
2015-10-17 00:19:57 +00:00
2014-09-09 06:14:23 +00:00
2015-10-17 00:19:57 +00:00
2015-10-12 19:11:03 +00:00
2015-05-09 15:53:31 +00:00
2014-10-17 01:52:30 +00:00
2015-10-20 07:05:46 +00:00
2015-07-14 01:09:28 +00:00
2015-03-13 11:36:47 +00:00
2015-11-26 15:02:31 +00:00
2015-08-17 13:40:17 +00:00
2015-08-17 13:40:17 +00:00
2015-01-23 22:57:00 +00:00
2015-07-15 22:39:44 +00:00
2015-10-20 07:05:46 +00:00
2015-07-14 01:09:28 +00:00
2015-12-15 00:50:19 +00:00
2015-12-15 00:50:19 +00:00
2015-09-15 23:20:34 +00:00
2015-09-15 23:20:34 +00:00
2015-10-12 09:57:00 +00:00
2015-11-07 04:40:13 +00:00
2015-10-17 00:19:57 +00:00
2015-09-15 23:20:34 +00:00
2015-10-17 00:19:57 +00:00
2015-09-15 23:20:34 +00:00
2015-10-17 00:19:57 +00:00
2015-11-07 04:40:13 +00:00
2015-10-17 00:19:57 +00:00
2015-09-15 23:20:34 +00:00
2015-10-17 00:19:57 +00:00
2015-03-26 14:20:00 +00:00
2015-09-14 13:16:59 +00:00
2015-11-26 15:02:31 +00:00
2015-09-14 13:16:59 +00:00
2015-04-21 23:00:58 +00:00
2015-09-14 13:16:59 +00:00
2015-08-17 13:40:17 +00:00
2015-09-14 13:16:59 +00:00
2015-02-05 07:12:01 +00:00
2015-10-17 00:19:57 +00:00
2015-04-03 20:49:08 +00:00
2015-09-14 13:16:59 +00:00
2015-09-15 23:20:34 +00:00
2015-10-17 00:19:57 +00:00
2015-09-07 10:11:23 +00:00
2015-09-14 13:16:59 +00:00
2015-11-26 15:02:31 +00:00
2015-09-14 13:16:59 +00:00
2015-10-12 09:57:00 +00:00
2015-09-14 13:16:59 +00:00
2015-11-03 09:13:45 +00:00
2015-11-03 09:13:45 +00:00
2015-11-03 09:13:45 +00:00
2015-11-03 09:13:45 +00:00
2015-08-13 09:05:11 +00:00
2015-09-14 13:16:59 +00:00
2015-10-02 11:58:26 +00:00
2015-10-17 00:19:57 +00:00
2014-11-08 01:41:49 +00:00
2015-10-17 00:19:57 +00:00
2014-07-02 09:51:28 +00:00
2015-10-17 00:19:57 +00:00
2015-03-13 11:36:47 +00:00
2015-10-17 00:19:57 +00:00
2015-11-26 15:02:31 +00:00
2015-10-17 00:19:57 +00:00
2014-07-02 09:51:28 +00:00
2015-10-17 00:19:57 +00:00
2015-02-12 05:31:31 +00:00
2015-10-17 00:19:57 +00:00
2014-11-21 02:00:21 +00:00
2015-10-17 00:19:57 +00:00
2014-12-11 23:53:52 +00:00
2015-10-21 18:46:17 +00:00
2015-08-13 10:41:55 +00:00
2015-10-30 00:55:29 +00:00
2015-11-26 15:02:31 +00:00
2015-10-30 00:55:29 +00:00
2015-10-30 00:55:29 +00:00
2015-10-30 00:55:29 +00:00
2015-09-15 23:20:34 +00:00
2015-10-30 00:55:29 +00:00
2015-08-21 00:13:37 +00:00
2015-10-21 18:46:17 +00:00
2015-04-07 22:17:41 +00:00
2015-10-30 00:55:29 +00:00
2015-11-13 10:47:49 +00:00
2015-11-13 10:47:49 +00:00
2013-11-04 09:33:30 +00:00
2015-10-21 18:46:17 +00:00