1. 124fe65 Merge changes from topic 'debuggerd_ambient' am: 279cb8b39a by Josh Gao · 8 years ago
  2. 6e12163 debuggerd_handler: don't use clone(..., SIGCHLD, ...) am: b3ee52e4d0 by Josh Gao · 8 years ago
  3. 49ddc03 crash_dump: drop capabilities after we ptrace attach. am: 85bcaf68d3 by Josh Gao · 8 years ago
  4. cde1bb5 crash_dump: use /proc/<pid> fd to check tid process membership. am: fe90276aee by Josh Gao · 8 years ago
  5. 0adfda8 debuggerd_handler: raise ambient capset before execing. am: 7ae426c731 by Josh Gao · 8 years ago
  6. c49f8f3 Revert "Give crash_dump CAP_SYS_PTRACE." am: ac91b0c452 by Josh Gao · 8 years ago
  7. 279cb8b Merge changes from topic 'debuggerd_ambient' by Josh Gao · 8 years ago
  8. b1a519a Merge "init: clean up exec command" am: 564aeca94e by Wei Wang · 8 years ago
  9. 564aeca Merge "init: clean up exec command" by Treehugger Robot · 8 years ago
  10. c740363 Merge "bootstat: Log bootloader timing metrics to Tron." am: 01b25ab149 by James Hawkins · 8 years ago
  11. 01b25ab Merge "bootstat: Log bootloader timing metrics to Tron." by James Hawkins · 8 years ago
  12. eaaca58 Merge "Revert "Get fastboot working on OS X"" am: c8cad2cbfc by Elliott Hughes · 8 years ago
  13. c8cad2c Merge "Revert "Get fastboot working on OS X"" by Elliott Hughes · 8 years ago
  14. 2d0fdaa init: clean up exec command by Wei Wang · 8 years ago
  15. 5769061 Merge changes I69e6489d,Ic17d52a7 am: 98a6db5c9b by Mark Salyzyn · 8 years ago
  16. cb0565b liblog: add android_lookupEventTagNum am: c9e5f37166 by Mark Salyzyn · 8 years ago
  17. 42689fc liblog: add /dev/event-log-tags for Tag Map am: 7da7fab790 by Mark Salyzyn · 8 years ago
  18. a942c7c Merge "logd: add getEventTag command and service" am: 1cd4102a0b by Mark Salyzyn · 8 years ago
  19. 98a6db5 Merge changes I69e6489d,Ic17d52a7 by Mark Salyzyn · 8 years ago
  20. 1cd4102 Merge "logd: add getEventTag command and service" by Mark Salyzyn · 8 years ago
  21. 35c1a62 Revert "Get fastboot working on OS X" by Elliott Hughes · 8 years ago
  22. be46fd1 bootstat: Log bootloader timing metrics to Tron. by James Hawkins · 8 years ago
  23. c9e5f37 liblog: add android_lookupEventTagNum by Mark Salyzyn · 8 years ago
  24. 7da7fab liblog: add /dev/event-log-tags for Tag Map by Mark Salyzyn · 8 years ago
  25. 61e9ce6 logd: add getEventTag command and service by Mark Salyzyn · 8 years ago
  26. b3ee52e debuggerd_handler: don't use clone(..., SIGCHLD, ...) by Josh Gao · 8 years ago
  27. 85bcaf6 crash_dump: drop capabilities after we ptrace attach. by Josh Gao · 8 years ago
  28. fe90276 crash_dump: use /proc/<pid> fd to check tid process membership. by Josh Gao · 8 years ago
  29. 7ae426c debuggerd_handler: raise ambient capset before execing. by Josh Gao · 8 years ago
  30. cc9df64 Merge changes I321e2193,I1da92e2b am: 3dfe401296 by Jesse Hall · 8 years ago
  31. 6dadb99 dlext_namespace.h: Declare android_get_LD_LIBRARY_PATH am: e7005979c2 by Jesse Hall · 8 years ago
  32. d7aba9f Make dlext_namespaces.h available to users of libnativeloader am: b75d82b42a by Jesse Hall · 8 years ago
  33. 3dfe401 Merge changes I321e2193,I1da92e2b by Treehugger Robot · 8 years ago
  34. e700597 dlext_namespace.h: Declare android_get_LD_LIBRARY_PATH by Jesse Hall · 8 years ago
  35. b75d82b Make dlext_namespaces.h available to users of libnativeloader by Jesse Hall · 8 years ago
  36. fa5524f Merge "Revert "Enable seccomp in init with generated policy"" am: d85cf0fb7d by Paul Lawrence · 8 years ago
  37. d85cf0f Merge "Revert "Enable seccomp in init with generated policy"" by Paul Lawrence · 8 years ago
  38. 502e3d9 Merge "Better seccomp/kuser_helper diagnostics from debuggerd." am: f4ae6203a9 by Elliott Hughes · 8 years ago
  39. f4ae620 Merge "Better seccomp/kuser_helper diagnostics from debuggerd." by Elliott Hughes · 8 years ago
  40. c4af05f Revert "Enable seccomp in init with generated policy" by Paul Lawrence · 8 years ago
  41. 7f1dbd8 Merge "init: add wait_for_prop builtin command" am: d25e4c5819 by Wei Wang · 8 years ago
  42. d25e4c5 Merge "init: add wait_for_prop builtin command" by Treehugger Robot · 8 years ago
  43. c84d140 Merge "Expand seccomp whitelist" am: 0f0caf95c9 by Alex Shlyapnikov · 8 years ago
  44. 0f0caf9 Merge "Expand seccomp whitelist" by Treehugger Robot · 8 years ago
  45. 0ba5359 Better seccomp/kuser_helper diagnostics from debuggerd. by Elliott Hughes · 8 years ago
  46. 9a4933e Merge "debuggerd_handler: add and use fatal_errno." am: bcabf10397 by Josh Gao · 8 years ago
  47. bcabf10 Merge "debuggerd_handler: add and use fatal_errno." by Treehugger Robot · 8 years ago
  48. 2e71ceb Expand seccomp whitelist by Alex Shlyapnikov · 8 years ago
  49. ac91b0c Revert "Give crash_dump CAP_SYS_PTRACE." by Josh Gao · 8 years ago
  50. 7fbbd16 Merge "usb_dispatch.cpp: Lower severity of logging statement." am: e5fe799e32 by Nick Kralevich · 8 years ago
  51. e5fe799 Merge "usb_dispatch.cpp: Lower severity of logging statement." by Treehugger Robot · 8 years ago
  52. 132ac31 init: add wait_for_prop builtin command by Wei Wang · 8 years ago
  53. aced420 usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 8 years ago
  54. ac3cf2e Merge "Disable integer sanitization on host." am: afe25958b6 by Evgenii Stepanov · 8 years ago
  55. afe2595 Merge "Disable integer sanitization on host." by Evgenii Stepanov · 8 years ago
  56. 16cebae Merge changes from topic 'adf-uapi-cleanup' am: ae03c6917d by Greg Hackmann · 8 years ago
  57. 42429e6 libadf: move ADF uapi header out of bionic am: fe79bcbef8 by Greg Hackmann · 8 years ago
  58. 33d2307 libadf: adf_test: fix clang + kati build am: 09f8f986a9 by Greg Hackmann · 8 years ago
  59. ae03c69 Merge changes from topic 'adf-uapi-cleanup' by Treehugger Robot · 8 years ago
  60. 0d5300a Merge "bootstat: Update the wording of 'soft reboot' to 'runtime restart'." by James Hawkins · 8 years ago
  61. 31cf946 Merge "bootstat: Update the wording of 'soft reboot' to 'runtime restart'." by Treehugger Robot · 8 years ago
  62. f1c2350 bootstat: Update the wording of 'soft reboot' to 'runtime restart'. by James Hawkins · 8 years ago
  63. c6030b2 Merge "Expand seccomp whitelist" am: 2cd07e8b97 by Paul Lawrence · 8 years ago
  64. 2cd07e8 Merge "Expand seccomp whitelist" by Treehugger Robot · 8 years ago
  65. 54c7886 Disable integer sanitization on host. by Evgenii Stepanov · 8 years ago
  66. 8afdd2a Expand seccomp whitelist by Paul Lawrence · 8 years ago
  67. fe79bcb libadf: move ADF uapi header out of bionic by Greg Hackmann · 8 years ago
  68. 6462bb4 debuggerd_handler: add and use fatal_errno. by Josh Gao · 8 years ago
  69. 09f8f98 libadf: adf_test: fix clang + kati build by Greg Hackmann · 8 years ago
  70. 3294172 Merge "Expand seccomp whitelist" am: 301e7e2cdb by Paul Lawrence · 8 years ago
  71. 301e7e2 Merge "Expand seccomp whitelist" by Treehugger Robot · 8 years ago
  72. ae3f906 Expand seccomp whitelist by Paul Lawrence · 8 years ago
  73. 7acdb2c Merge "logcat: test: inject() tuning" am: 26a714a0ab by Mark Salyzyn · 8 years ago
  74. 26a714a Merge "logcat: test: inject() tuning" by Treehugger Robot · 8 years ago
  75. 4178ab5 Merge changes Ibd7bbddb,I2f571009 am: 53f2d82951 by Josh Gao · 8 years ago
  76. cc1110f debuggerd: fix `debuggerd <pid>` am: 1e4afb52c5 by Josh Gao · 8 years ago
  77. b5be6e3 debuggerd: fix `debuggerd -b <pid>` am: b53f903cf1 by Josh Gao · 8 years ago
  78. d78eb9c Merge "debuggerd_handler: improve nonfatal signal message." am: 698035b8fe by Josh Gao · 8 years ago
  79. 53f2d82 Merge changes Ibd7bbddb,I2f571009 by Treehugger Robot · 8 years ago
  80. 698035b Merge "debuggerd_handler: improve nonfatal signal message." by Josh Gao · 8 years ago
  81. 1e4afb5 debuggerd: fix `debuggerd <pid>` by Josh Gao · 8 years ago
  82. b53f903 debuggerd: fix `debuggerd -b <pid>` by Josh Gao · 8 years ago
  83. 4ed00c8 debuggerd_handler: improve nonfatal signal message. by Josh Gao · 8 years ago
  84. 32b3c64 Merge "libsync: Replace inserting tuple into unordered_map in favour of pair." by mtezych · 8 years ago
  85. 3500cee libsync: Replace inserting tuple into unordered_map in favour of pair. by mtezych · 8 years ago
  86. 0617179 Merge "libsync: Replace inserting tuple into unordered_map in favour of pair." by Treehugger Robot · 8 years ago
  87. cb29e6e Merge "Revert "Continue using the legacy NDK android/log.h."" am: 33aa9fc0e1 by Mark Salyzyn · 8 years ago
  88. 33aa9fc Merge "Revert "Continue using the legacy NDK android/log.h."" by Treehugger Robot · 8 years ago
  89. 9b4d7e1 logcat: test: inject() tuning by Mark Salyzyn · 8 years ago
  90. 380b2f4 libsync: Replace inserting tuple into unordered_map in favour of pair. by mtezych · 8 years ago
  91. f2950bd Merge "Do not build any host targets on mac." am: a6c62f6832 by Christopher Ferris · 8 years ago
  92. a6c62f6 Merge "Do not build any host targets on mac." by Treehugger Robot · 8 years ago
  93. bdac221 Revert "Continue using the legacy NDK android/log.h." by Mark Salyzyn · 8 years ago
  94. 01d5037 Do not build any host targets on mac. by Christopher Ferris · 8 years ago
  95. 7ac7dd8 Merge "Remote reference to log/logger.h" am: a5cfc8b1e6 by Christopher Ferris · 8 years ago
  96. a5cfc8b Merge "Remote reference to log/logger.h" by Christopher Ferris · 8 years ago
  97. 71a2dcf Remote reference to log/logger.h by Christopher Ferris · 8 years ago
  98. 46895b8 Merge "New version of unwinder." am: e69b1b9831 by Christopher Ferris · 8 years ago
  99. e69b1b9 Merge "New version of unwinder." by Christopher Ferris · 8 years ago
  100. b6aa686 Merge "init: split property context into platform & non-platform components" by Sandeep Patil · 8 years ago