Benjamin Peterson
7483451577
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
...
This exposes a Linux-specific syscall for sending a signal to a process
identified by a file descriptor rather than a pid.
For simplicity, we don't support the siginfo_t parameter to the syscall. This
parameter allows implementing a pidfd version of rt_sigqueueinfo(2), which
Python also doesn't support.
2019-11-19 20:39:14 -08:00
..
2019-09-18 14:15:10 +02:00
2019-11-19 23:46:49 +00:00
2019-11-19 23:46:49 +00:00
2019-11-13 19:08:50 -08:00
2019-10-05 09:19:15 -07:00
2019-09-11 11:09:47 +01:00
2019-11-19 11:45:20 -08:00
2019-10-18 19:00:04 -07:00
2019-09-10 09:14:11 -07:00
2019-11-19 11:50:12 -08:00
2019-10-21 09:49:48 +03:00
2019-09-19 14:34:41 +01:00
2019-09-25 08:55:02 -07:00
2019-09-25 08:55:02 -07:00
2019-11-19 21:34:03 +00:00
2019-09-11 17:02:34 +01:00
2019-09-25 08:55:02 -07:00
2019-10-30 12:03:53 +02:00
2019-09-25 18:35:57 +03:00
2019-09-11 17:29:44 +02:00
2019-11-11 12:47:48 -08:00
2019-10-26 16:46:05 +03:00
2019-11-19 05:53:52 -08:00
2019-11-19 11:45:20 -08:00
2019-09-09 08:20:40 -07:00
2019-11-19 11:45:20 -08:00
2019-11-19 11:45:20 -08:00
2019-09-09 09:28:34 -07:00
2019-11-05 07:48:04 -08:00
2019-10-12 13:24:56 -07:00
2019-09-11 12:05:53 +01:00
2019-11-19 21:34:03 +00:00
2019-10-18 19:00:04 -07:00
2019-11-19 21:34:03 +00:00
2019-09-11 19:49:45 +01:00
2019-11-19 11:45:20 -08:00
2019-11-19 21:34:03 +00:00
2019-10-30 11:53:26 +00:00
2019-10-15 11:26:13 +02:00
2019-10-10 19:23:36 +03:00
2019-10-31 11:13:48 +02:00
2019-10-13 14:45:36 +03:00
2019-11-19 21:34:03 +00:00
2019-11-05 07:48:04 -08:00
2019-09-11 14:42:04 +01:00
2019-10-19 21:01:08 +01:00
2019-10-13 14:49:05 +03:00
2019-09-12 10:02:59 +01:00
2019-09-27 21:59:37 +02:00
2019-09-30 01:40:17 +02:00
2019-11-05 07:48:04 -08:00
2019-09-18 14:15:10 +02:00
2019-11-19 09:12:42 +01:00
2019-10-28 15:40:08 +01:00
2019-11-19 21:34:03 +00:00
2019-11-11 23:30:18 -08:00
2019-10-15 20:56:48 -07:00
2019-09-26 16:54:13 +02:00
2019-09-12 13:54:48 +01:00
2019-11-16 18:56:57 +02:00
2019-09-27 06:03:53 -07:00
2019-10-17 20:30:42 -07:00
2019-09-13 04:29:00 -07:00
2019-09-28 08:32:01 -04:00
2019-09-11 14:03:46 +01:00
2019-09-25 07:30:20 -07:00
2019-10-15 12:40:02 +01:00
2019-11-12 14:51:34 -08:00
2019-09-12 10:03:31 +01:00
2019-09-09 11:47:14 +03:00
2019-09-30 12:51:55 +08:00
2019-09-08 13:15:56 +03:00
2019-11-07 10:13:36 +00:00
2019-09-12 15:20:37 +01:00
2019-11-16 18:00:57 +02:00
2019-10-11 22:41:35 -07:00
2019-10-17 18:41:35 +08:00
2019-10-14 05:18:05 +01:00
2019-11-15 16:04:00 -08:00
2019-11-05 07:16:14 -08:00
2019-11-18 12:26:37 +01:00
2019-09-09 05:45:58 -05:00
2019-09-28 07:49:15 -07:00
2019-11-01 18:45:01 +02:00
2019-09-25 07:30:20 -07:00
2019-11-05 19:21:29 -08:00
2019-11-13 18:13:52 +02:00
2019-09-12 11:13:20 +03:00
2019-11-19 23:46:49 +00:00
2019-09-11 12:04:04 +01:00
2019-11-15 09:49:21 -08:00
2019-11-19 20:39:14 -08:00
2019-09-25 07:30:20 -07:00
2019-10-30 12:41:43 +01:00
2019-09-11 14:57:32 +01:00
2019-09-26 18:23:17 +02:00
2019-10-10 09:34:46 +02:00
2019-10-18 14:20:35 -07:00
2019-09-10 03:18:37 -07:00
2019-11-17 16:08:31 +02:00
2019-11-19 23:46:49 +00:00
2019-11-19 21:34:03 +00:00
2019-09-25 07:30:20 -07:00
2019-10-08 14:31:35 +03:00
2019-09-09 10:54:34 -05:00
2019-11-19 21:34:03 +00:00
2019-11-19 21:34:03 +00:00
2019-10-15 14:00:16 +02:00
2019-10-08 16:29:52 +03:00
2019-09-10 10:29:26 +01:00
2019-09-12 10:25:25 +01:00
2019-11-05 07:48:04 -08:00
2019-09-25 07:30:20 -07:00
2019-10-11 22:41:35 -07:00
2019-11-19 21:34:03 +00:00
2019-09-13 12:40:07 +01:00
2019-10-28 22:35:31 +01:00
2019-10-18 06:07:20 -07:00
2019-11-19 21:34:03 +00:00
2019-09-11 07:58:56 -07:00
2019-09-09 08:48:32 -07:00
2019-10-08 16:30:50 +01:00
2019-11-10 20:12:04 -08:00
2019-09-09 02:26:15 -07:00
2019-09-10 16:22:01 +01:00
2019-10-29 09:24:18 +02:00