fb80e047cc
implement gnu sigisemptyset
2011-09-12 00:00:30 -04:00
adb7093caa
fix missing prototypes/wrong signature for psiginfo, psignal
2011-09-02 14:25:43 -04:00
7f5471529c
fix some struct padding to match LSB/glibc ABI where it may be helpful
2011-06-16 17:11:35 -04:00
202911435b
add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE
2011-05-05 17:44:06 -04:00
0f5b43550c
fix incorrect GNU sighandler_t typedef
2011-04-13 08:45:28 -04:00
80c4dcd253
implement POSIX timers
...
this implementation is superior to the glibc/nptl implementation, in
that it gives true realtime behavior. there is no risk of timer
expiration events being lost due to failed thread creation or failed
malloc, because the thread is created as time creation time, and
reused until the timer is deleted.
2011-03-29 13:01:25 -04:00
855df698c4
move the GNU siginfo renaming so it doesn't lead to mismatching names
2011-02-20 01:48:51 -05:00
417dbe92cb
some gnu software wrongly uses "struct siginfo" instead of siginfo_t...
2011-02-16 22:37:26 -05:00
3eb9feaa88
fix broken signal.h from header cleanup
2011-02-15 15:10:00 -05:00
44460c6d1e
fix some type leakage (timer_t) from x86_64 commit
2011-02-15 14:32:46 -05:00
1e12632591
Port musl to x86-64. One giant commit!
2011-02-15 07:32:09 -05:00
1322cb82a3
header cleanup, conformance fixes - signals
2011-02-14 20:33:54 -05:00
0b44a0315b
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00