Commit Graph

4 Commits

Author SHA1 Message Date
aa398f56fa global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
0bed7e0acf fix race condition in raise - just mask signals
a signal handler could fork after the pid/tid were read, causing the
wrong process to be signalled. i'm not sure if this is supposed to
have UB or not, but raise is async-signal-safe, so it probably is
allowed. the current solution is slightly expensive so this
implementation is likely to be changed in the future.
2011-03-09 20:07:24 -05:00
370f78f2c8 fix raise semantics with threads. 2011-03-09 19:42:06 -05:00
0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00