1. d96cbae Fix another nullptr dereference. by Christopher Ferris · 7 years ago
  2. 35fc001 Merge "Buffer overrun in __android_log_is_loggable() fix" by Mark Salyzyn · 7 years ago
  3. 58fb262 Merge "Add support for only a .eh_frame." by Christopher Ferris · 7 years ago
  4. 28e0985 Merge changes from topic "uevent" by Treehugger Robot · 7 years ago
  5. dbef1ee Merge "crash_dump: don't inherit environment from parent." by Treehugger Robot · 7 years ago
  6. c9dee84 Add support for only a .eh_frame. by Christopher Ferris · 7 years ago
  7. 1e0b967 Merge "MIPS[64]: codeflinger: Fix build due to unused variable warnings" by Treehugger Robot · 7 years ago
  8. 8e1ac14 Merge "Fix nullptr dereference." by Christopher Ferris · 7 years ago
  9. d998474 Merge "Don't include the build number in the adbd binary." by Treehugger Robot · 7 years ago
  10. 6b97021 Don't include the build number in the adbd binary. by Elliott Hughes · 7 years ago
  11. c6ed8f3 Buffer overrun in __android_log_is_loggable() fix by Paul Elliott · 7 years ago
  12. cc59927 MIPS[64]: codeflinger: Fix build due to unused variable warnings by Miodrag Dinic · 7 years ago
  13. 13b8665 Fix nullptr dereference. by Christopher Ferris · 7 years ago
  14. fae195b libcutils: Work around the lack of __mulodi4 by Luis Hector Chavez · 7 years ago
  15. cdea750 crash_dump: don't inherit environment from parent. by Josh Gao · 7 years ago
  16. ebcfa44 Merge "fastboot: handle small flash block sizes correctly" by Connor O'Brien · 7 years ago
  17. e97a4b9 libcutils: Make uevent_kernel_* namespace-aware by Luis Hector Chavez · 7 years ago
  18. 5252055 Merge "fastboot: remove reference of deprecated make_ext4 code" by Jin Qian · 7 years ago
  19. e3db2ab Merge "Use -Werror in system/core/libpixelflinger" by Chih-hung Hsieh · 7 years ago
  20. 2f0c95a Merge "Revert "delete toolbox/r.c"" by Treehugger Robot · 7 years ago
  21. e5ff9b9 Merge "fastboot: Don't give parsing error for unsupported 'getvar erase-block-size'." by Tao Bao · 7 years ago
  22. 3eccc5f Merge "Only skip frames for local unwinds." by Christopher Ferris · 7 years ago
  23. c56a499 Only skip frames for local unwinds. by Christopher Ferris · 7 years ago
  24. 67212f9 fastboot: Don't give parsing error for unsupported 'getvar erase-block-size'. by Tao Bao · 7 years ago
  25. c7f344e Use -Werror in system/core/libpixelflinger by Chih-Hung Hsieh · 7 years ago
  26. 988a51a fastboot: remove reference of deprecated make_ext4 code by Jin Qian · 7 years ago
  27. 6ef5c24 fastboot: handle small flash block sizes correctly by Connor O'Brien · 7 years ago
  28. 0d323c1 Merge "Add support for non-virtual thunk." by Christopher Ferris · 7 years ago
  29. 4a16646 Revert "delete toolbox/r.c" by Chris Fries · 7 years ago
  30. 5a72ea0 Add support for non-virtual thunk. by Christopher Ferris · 7 years ago
  31. 3d879b1 Merge "fs_mgr: support reading fstab based on ro.boot.hardware.platform" by Treehugger Robot · 7 years ago
  32. 4ef714e Merge "Use -Werror in system/core" by Treehugger Robot · 7 years ago
  33. 122352d Use -Werror in system/core by Chih-Hung Hsieh · 7 years ago
  34. 52013bc Merge "Use -Werror in system/core/libnativebridge" by Chih-hung Hsieh · 7 years ago
  35. 018d7f6 fs_mgr: support reading fstab based on ro.boot.hardware.platform by Oleg Matcovschi · 7 years ago
  36. 15251c2 Merge "Move sp/pc not changing check into Unwinder." by Christopher Ferris · 7 years ago
  37. 96e15c9 Merge "Fix template support." by Christopher Ferris · 7 years ago
  38. 55c9284 Merge "zip_archive: Allow crc_out to be nullptr in Inflate." by Narayan Kamath · 7 years ago
  39. fda7edd Move sp/pc not changing check into Unwinder. by Christopher Ferris · 7 years ago
  40. 048df23 Use -Werror in system/core/libnativebridge by Chih-Hung Hsieh · 7 years ago
  41. 584333e Fix template support. by Christopher Ferris · 7 years ago
  42. bb37693 Merge "bootstat: Add another boot reason." by Treehugger Robot · 7 years ago
  43. 8ac79bc bootstat: Add another boot reason. by James Hawkins · 7 years ago
  44. 411111a Merge "logcat: Note in help that regexps are Perl-compatible" by Treehugger Robot · 7 years ago
  45. a514113 logcat: Note in help that regexps are Perl-compatible by Brendan Jackman · 7 years ago
  46. f0da1c4 Merge "Switch libbacktrace new unwinder." by Christopher Ferris · 7 years ago
  47. 086baf9 Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  48. 2d1e23f zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  49. 51ec0a1 Merge changes from topic "rs_vndk_step3" by Jae Shin · 7 years ago
  50. a2935e0 Tests are run with proper namespace configs by their locations by Jiyong Park · 7 years ago
  51. 6ed1a1c Fix: make vndk namespace visible for 2016 Pixes by Jiyong Park · 7 years ago
  52. 7f654c3 vndk: remove vendor/lib from the search path of the 'vndk' namespace by Jiyong Park · 7 years ago
  53. e58fa1b libz is back to LLNDK by Jiyong Park · 7 years ago
  54. 7075bca Make the rs namespace visible by Jiyong Park · 7 years ago
  55. 136eb05 Add libft2.so to ll-ndk for rs namespace by Justin Yun · 7 years ago
  56. 8ebf6ee Move libz vndk-sp from ll-ndk by Justin Yun · 7 years ago
  57. d9f183b Merge "Only call one unwinder." by Christopher Ferris · 7 years ago
  58. 0db49f9 Merge changes Icdaf1cf1,I80ba5adb,I8de912c1 by Treehugger Robot · 7 years ago
  59. b88aa02 Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  60. 1193f3b Merge "Delete obsolete debuggerd references." by Treehugger Robot · 7 years ago
  61. 18ea097 Delete obsolete debuggerd references. by Josh Gao · 7 years ago
  62. ab9cf8b Only call one unwinder. by Christopher Ferris · 7 years ago
  63. ee14225 Merge "Fix race condition between restart and stop/reset." by Tao Wu · 7 years ago
  64. 4089d34 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  65. 84b856d Fix race condition between restart and stop/reset. by Tao Wu · 7 years ago
  66. 7de0220 Merge "bootstat: test: add error propagation for fastboot format userdata" by Mark Salyzyn · 7 years ago
  67. e7c95fb bootstat: test: add error propagation for fastboot format userdata by Mark Salyzyn · 7 years ago
  68. 92803ee Merge changes I93b4210f,Ifdc1d4fd by Treehugger Robot · 7 years ago
  69. d2ea447 Merge "zip_archive: Make Inflate a public API." by Narayan Kamath · 7 years ago
  70. 661b382 Merge "zip_archive: generalize deflate method." by Narayan Kamath · 7 years ago
  71. 4adb4ce Merge "zip_archive: Remove unused ziparchive-host" by Narayan Kamath · 7 years ago
  72. c2cdaf1 Merge changes Ia1c401b8,I571fb7da,I47999569 by Treehugger Robot · 7 years ago
  73. b5f090d Merge "libbacktrace: correctly number frames when skipping." by Treehugger Robot · 7 years ago
  74. 876b13d Merge "Fix one race condition between start and stop." by Tao Wu · 7 years ago
  75. 990d43c Fix one race condition between start and stop. by Tao Wu · 7 years ago
  76. e22701e libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  77. b9670bb libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  78. cd546c1 libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  79. 3b094c1 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  80. 293cb3b bootstat: handle a bad bit error rate issue with pstore by Mark Salyzyn · 7 years ago
  81. 747c0e6 bootstat: better validation of battery level (shutdown,battery) by Mark Salyzyn · 7 years ago
  82. dafced9 bootstat: Do not allow unknown boot reasons to land in first field. by Mark Salyzyn · 7 years ago
  83. 88d692c bootstat: move boot reason validation transformation policy into subroutine. by Mark Salyzyn · 7 years ago
  84. 72a8ea3 bootstat: test: fix Its_Just_So_Hard_reboot by Mark Salyzyn · 7 years ago
  85. 972753e Merge "Add test for android::base::Split with a trailing empty part." by Tom Cherry · 7 years ago
  86. 03d67dd Merge "init: fixed issues related to forking services" by Treehugger Robot · 7 years ago
  87. fbbf27d Add test for android::base::Split with a trailing empty part. by Tom Cherry · 7 years ago
  88. 485b364 zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  89. 4b97a71 zip_archive: Remove unused ziparchive-host by Narayan Kamath · 7 years ago
  90. 8b8faed zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  91. 4bfdcb3 init: fixed issues related to forking services by Joe Tanen · 7 years ago
  92. 5b2d098 Merge changes I30d6b530,Ie2e5872a,I313cfef2,I87dfb6a0,I70709ba5 by Mark Salyzyn · 7 years ago
  93. 41a9b3c Merge "Allow stats buffer to be empty in liblog CTS." by Treehugger Robot · 7 years ago
  94. c89f9da bootstat: add shutdown,thermal,battery by Mark Salyzyn · 7 years ago
  95. cabbe4f bootstat: add reboot,2sec by Mark Salyzyn · 7 years ago
  96. 2a8e5cc bootstat: test: check ro.boot.bootreason in some tests by Mark Salyzyn · 7 years ago
  97. 73691aa bootstat: fix test regression (exec_background) by Mark Salyzyn · 7 years ago
  98. bcf66ed bootstat: fix test regression (extra logging) by Mark Salyzyn · 7 years ago
  99. 07320dc Allow stats buffer to be empty in liblog CTS. by Yao Chen · 7 years ago
  100. 7745149 Merge "Remove Foreground Boost CPUSet" by Elliott Hughes · 7 years ago