Messages in this thread |  | | From | Andrey Vagin <> | Subject | [PATCH 0/3] signalfd: a kernel interface for dumping pending signals | Date | Tue, 22 Jan 2013 14:15:38 +0400 |
| |
This patch set adds ability to choose a signal queue and to read signals without dequeuing them.
Three new flags are added: SFD_SHARED_QUEUE -- reads will be from process-wide shared signal queue SFD_PER_THREAD_QUEUE -- reads will be from per-thread signal queue SFD_PEEK -- don't dequeue signals
Cc: Serge Hallyn <serge.hallyn@canonical.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Cyrill Gorcunov <gorcunov@openvz.org> Cc: Michael Kerrisk <mtk.manpages@gmail.com>
-- 1.7.11.7
|  |