aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signal_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add SysV signal handlingGreg Hackmann2016-04-041-0/+105
* Delete lies from x86_64 setjmp implementation.Josh Gao2016-03-291-0/+10
* Silence false positive warnings on GCC.Josh Gao2016-03-141-2/+4
* debuggerd: rethrow the full signal we receive, always.Josh Gao2016-03-091-2/+37
* support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-1/+100
* Fix mips signed/unsigned signal_test.cpp build breakage.Elliott Hughes2014-09-041-4/+4
* Don't mask out SA_RESTORER from sa_flags.Elliott Hughes2014-09-041-5/+11
* Switch to g_ for globals.Elliott Hughes2014-05-141-4/+4
* Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes2014-04-301-0/+18
* Restore sys_signame for LP64.Elliott Hughes2014-02-121-1/+1
* Clean up sys_signame and sys_siglist a little.Elliott Hughes2014-02-121-0/+14
* Fix up failing glibc tests.Christopher Ferris2013-10-291-19/+2
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-241-9/+13
* 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