1. 89fbca6 Use -Werror in system/core by Chih-Hung Hsieh · 8 years ago
  2. c7a7140 Merge "Move sp/pc not changing check into Unwinder." by Christopher Ferris · 7 years ago
  3. 6075fed Merge "Fix template support." by Christopher Ferris · 7 years ago
  4. 5cc1d67 Merge "zip_archive: Allow crc_out to be nullptr in Inflate." by Narayan Kamath · 7 years ago
  5. 6933bd6 Move sp/pc not changing check into Unwinder. by Christopher Ferris · 7 years ago
  6. 63e748b Fix template support. by Christopher Ferris · 7 years ago
  7. 54723bf Merge "bootstat: Add another boot reason." by Treehugger Robot · 7 years ago
  8. 266282c bootstat: Add another boot reason. by James Hawkins · 7 years ago
  9. ddde8cf Merge "logcat: Note in help that regexps are Perl-compatible" by Treehugger Robot · 7 years ago
  10. 8896ec9 logcat: Note in help that regexps are Perl-compatible by Brendan Jackman · 7 years ago
  11. 9039610 Merge "Switch libbacktrace new unwinder." by Christopher Ferris · 7 years ago
  12. c42d2ba Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  13. 1cb78d3 zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  14. 9e789f8 Merge changes from topic "rs_vndk_step3" by Jae Shin · 7 years ago
  15. 3f9cccc Tests are run with proper namespace configs by their locations by Jiyong Park · 8 years ago
  16. 4164fb9 Fix: make vndk namespace visible for 2016 Pixes by Jiyong Park · 8 years ago
  17. bc95b5d vndk: remove vendor/lib from the search path of the 'vndk' namespace by Jiyong Park · 8 years ago
  18. 993d179 libz is back to LLNDK by Jiyong Park · 8 years ago
  19. daf0f93 Make the rs namespace visible by Jiyong Park · 8 years ago
  20. 1f2b55f Add libft2.so to ll-ndk for rs namespace by Justin Yun · 8 years ago
  21. f57cd39 Move libz vndk-sp from ll-ndk by Justin Yun · 8 years ago
  22. 8a17bf8 Merge "Only call one unwinder." by Christopher Ferris · 7 years ago
  23. 9efebc7 Merge changes Icdaf1cf1,I80ba5adb,I8de912c1 by Treehugger Robot · 7 years ago
  24. dd7a0fa Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  25. fea6e57 Merge "Delete obsolete debuggerd references." by Treehugger Robot · 7 years ago
  26. 459ab14 Delete obsolete debuggerd references. by Josh Gao · 7 years ago
  27. 8e3cc2f Only call one unwinder. by Christopher Ferris · 7 years ago
  28. 59f92f2 Merge "Fix race condition between restart and stop/reset." by Tao Wu · 7 years ago
  29. 2d6fed2 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  30. 0302f0a Fix race condition between restart and stop/reset. by Tao Wu · 7 years ago
  31. 1de5992 Merge "bootstat: test: add error propagation for fastboot format userdata" by Mark Salyzyn · 7 years ago
  32. d081e47 bootstat: test: add error propagation for fastboot format userdata by Mark Salyzyn · 7 years ago
  33. 8171432 Merge changes I93b4210f,Ifdc1d4fd by Treehugger Robot · 7 years ago
  34. 8aea565 Merge "zip_archive: Make Inflate a public API." by Narayan Kamath · 7 years ago
  35. 5c5b378 Merge "zip_archive: generalize deflate method." by Narayan Kamath · 7 years ago
  36. c51a46e Merge "zip_archive: Remove unused ziparchive-host" by Narayan Kamath · 7 years ago
  37. da7cdf5 Merge changes Ia1c401b8,I571fb7da,I47999569 by Treehugger Robot · 7 years ago
  38. ba39cb1 Merge "libbacktrace: correctly number frames when skipping." by Treehugger Robot · 7 years ago
  39. ef7a51c Merge "Fix one race condition between start and stop." by Tao Wu · 7 years ago
  40. 8aa1be1 Fix one race condition between start and stop. by Tao Wu · 7 years ago
  41. acfecd9 libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  42. 4958f19 libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  43. 0660cda libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  44. b5910f2 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  45. b12efb1 bootstat: handle a bad bit error rate issue with pstore by Mark Salyzyn · 8 years ago
  46. 3873b1d bootstat: better validation of battery level (shutdown,battery) by Mark Salyzyn · 8 years ago
  47. bce8c9c bootstat: Do not allow unknown boot reasons to land in first field. by Mark Salyzyn · 8 years ago
  48. 1a9bd89 bootstat: move boot reason validation transformation policy into subroutine. by Mark Salyzyn · 8 years ago
  49. fee7dcb bootstat: test: fix Its_Just_So_Hard_reboot by Mark Salyzyn · 7 years ago
  50. f355192 Merge "Add test for android::base::Split with a trailing empty part." by Tom Cherry · 7 years ago
  51. 75b2d2c Merge "init: fixed issues related to forking services" by Treehugger Robot · 7 years ago
  52. 351003a Add test for android::base::Split with a trailing empty part. by Tom Cherry · 7 years ago
  53. 5f422ec zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  54. 94974ba zip_archive: Remove unused ziparchive-host by Narayan Kamath · 7 years ago
  55. 6ca2e8d zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  56. 1b158b5 init: fixed issues related to forking services by Joe Tanen · 7 years ago
  57. d450f32 Merge changes I30d6b530,Ie2e5872a,I313cfef2,I87dfb6a0,I70709ba5 by Mark Salyzyn · 7 years ago
  58. 84f1a00 Merge "Allow stats buffer to be empty in liblog CTS." by Treehugger Robot · 7 years ago
  59. 6260cb7 bootstat: add shutdown,thermal,battery by Mark Salyzyn · 7 years ago
  60. 458508a bootstat: add reboot,2sec by Mark Salyzyn · 7 years ago
  61. f982e8e bootstat: test: check ro.boot.bootreason in some tests by Mark Salyzyn · 7 years ago
  62. ed3a62c bootstat: fix test regression (exec_background) by Mark Salyzyn · 7 years ago
  63. 1874242 bootstat: fix test regression (extra logging) by Mark Salyzyn · 7 years ago
  64. c103d99 Allow stats buffer to be empty in liblog CTS. by Yao Chen · 7 years ago
  65. f618dda Merge "Remove Foreground Boost CPUSet" by Elliott Hughes · 7 years ago
  66. aa50f1b Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
  67. 4cd34d3 Merge "Remove PauseTiming/ResumeTiming calls." by Christopher Ferris · 7 years ago
  68. 43ef2bd Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
  69. d7c5682 Merge "If the pc is set to zero, the unwind is done." by Christopher Ferris · 7 years ago
  70. 6aee026 Merge "libutils: Fix bug in strstr16." by Treehugger Robot · 7 years ago
  71. 52ff0a5 Merge "Don't use TEMP_FAILURE_RETRY on close()" by Treehugger Robot · 7 years ago
  72. ef5b2cf Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
  73. 9717101 Don't use TEMP_FAILURE_RETRY on close() by Nick Kralevich · 7 years ago
  74. f51d4dd libutils: Fix bug in strstr16. by Branislav Rankov · 7 years ago
  75. 01687f0 Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a am: 1c65e77e6d by Josh Gao · 7 years ago
  76. f57f35e Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
  77. 74f0683 Merge "init: call umount unconditionally" am: b409e5e00b by Wei Wang · 7 years ago
  78. 8300ea4 Merge "init: call umount unconditionally" by Treehugger Robot · 7 years ago
  79. 6a62a12 Remove Foreground Boost CPUSet by Jake Weinstein · 7 years ago
  80. faf60bb init: call umount unconditionally by Wei Wang · 7 years ago
  81. 63d7dd6 If the pc is set to zero, the unwind is done. by Christopher Ferris · 7 years ago
  82. c147dc1 Merge "adb: fix erase-remove_if idiom." am: c2a2ecb7a5 by Josh Gao · 7 years ago
  83. b805db7 Merge "adb: fix erase-remove_if idiom." by Treehugger Robot · 7 years ago
  84. d17376e Merge "Add missing includes." am: 74e7c2f4bd by Dan Albert · 7 years ago
  85. 735a33f Merge "Add missing includes." by Treehugger Robot · 7 years ago
  86. 87e251e Merge changes I3e6e5a22,I6eb3f066 am: 75836d5e7f by Mark Salyzyn · 7 years ago
  87. 18b8986 Merge changes I3e6e5a22,I6eb3f066 by Treehugger Robot · 7 years ago
  88. 7b65534 Merge "libcutils: Fix thread ID on macOS" am: 6958506e82 by Christopher N. Hesse · 7 years ago
  89. b9926ea Merge "libcutils: Fix thread ID on macOS" by Treehugger Robot · 7 years ago
  90. 6883d15 Merge "Multiple bugfixes, small restructuring." am: 26b614ddf6 by Christopher Ferris · 7 years ago
  91. 5dc2c41 Merge "Multiple bugfixes, small restructuring." by Christopher Ferris · 7 years ago
  92. 3a47cd0 Merge changes from topic "rs_vndk_step2" am: 678efa25a6 by Jae Shin · 7 years ago
  93. cae2211 templatize ld.config.txt am: ecc703c792 by Jiyong Park · 7 years ago
  94. d3813f8 Make default namespace for system processes isolated am: 246338f90e by Jiyong Park · 7 years ago
  95. 9b73787 vndk: add vendor/lib(64)/vndk for vendor namespace am: b5ddc5ae6b by Justin Yun · 7 years ago
  96. 3a107c6 Implement system namespace for vendor process am: 333845c710 by Justin Yun · 7 years ago
  97. 18d48e1 Use the legacy linker namespace configs when target is sanitized am: 614c5521a3 by Jiyong Park · 7 years ago
  98. 727e87f Permit /system/lib/vndk-sp/hw/ for 'sphal' namespace am: b5c0fc3ceb by Jiyong Park · 7 years ago
  99. 4135eba Add system/${LIB}/vndk to default namespace for vendor. am: e373672afd by Justin Yun · 7 years ago
  100. 39b7df7 Add [test] section for /data/[nativetest|benchmarktest] am: c8ae86afdd -s ours by Jiyong Park · 7 years ago