aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signal_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-0/+41
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-161-17/+41
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-151-0/+33
* Fix raise(3) so it works in signal handlers.Elliott Hughes2013-02-211-5/+33
* Only have one copy of the kernel_sigset_t hack, and add more tests.Elliott Hughes2013-01-101-0/+24
* Fix an off-by-one error in the sigset_t function error handling.Elliott Hughes2013-01-071-4/+4
* Use pthread_kill() in raise()Chris Dearman2012-12-101-0/+6
* Add argument checking to sigemptyset(3) and friends.Elliott Hughes2012-11-301-0/+97