Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sigaction(3) for 64-bit. | Elliott Hughes | 2013-10-17 | 1 | -0/+41 |
* | Switch sigpending over to rt_sigpending. | Elliott Hughes | 2013-10-16 | 1 | -17/+41 |
* | Fix sigsuspend to use rt_sigsuspend on all platforms. | Elliott Hughes | 2013-10-15 | 1 | -0/+33 |
* | Fix raise(3) so it works in signal handlers. | Elliott Hughes | 2013-02-21 | 1 | -5/+33 |
* | Only have one copy of the kernel_sigset_t hack, and add more tests. | Elliott Hughes | 2013-01-10 | 1 | -0/+24 |
* | Fix an off-by-one error in the sigset_t function error handling. | Elliott Hughes | 2013-01-07 | 1 | -4/+4 |
* | Use pthread_kill() in raise() | Chris Dearman | 2012-12-10 | 1 | -0/+6 |
* | Add argument checking to sigemptyset(3) and friends. | Elliott Hughes | 2012-11-30 | 1 | -0/+97 |