1. 06acbcf Merge "strptime: support everything that strftime supports." am: ff923681be by Elliott Hughes · 6 years ago
  2. ff92368 Merge "strptime: support everything that strftime supports." by Elliott Hughes · 6 years ago
  3. 64bc281 Merge "bionic tests: use GTEST_SKIP." am: e08288465e by Elliott Hughes · 6 years ago
  4. a1fb15b strptime: support everything that strftime supports. by Elliott Hughes · 6 years ago
  5. e082884 Merge "bionic tests: use GTEST_SKIP." by Elliott Hughes · 6 years ago
  6. a423fed Merge "Increase the allocation limit again." am: e990078f05 by Christopher Ferris · 6 years ago
  7. e990078 Merge "Increase the allocation limit again." by Christopher Ferris · 6 years ago
  8. 1f63174 Merge "Fix running the tests on the host again." am: b0c33ecb99 by Elliott Hughes · 6 years ago
  9. b0c33ec Merge "Fix running the tests on the host again." by Treehugger Robot · 6 years ago
  10. 82ed244 Merge "Typo fix in comment. O_CLOEXEC is e, not x." am: fe88d26aca by Dan Albert · 6 years ago
  11. ce491ab Increase the allocation limit again. by Christopher Ferris · 6 years ago
  12. fe88d26 Merge "Typo fix in comment. O_CLOEXEC is e, not x." by Treehugger Robot · 6 years ago
  13. 8ceb95c Fix running the tests on the host again. by Elliott Hughes · 6 years ago
  14. ba1151c Typo fix in comment. O_CLOEXEC is e, not x. by Dan Albert · 6 years ago
  15. d1bba14 Merge "docs: mention the fact that bionic now uses ifuncs." am: 2059021322 by Elliott Hughes · 6 years ago
  16. 2059021 Merge "docs: mention the fact that bionic now uses ifuncs." by Treehugger Robot · 6 years ago
  17. 3770d93 docs: mention the fact that bionic now uses ifuncs. by Elliott Hughes · 6 years ago
  18. b4c1555 Merge "Fix internal uses of _PATH_BSHELL." am: b1ddbfdcdc by Elliott Hughes · 6 years ago
  19. b1ddbfd Merge "Fix internal uses of _PATH_BSHELL." by Treehugger Robot · 6 years ago
  20. cdfe9d7 Merge "Make powerof2 macro ubsan safe" am: 1b6517b601 by Nick Kralevich · 6 years ago
  21. 1b6517b Merge "Make powerof2 macro ubsan safe" by Treehugger Robot · 6 years ago
  22. 886370c Fix internal uses of _PATH_BSHELL. by Elliott Hughes · 6 years ago
  23. db64bbb Merge "popen: stop using _fwalk." am: 49e7b68ac2 by Elliott Hughes · 6 years ago
  24. 49e7b68 Merge "popen: stop using _fwalk." by Elliott Hughes · 6 years ago
  25. c50b6a2 Make powerof2 macro ubsan safe by Nick Kralevich · 6 years ago
  26. 137b6f3 popen: stop using _fwalk. by Elliott Hughes · 6 years ago
  27. c1437e8 Merge "Disable malloc_info test under HWASan." am: e187d92062 by Evgenii Stepanov · 6 years ago
  28. e187d92 Merge "Disable malloc_info test under HWASan." by Treehugger Robot · 6 years ago
  29. 8de6b46 Disable malloc_info test under HWASan. by Evgenii Stepanov · 6 years ago
  30. c626794 Merge "Add /product/bin to path" am: 118ab10d75 by Steven Moreland · 6 years ago
  31. 118ab10 Merge "Add /product/bin to path" by Steven Moreland · 6 years ago
  32. 24c8c6e Merge "Use std::move() for rvalue-reference setters and ctors" am: 4848b6d7c3 by Vic Yang · 6 years ago
  33. 4848b6d Merge "Use std::move() for rvalue-reference setters and ctors" by Vic Yang · 6 years ago
  34. 79569bb Merge "Update kernel headers to v5.0.3." am: d992e1e9fa by Christopher Ferris · 6 years ago
  35. d992e1e Merge "Update kernel headers to v5.0.3." by Christopher Ferris · 6 years ago
  36. b968a4a Merge "Use the ANDROID_TZDATA_ROOT environment variable" am: 11f0d71836 by Neil Fuller · 6 years ago
  37. 11f0d71 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 6 years ago
  38. e6be532 Update kernel headers to v5.0.3. by Christopher Ferris · 6 years ago
  39. 627a5c7 Merge "linker: Add support for "whitelisted" property in linker config files" by Vic Yang · 6 years ago
  40. 6b330ac Merge "linker: Add support for "whitelisted" property in linker config files" by Vic Yang · 6 years ago
  41. 6f55059 Merge changes Ie7bf555b,Ia7d5fbdc,I3f05ba19 am: e6b6640042 by Logan Chien · 6 years ago
  42. e6b6640 Merge changes Ie7bf555b,Ia7d5fbdc,I3f05ba19 by Logan Chien · 6 years ago
  43. 589fefb Merge "Document various libc behavior changes." am: 4486e57c7d by Elliott Hughes · 6 years ago
  44. 4486e57 Merge "Document various libc behavior changes." by Elliott Hughes · 6 years ago
  45. b282a6d Document various libc behavior changes. by Elliott Hughes · 6 years ago
  46. e8384f9 Merge "Remove workaround for x86 ifunc" am: b2a29cb95b by Haibo Huang · 6 years ago
  47. b2a29cb Merge "Remove workaround for x86 ifunc" by Haibo Huang · 6 years ago
  48. 976d4b4 Use std::move() for rvalue-reference setters and ctors by Vic Yang · 6 years ago
  49. 2d020e4 linker: Add support for "whitelisted" property in linker config files by Vic Yang · 7 years ago
  50. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 6 years ago
  51. 73d1fb9 Fix get_device_api_level_inlines.h in versioner by Logan Chien · 6 years ago
  52. 3f68efc Suppress warnings on pthread_create by Logan Chien · 6 years ago
  53. 021d522 Remove workaround for x86 ifunc by Haibo Huang · 7 years ago
  54. 4e1cfa6 Merge "Call __hwasan_init_static() during libc startup in statically linked executables." by Peter Collingbourne · 6 years ago
  55. ebdf4c1 Merge "Call __hwasan_init_static() during libc startup in statically linked executables." by Peter Collingbourne · 6 years ago
  56. d75e308 Call __hwasan_init_static() during libc startup in statically linked executables. by Peter Collingbourne · 7 years ago
  57. 48c5b26 Merge "Annotate vfork for hwasan." am: 8b8e7d0461 by Evgenii Stepanov · 6 years ago
  58. 8b8e7d0 Merge "Annotate vfork for hwasan." by Evgenii Stepanov · 6 years ago
  59. c472362 Merge "Increase the size of the shadow call stack guard region to 16MB." by Peter Collingbourne · 6 years ago
  60. 505168e Annotate vfork for hwasan. by Evgenii Stepanov · 6 years ago
  61. b62888b Merge "Increase the size of the shadow call stack guard region to 16MB." by Peter Collingbourne · 6 years ago
  62. 6ca1034 Merge "Increase num tries before failing." am: 4a8b288704 by Christopher Ferris · 6 years ago
  63. 4a8b288 Merge "Increase num tries before failing." by Christopher Ferris · 6 years ago
  64. 3b4c612 Merge "Add more linker debug." am: 60916654cc by Martin Stjernholm · 6 years ago
  65. 6091665 Merge "Add more linker debug." by Martin Stjernholm · 6 years ago
  66. 95252ee Add more linker debug. by Martin Stjernholm · 6 years ago
  67. 9b78aa3 Increase num tries before failing. by Christopher Ferris · 6 years ago
  68. 264c486 Merge "Add missing #include." am: f3df0dae0b by Peter Collingbourne · 6 years ago
  69. f3df0da Merge "Add missing #include." by Treehugger Robot · 6 years ago
  70. 149ce93 Add missing #include. by Peter Collingbourne · 6 years ago
  71. ef4af2f Merge "Add a platform API for setting an allocation limit." am: 9d69d4ccae by Peter Collingbourne · 6 years ago
  72. 9d69d4c Merge "Add a platform API for setting an allocation limit." by Peter Collingbourne · 6 years ago
  73. ff72341 Merge "Remove __INTRODUCED_IN_FUTURE." am: ea6c19a44b by Elliott Hughes · 6 years ago
  74. ea6c19a Merge "Remove __INTRODUCED_IN_FUTURE." by Elliott Hughes · 6 years ago
  75. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 6 years ago
  76. 605fc73 Merge "Clean /bionic" am: ac74615c1c by Jiyong Park · 6 years ago
  77. ac74615 Merge "Clean /bionic" by Jiyong Park · 6 years ago
  78. 80c5e62 Clean /bionic by Jiyong Park · 6 years ago
  79. 645a820 Merge "Don't install *.mountpoint targets" am: 412d49349e by Jiyong Park · 6 years ago
  80. 412d493 Merge "Don't install *.mountpoint targets" by Treehugger Robot · 6 years ago
  81. 3251497 Merge "Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test" by Yi Kong · 6 years ago
  82. 4c95542 Merge "Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test" by Treehugger Robot · 6 years ago
  83. 1e7a150 Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test by Yi Kong · 6 years ago
  84. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 6 years ago
  85. d027c1a Merge "The future is now (2019 edition)." am: 0ab20442e4 by Elliott Hughes · 6 years ago
  86. 0ab2044 Merge "The future is now (2019 edition)." by Treehugger Robot · 6 years ago
  87. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 6 years ago
  88. 036e09c Don't install *.mountpoint targets by Jiyong Park · 6 years ago
  89. 81b3bdd Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 6 years ago
  90. bb3529b Merge changes Ia880cd5a,I899c7801 am: 10935e063d by Ryan Prichard · 6 years ago
  91. 10935e0 Merge changes Ia880cd5a,I899c7801 by Ryan Prichard · 6 years ago
  92. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  93. 92b3e1b Cosmetic changes to linker allocator and config by Ryan Prichard · 6 years ago
  94. b0e2dd0 Allow building the linker with -O0 by Ryan Prichard · 6 years ago
  95. 1b07074 [automerger skipped] Merge "DO NOT MERGE - Skip PPRL.190305.001 into master" by The Android Open Source Project · 6 years ago
  96. 0238444 [automerger skipped] DO NOT MERGE - Skip PPRL.190305.001 into master by The Android Open Source Project · 6 years ago
  97. 7a15aa8 Merge "DO NOT MERGE - Skip PPRL.190305.001 into master" by Treehugger Robot · 6 years ago
  98. de207c6 DO NOT MERGE - Skip PPRL.190305.001 into master by The Android Open Source Project · 6 years ago
  99. d7fc90e Merge "linker: Handle libraries with disjoint mappings correctly." by Peter Collingbourne · 6 years ago
  100. 432db6c Merge "linker: Handle libraries with disjoint mappings correctly." by Treehugger Robot · 6 years ago