1. 073885c Fix art compiling against musl by Colin Cross · 3 years, 3 months ago
  2. 496e837 sigchain: print ucontext in fatal error log by sunny.kuo · 3 years, 4 months ago
  3. cfc6e9d Switch to the new kernel API for obtaining fault address tag bits. by Peter Collingbourne · 4 years, 1 month ago
  4. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 11 months ago
  5. 6e4deea sigchain: dlsym from libc.so instead of RTLD_NEXT. by Josh Gao · 5 years ago
  6. 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 6 years ago
  7. 24c1422 ART: Fix or nolint cert-dcl16-c by Andreas Gampe · 6 years ago
  8. 3bef527 sigchain: fix EnsureFrontOfChain on 32-bit. by Josh Gao · 6 years ago
  9. cca6fc0 sigchain: use libasync_safe logging. by Josh Gao · 7 years ago
  10. edef4ba Do not use sa_restorer if not defined by Goran Jakovljevic · 7 years ago
  11. 07d7a5d sigchain: fix various off by ones. by Josh Gao · 7 years ago
  12. f74caac sigchain: filter out sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  13. d32d79d Reland "sigchain: add wrappers for sigaction64/sigprocmask64." by Josh Gao · 7 years ago
  14. bed2965 Revert "sigchain: add wrappers for sigaction64/sigprocmask64." by Martijn Coenen · 7 years ago
  15. eb4640b sigchain: add wrappers for sigaction64/sigprocmask64. by Josh Gao · 7 years ago
  16. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  17. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  18. 04de4fe sigchain: properly block signal when we forward. by Josh Gao · 8 years ago
  19. 6b2018f sigchain: limit use of SetHandlingSignal. by Josh Gao · 8 years ago
  20. fd4d0d3 sigchain: always call InitializeSignalChain on startup. by Josh Gao · 8 years ago
  21. 99875e9 sigchain: switch from __thread to pthread_setspecific. by Josh Gao · 8 years ago
  22. 33cac0f IWYU fixes for sigchainlib/sigchain.cc by Luis Hector Chavez · 8 years ago
  23. 9d631dd sigchain: fix sigaction(signal, nullptr, &sa). by Josh Gao · 8 years ago
  24. fb539a4 sigchain: make SIG_DFL handling less broken. by Josh Gao · 8 years ago
  25. 9044455 sigchain: allow use of sigprocmask inside handlers. by Josh Gao · 8 years ago
  26. dd241ae sigchainlib: hopefully fix darwin build breakage. by Josh Gao · 8 years ago
  27. 85a78cf Revert^2: "Make sigchain actually own the signal chain."" by Josh Gao · 8 years ago
  28. 33dca56 Revert "Make sigchain actually own the signal chain." by Jin Qian · 8 years ago
  29. 7600fa9 Make sigchain actually own the signal chain. by Josh Gao · 8 years ago
  30. 82b67b9 libsigchain: intercept bsd_signal on lp32 by Dimitry Ivanov · 8 years ago
  31. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  32. 0d6f026 Block signals before invoking special or user handlers by jgu21 · 9 years ago
  33. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  34. 0c7c55c Register signal handler to kernel if not claimed by jgu21 · 9 years ago
  35. 03c2cc8 ART: Add support for special handlers in sigchainlib by Andreas Gampe · 10 years ago
  36. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  37. 34a0c20 Delegate SIG_DFL on sigaction to libc. by Dmitriy Ivanov · 10 years ago
  38. a3164b9 Fix formatting by Dmitriy Ivanov · 10 years ago
  39. c01683b Fix sigchainlib's implementation of sigaction by Dmitriy Ivanov · 10 years ago
  40. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  41. f57874d Remove libsigchain from LD_PRELOADS by Dmitriy Ivanov · 10 years ago
  42. cefcea8 Don't call dlsym from signal context in signal chain by Dave Allison · 10 years ago
  43. 3868009 Fix mac build and signal test by Dave Allison · 10 years ago
  44. 91a8366 Fix signal chain to allow for signal() call to be used by Dave Allison · 10 years ago
  45. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  46. 1f8ef6f Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  47. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  48. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  49. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  50. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  51. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  52. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  53. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  54. 213bc5b Remove incorrect check for sa_mask in signal chaining by Dave Allison · 10 years ago
  55. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 11 years ago