1. ef70ada crash_dump: collect open files before dropping caps. by Josh Gao · 8 years ago
  2. 3604c4e debuggerd_test: improve error when crasher fails to exec. by Josh Gao · 8 years ago
  3. 05a5975 debuggerd_test: fix crasher path. by Josh Gao · 8 years ago
  4. 007479a crash_dump: read /proc/<pid>/maps before dropping capabilities. by Josh Gao · 8 years ago
  5. 71299e4 debuggerd_handler: fix prctl return value check. by Josh Gao · 8 years ago
  6. f8ef9e1 Merge changes from topic 'debuggerd_ambient' by Josh Gao · 8 years ago
  7. 86a881f debuggerd_handler: don't use clone(..., SIGCHLD, ...) by Josh Gao · 8 years ago
  8. f0a401c crash_dump: drop capabilities after we ptrace attach. by Josh Gao · 8 years ago
  9. 1c057ce crash_dump: use /proc/<pid> fd to check tid process membership. by Josh Gao · 8 years ago
  10. 54dec42 debuggerd_handler: raise ambient capset before execing. by Josh Gao · 8 years ago
  11. b4d3352 Merge "Better seccomp/kuser_helper diagnostics from debuggerd." by Elliott Hughes · 8 years ago
  12. 7999933 Better seccomp/kuser_helper diagnostics from debuggerd. by Elliott Hughes · 8 years ago
  13. c7fa9f6 debuggerd_handler: add and use fatal_errno. by Josh Gao · 8 years ago
  14. e6b1399 debuggerd: fix `debuggerd <pid>` by Josh Gao · 8 years ago
  15. a76a83e debuggerd: fix `debuggerd -b <pid>` by Josh Gao · 8 years ago
  16. a07ac7e debuggerd_handler: improve nonfatal signal message. by Josh Gao · 8 years ago
  17. 8d04f3d debuggerd_handler: remove PR_SET_DUMPABLE check. by Josh Gao · 8 years ago
  18. 7603344 debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes. by Josh Gao · 8 years ago
  19. eca5e7c debuggerd_handler: don't resend nonfatal signals when not dumping. by Josh Gao · 8 years ago
  20. d147f6f crash_dump: properly dump when we can't talk to tombstoned. by Josh Gao · 8 years ago
  21. 8c653f5 Merge "Replaced include log/logger.h with log/log.h in debuggerd" by Vijay Venkatraman · 8 years ago
  22. 9a6d0b3 Replaced include log/logger.h with log/log.h in debuggerd by Vijay Venkatraman · 8 years ago
  23. 6e4ccf3 tombstoned: silence spurious error messages. by Josh Gao · 8 years ago
  24. 6b6d3a0 Actually don't start tombstoned until /data is mounted. by Josh Gao · 8 years ago
  25. 311f434 debuggerd_handler: add SIGSYS to the list of handled signals. by Josh Gao · 8 years ago
  26. 9c61115 debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0. by Josh Gao · 8 years ago
  27. 461c313 crash_dump: set a watchdog timer. by Josh Gao · 8 years ago
  28. c2cc466 crash_dump: switch to PTRACE_SEIZE. by Josh Gao · 8 years ago
  29. 86dddf9 crash_dump: clear the default crash handlers. by Josh Gao · 8 years ago
  30. 6ec3c08 crash_dump: remove extra log. by Josh Gao · 8 years ago
  31. f19ba5c debuggerd_handler: actually wait for pseudothread to exit. by Josh Gao · 8 years ago
  32. 16cbb4b Merge "init: don't start tombstoned until /data is mounted." by Treehugger Robot · 8 years ago
  33. 973e704 init: don't start tombstoned until /data is mounted. by Josh Gao · 8 years ago
  34. 6055249 Merge "crash_dump: don't abort if we fail to attach a sibling." by Josh Gao · 8 years ago
  35. 4f34b31 crash_dump: don't abort if we fail to attach a sibling. by Josh Gao · 8 years ago
  36. 05f3ea0 Fix a call to openat with incorrect arguments by George Burgess IV · 8 years ago
  37. 4664970 debuggerd: advance our amazing bet. by Josh Gao · 8 years ago
  38. 0b764f7 liblog: use log/log.h for ALOG macros by Mark Salyzyn · 8 years ago
  39. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  40. d9fccda Improve crasher. by Elliott Hughes · 8 years ago
  41. 5c29357 Merge "debuggerd: Dump list of open files on process crash." am: b675f7cd32 by Richard Uhler · 8 years ago
  42. 915c3ae Merge "debuggerd: Dump list of open files on process crash." by Treehugger Robot · 8 years ago
  43. 5265683 Merge "system/core: replace EVENT_TAG_MAP_FILE with NULL" am: 9bfd9f558b by Mark Salyzyn · 8 years ago
  44. 8fcbbcd system/core: replace EVENT_TAG_MAP_FILE with NULL by Mark Salyzyn · 8 years ago
  45. c8c8997 debuggerd: Dump list of open files on process crash. by Richard Uhler · 8 years ago
  46. ade660f Merge "crasher: add option to wait for input before crashing." am: 84db3f19bc by Josh Gao · 8 years ago
  47. e53ff9a crasher: add option to wait for input before crashing. by Josh Gao · 8 years ago
  48. 2e98d30 Merge "fix regression from android_lookupEventTag_len()" am: 9fa133cc28 by Mark Salyzyn · 8 years ago
  49. 087ae5f fix regression from android_lookupEventTag_len() by Mark Salyzyn · 8 years ago
  50. cbe1955 Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 8 years ago
  51. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  52. ad099b2 debuggerd: use __android_log_is_debuggable() am: dafe384207 by Mark Salyzyn · 8 years ago
  53. 12eb34d debuggerd: use __android_log_is_debuggable() by Mark Salyzyn · 9 years ago
  54. ece0d69 Merge "Rely on the platform -std default." am: 955648a915 am: 4594f50635 by Elliott Hughes · 9 years ago
  55. e8b294b Merge "Rely on the platform -std default." by Treehugger Robot · 9 years ago
  56. d73a447 Merge commit 'd3896c106d6a6e4d461be658a9e66efbde31f28d' into nyc-dev-plus-aosp by Josh Gao · 9 years ago
  57. edc4b51 Rely on the platform -std default. by Elliott Hughes · 9 years ago
  58. caf8d6d debuggerd: report crashes even when out of file descriptors. by Josh Gao · 9 years ago
  59. a5bf44d Merge "system/core: drop or replace log/logger.h" am: 1f90485804 am: cb670780be by Mark Salyzyn · 9 years ago
  60. 98e7700 system/core: drop or replace log/logger.h by Mark Salyzyn · 9 years ago
  61. d88d47c system/core Replace log/log.h with android/log.h am: ff2dcd9af9 am: cac331afd9 by Mark Salyzyn · 9 years ago
  62. a1414b1 system/core Replace cutils/log.h with android/log.h am: 66ce3e08c5 by Mark Salyzyn · 9 years ago
  63. 51b1e55 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  64. 316adc3 system/core Replace cutils/log.h with android/log.h by Mark Salyzyn · 9 years ago
  65. 0879e8f Merge "Fix debuggerd argument parsing." am: 99ed65234c am: 014d9df418 by Elliott Hughes · 9 years ago
  66. f8b0485 Fix debuggerd argument parsing. by Elliott Hughes · 9 years ago
  67. e95408d Merge "Teach debuggerd about SIGSYS SYS_SECCOMP signals." am: 44d7a87621 by Elliott Hughes · 9 years ago
  68. 0334f03 Teach debuggerd about SIGSYS SYS_SECCOMP signals. by Elliott Hughes · 9 years ago
  69. 8d13451 Merge "Update for kernel headers v4.7.2." am: 73d2cc570d am: c4abab8578 by Christopher Ferris · 9 years ago
  70. 460970d Update for kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  71. 50795e5 Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b by Mark Salyzyn · 9 years ago
  72. 7db2779 Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b by Mark Salyzyn · 9 years ago
  73. ff45d3e Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 9 years ago
  74. 9afc9f4 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." am: 299d64144b by Elliott Hughes · 9 years ago
  75. ec325e8 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 9 years ago
  76. 3bc323e Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Treehugger Robot · 9 years ago
  77. 51180bf logger: validate hdr_size field in logger entry by Mark Salyzyn · 9 years ago
  78. 49667ed Merge "debuggerd: don't display fault addr for manually sent signals." am: ad52cbb9ec by Josh Gao · 9 years ago
  79. e2d5d21 Merge "debuggerd: don't display fault addr for manually sent signals." by Josh Gao · 9 years ago
  80. bf36362 Merge "debuggerd: don't display fault addr for manually sent signals." by Treehugger Robot · 9 years ago
  81. 76b4b4a Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06 by Elliott Hughes · 9 years ago
  82. 1746111 Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06 by Elliott Hughes · 9 years ago
  83. 5aefd33 Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 9 years ago
  84. 35ce3fa debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 9 years ago
  85. 0660787 debuggerd: set SOCK_NONBLOCK in accept rather than later. by Elliott Hughes · 9 years ago
  86. a4757ae Merge "debuggerd: remove unnecessary arguments." am: 7a746f3a68 am: 60083bed75 by Josh Gao · 9 years ago
  87. 48b7be0 Merge "debuggerd: remove unnecessary arguments." am: 7a746f3a68 by Josh Gao · 9 years ago
  88. 6d2c2d3 Merge "debuggerd: remove useless timeout from wait_for_signal." am: 5f2bc28ebf by Josh Gao · 9 years ago
  89. 4e304fb Merge "debuggerd: remove useless timeout from wait_for_signal." am: 5f2bc28ebf by Josh Gao · 9 years ago
  90. 35b5266 debuggerd: remove unnecessary arguments. by Josh Gao · 9 years ago
  91. c60e7d2 debuggerd: remove useless timeout from wait_for_signal. by Josh Gao · 9 years ago
  92. 5dc6dfd Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." am: 07f14c9cdd by Josh Gao · 9 years ago
  93. 87e8af8 Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 9 years ago
  94. 4cbf96c Define TARGET_IS_64_BIT when building libdebuggerd_client for android64. by Robert Sesek · 9 years ago
  95. 446cd4a Merge \\"Fix google-explicit-constructor warnings in system/core.\\" am: 6dc68cb5f9 by Chih-hung Hsieh · 9 years ago
  96. 0c03087 Merge \"Fix google-explicit-constructor warnings in system/core.\" by Chih-Hung Hsieh · 9 years ago
  97. 5db7bc5 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 9 years ago
  98. 82029c5 Merge \\"Disable warnings triggered in Clang r271374\\" am: fa1a21d085 by Stephen Hines · 9 years ago
  99. e3fd402 Merge \"Disable warnings triggered in Clang r271374\" am: fa1a21d085 by Pirama Arumuga Nainar · 9 years ago
  100. c350673 Merge \"debuggerd: verify that traced threads belong to the right process.\" into nyc-dev by Josh Gao · 9 years ago