1. 738060c Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 6 months ago
  2. 5557553 Revert "Avoid internal APEX stubs for libsigchain and clean up e..." by Nikita Ioffe · 3 years, 6 months ago
  3. 73d4e11 Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 6 months ago
  4. 25e60fc Properly fix sigchain EnsureFrontOfChain test. by Josh Gao · 3 years, 6 months ago
  5. 4dcd238 Cleanups and fixes for sigchain_test.cc by Nicolas Geoffray · 3 years, 6 months ago
  6. e017bb0 Drop whole_static_libs for libasync_safe and clean up static linking of by Martin Stjernholm · 3 years, 6 months ago
  7. aded139 Make libsigchain a stub library. by Nicolas Geoffray · 3 years, 7 months ago
  8. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 7 months ago
  9. cfc6e9d Switch to the new kernel API for obtaining fault address tag bits. by Peter Collingbourne · 3 years, 10 months ago
  10. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years ago
  11. 71f7aff Use prebuilt_visibility property on sdk/module_exports by Paul Duffin · 4 years ago
  12. b2f2a49 Update OWNERS files by Orion Hodson · 4 years, 2 months ago
  13. d3ee902 More inclusive language in the build system. by David Srbecky · 4 years, 2 months ago
  14. 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 4 months ago
  15. 2842ac1 Move version scripts to app_process, where they are used. by Martin Stjernholm · 4 years, 5 months ago
  16. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 7 months ago
  17. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 9 months ago
  18. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 9 months ago
  19. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 10 months ago
  20. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 5 years ago
  21. 6e4deea sigchain: dlsym from libc.so instead of RTLD_NEXT. by Josh Gao · 5 years ago
  22. 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 5 years ago
  23. 616f400 Move libsigchain out of static/shared properties by Colin Cross · 5 years ago
  24. 9298875 Add filegroup for sigchainlib version scripts by Colin Cross · 5 years ago
  25. c7d1ef1 Merge "Revert "ART: Disable sanitization for sigchainlib"" by Treehugger Robot · 6 years ago
  26. 597b3ac Revert "ART: Disable sanitization for sigchainlib" by Andreas Gampe · 6 years ago
  27. 24c1422 ART: Fix or nolint cert-dcl16-c by Andreas Gampe · 6 years ago
  28. 997b3dc C++17 is the default now. by Elliott Hughes · 6 years ago
  29. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  30. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  31. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  32. 3bef527 sigchain: fix EnsureFrontOfChain on 32-bit. by Josh Gao · 6 years ago
  33. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  34. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  35. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  36. cca6fc0 sigchain: use libasync_safe logging. by Josh Gao · 7 years ago
  37. bfce631 Merge "Do not use sa_restorer if not defined" by Treehugger Robot · 7 years ago
  38. 247ff37 Fix sigchain_test on mips by Goran Jakovljevic · 7 years ago
  39. edef4ba Do not use sa_restorer if not defined by Goran Jakovljevic · 7 years ago
  40. 07d7a5d sigchain: fix various off by ones. by Josh Gao · 7 years ago
  41. f74caac sigchain: filter out sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  42. 1eac77e sigchain: add test. by Josh Gao · 7 years ago
  43. d32d79d Reland "sigchain: add wrappers for sigaction64/sigprocmask64." by Josh Gao · 7 years ago
  44. bed2965 Revert "sigchain: add wrappers for sigaction64/sigprocmask64." by Martijn Coenen · 7 years ago
  45. eb4640b sigchain: add wrappers for sigaction64/sigprocmask64. by Josh Gao · 7 years ago
  46. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  47. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  48. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  49. 04de4fe sigchain: properly block signal when we forward. by Josh Gao · 7 years ago
  50. 89b8584 ART: Disable sanitization for sigchainlib by Andreas Gampe · 7 years ago
  51. 6b2018f sigchain: limit use of SetHandlingSignal. by Josh Gao · 7 years ago
  52. fd4d0d3 sigchain: always call InitializeSignalChain on startup. by Josh Gao · 7 years ago
  53. 99875e9 sigchain: switch from __thread to pthread_setspecific. by Josh Gao · 7 years ago
  54. 33cac0f IWYU fixes for sigchainlib/sigchain.cc by Luis Hector Chavez · 7 years ago
  55. 576deb5 Sigchainlib: Add OWNERS file by Andreas Gampe · 7 years ago
  56. 9d631dd sigchain: fix sigaction(signal, nullptr, &sa). by Josh Gao · 7 years ago
  57. fb539a4 sigchain: make SIG_DFL handling less broken. by Josh Gao · 7 years ago
  58. 9044455 sigchain: allow use of sigprocmask inside handlers. by Josh Gao · 7 years ago
  59. dd241ae sigchainlib: hopefully fix darwin build breakage. by Josh Gao · 7 years ago
  60. 85a78cf Revert^2: "Make sigchain actually own the signal chain."" by Josh Gao · 7 years ago
  61. 33dca56 Revert "Make sigchain actually own the signal chain." by Jin Qian · 8 years ago
  62. 7600fa9 Make sigchain actually own the signal chain. by Josh Gao · 8 years ago
  63. 1f7f3bd Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago
  64. 316417e Revert "Convert libart and dependencies to Android.bp" by Colin Cross · 8 years ago
  65. 4ea3a22 Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago
  66. 82b67b9 libsigchain: intercept bsd_signal on lp32 by Dimitry Ivanov · 8 years ago
  67. ecf75a6 ART: remove gcc cruft from the makefiles by Colin Cross · 8 years ago
  68. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  69. 0d6f026 Block signals before invoking special or user handlers by jgu21 · 9 years ago
  70. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  71. 0c7c55c Register signal handler to kernel if not claimed by jgu21 · 9 years ago
  72. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 9 years ago
  73. e089920 ART: Add SetSpecialSignalHandlerFn to version-script.txt by Andreas Gampe · 9 years ago
  74. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  75. 03c2cc8 ART: Add support for special handlers in sigchainlib by Andreas Gampe · 9 years ago
  76. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  77. ba1ff84 ART: Fix no-return in sigchainlib by Andreas Gampe · 9 years ago
  78. 34a0c20 Delegate SIG_DFL on sigaction to libc. by Dmitriy Ivanov · 9 years ago
  79. a3164b9 Fix formatting by Dmitriy Ivanov · 9 years ago
  80. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  81. f36df54 Remove libcxx.mk cruft. by Dan Albert · 10 years ago
  82. 86bb22e Do not use clang for mips target. by Chih-Hung Hsieh · 10 years ago
  83. c01683b Fix sigchainlib's implementation of sigaction by Dmitriy Ivanov · 10 years ago
  84. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  85. 9d9cfa8 ART: Fix unused parameters in libsigchain by Andreas Gampe · 10 years ago
  86. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  87. e49a4f6 Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  88. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  89. f57874d Remove libsigchain from LD_PRELOADS by Dmitriy Ivanov · 10 years ago
  90. cefcea8 Don't call dlsym from signal context in signal chain by Dave Allison · 10 years ago
  91. 3868009 Fix mac build and signal test by Dave Allison · 10 years ago
  92. 91a8366 Fix signal chain to allow for signal() call to be used by Dave Allison · 10 years ago
  93. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  94. 1f8ef6f Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  95. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  96. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  97. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  98. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  99. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  100. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago