1. 432a4af Remove <signal.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  2. 38c5344 Nullability check for signal module. by zijunzhao · 2 years, 6 months ago
  3. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  4. f106a39 Remove __INTRODUCED_IN for obsolete API levels. by Elliott Hughes · 6 years ago
  5. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  6. 726b63f Implement pthread_sigqueue. by Josh Gao · 7 years ago
  7. 23415fc Add uc_sigmask64. by Elliott Hughes · 7 years ago
  8. 3796669 MIPS32: Make sigset64_t equal to sigset_t by Goran Jakovljevic · 7 years ago
  9. 3e23591 Add `struct sigaction64` and `sigaction64`. by Elliott Hughes · 8 years ago
  10. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  11. a40640d POSIX says `sigaction::sa_flags` is `int`. by Elliott Hughes · 8 years ago
  12. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  13. 3f66e74 Remove nullability specifications. by Elliott Hughes · 8 years ago
  14. 2e8e5e6 DO NOT MERGE: The future is now. by Josh Gao · 8 years ago
  15. d3cfd26 Add declaration of tgkill to signal.h. by Josh Gao · 9 years ago
  16. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  17. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  18. b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
  19. 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
  20. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  21. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 9 years ago
  22. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  23. 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 9 years ago
  24. 14adff1 Add versioning information to symbols. by Josh Gao · 9 years ago
  25. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 9 years ago
  26. 5375bf6 Add SysV signal handling by Greg Hackmann · 9 years ago
  27. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  28. a6435a1 Use attribute availability. by Dan Albert · 10 years ago
  29. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  30. 6466292 Reduce <signal.h> namespace pollution. by Elliott Hughes · 11 years ago
  31. 40360b3 Remove bogus transitive includes. by Elliott Hughes · 11 years ago
  32. db49903 Use machine/timespec.h to separate timespec definition. by Yabin Cui · 11 years ago
  33. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  34. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  35. 26a8eb5 POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 11 years ago
  36. 93e7b9f asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. by Raghu Gandham · 11 years ago
  37. 205dd7d Remove bsd_signal and sysv_signal from bionic LP64. by Dan Albert · 11 years ago
  38. 0990d4f Make SIGRTMIN hide the real-time signals we use internally. by Elliott Hughes · 11 years ago
  39. a0cd9bc Add si_timerid to <signal.h>. by Elliott Hughes · 11 years ago
  40. 671e236 Restore sys_signame for LP64. by Elliott Hughes · 11 years ago
  41. aa0ebda Clean up sys_signame and sys_siglist a little. by Elliott Hughes · 11 years ago
  42. 199346a Fix NSIG. by Elliott Hughes · 11 years ago
  43. 68d89c7 Remove some old kernel header cruft not needed with uapi. by Elliott Hughes · 12 years ago
  44. d8482b6 Fix <signal.h> for mips uapi. by Elliott Hughes · 12 years ago
  45. 61fb3fc Prepare to switch to the uapi <linux/signal.h>. by Elliott Hughes · 12 years ago
  46. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  47. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  48. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 12 years ago
  49. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
  50. f373b11 Add const for first argument of sigismember for fit POSIX spec by Kito Cheng · 13 years ago
  51. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 13 years ago
  52. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 13 years ago
  53. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 13 years ago
  54. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 13 years ago
  55. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
  56. 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago
  57. bb5581a libc: tag missing functions in system headers. by David 'Digit' Turner · 15 years ago
  58. fdf2454 merge from open-source master by The Android Open Source Project · 15 years ago
  59. 81569aa Add declaration for sys_signame[] forgotten in change 12489 by Thorsten Glaser · 16 years ago
  60. 8c59d96 Add killpg function by Colin Cross · 16 years ago
  61. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  62. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  63. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  64. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago