1. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  2. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
  3. 370e963 Remove a tautological #if guard. by Elliott Hughes · 4 years, 6 months ago
  4. 50fca4d Rewrite sigwait tests in the style of the sigwaitinfo tests. by Elliott Hughes · 5 years ago
  5. 6a65ccd Remove mips test workarounds. by Elliott Hughes · 5 years ago
  6. 4d9264c Fix signal.sigwait64_SIGRTMIN test by Evgeny Eltsin · 6 years ago
  7. b29173c Increase sleep time in sigwait64_SIGRTMIN test by Evgeny Eltsin · 6 years ago
  8. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  9. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  10. ba40ff6 Don't filter reserved signals in sigaction. by Josh Gao · 7 years ago
  11. baf20fc Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  12. 726b63f Implement pthread_sigqueue. by Josh Gao · 7 years ago
  13. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  14. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 7 years ago
  15. 6fcba93 Filter out reserved signals in functions that take sigset_t. by Josh Gao · 7 years ago
  16. 3796669 MIPS32: Make sigset64_t equal to sigset_t by Goran Jakovljevic · 7 years ago
  17. 11f6076 Make sigaction consistent about SA_RESTORER and sa_restorer by Evgeny Eltsin · 7 years ago
  18. 3e23591 Add `struct sigaction64` and `sigaction64`. by Elliott Hughes · 7 years ago
  19. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 7 years ago
  20. 4b1c6e7 Better handling of sigset_t on LP32. by Elliott Hughes · 8 years ago
  21. 7532b32 Replace killpg. by Elliott Hughes · 8 years ago
  22. 5375bf6 Add SysV signal handling by Greg Hackmann · 9 years ago
  23. c244fcb Delete lies from x86_64 setjmp implementation. by Josh Gao · 9 years ago
  24. d787852 Silence false positive warnings on GCC. by Josh Gao · 9 years ago
  25. 61cf3f3 debuggerd: rethrow the full signal we receive, always. by Josh Gao · 9 years ago
  26. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  27. aa13e83 Fix mips signed/unsigned signal_test.cpp build breakage. by Elliott Hughes · 11 years ago
  28. afe58ad Don't mask out SA_RESTORER from sa_flags. by Elliott Hughes · 11 years ago
  29. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  30. 0990d4f Make SIGRTMIN hide the real-time signals we use internally. by Elliott Hughes · 11 years ago
  31. 671e236 Restore sys_signame for LP64. by Elliott Hughes · 11 years ago
  32. aa0ebda Clean up sys_signame and sys_siglist a little. by Elliott Hughes · 11 years ago
  33. 1361313 Fix up failing glibc tests. by Christopher Ferris · 12 years ago
  34. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  35. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  36. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  37. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  38. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  39. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 13 years ago
  40. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 13 years ago
  41. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  42. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 13 years ago