Opened 17 years ago
Closed 13 years ago
#1935 closed enhancement (fixed)
Implement Real-Time Signal Support
Reported by: | bonefish | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | |
Keywords: | Cc: | service.exchange@… | |
Blocked By: | Blocking: | #2695, #4366, #5324, #5683, #5684 | |
Platform: | All |
Description (last modified by )
This includes among other things implementing:
- sigqueue()
- the SA_SIGINFO flag of sigaction()
- waitid()
Cf.: http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html#tag_02_04_02
Change History (14)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Blocking: | 4366 added |
---|
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Version: | R1/pre-alpha1 |
comment:4 by , 15 years ago
Component: | System/Kernel → System/POSIX |
---|
comment:5 by , 15 years ago
Blocking: | 5324 added |
---|
comment:6 by , 15 years ago
Blocking: | 2695 added |
---|
comment:7 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Partial patch to support SA_SIGINFO by andreasf.
comment:8 by , 15 years ago
Blocking: | 5683 added |
---|
comment:9 by , 15 years ago
Blocking: | 5684 added |
---|
comment:10 by , 15 years ago
For reference, here's a link to Issue 7 (POSIX.1-2008): http://www.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04_02
The summary still points to Issue 6 (POSIX.1-2004).
comment:11 by , 14 years ago
Cc: | added |
---|
comment:12 by , 14 years ago
I added a wiki page detailing on the signal related issues and suggesting implementation hints. I'll see, if I can start working on the implementation in the next days.
comment:14 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Implemented in hrev42116.
(In #4366) Dup of #1935.