Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -3/+3 | |
2011-03-09 | fix race condition in raise - just mask signals | Rich Felker | 1 | -9/+9 | |
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 | fix raise semantics with threads. | Rich Felker | 1 | -1/+12 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+7 | |