1. ee291c0 Explain why the mips/mips64 ndk headers need to be present. by Elliott Hughes · 8 years ago
  2. d351581 Merge "Add a few missing <time.h> tests." by Elliott Hughes · 8 years ago
  3. 066d5ec Merge "Add sscanf %[ tests and fix the bug that fell out." by Elliott Hughes · 8 years ago
  4. b787c6f Merge "A few new bionic tests." by Elliott Hughes · 8 years ago
  5. 5a29d54 Add a few missing <time.h> tests. by Elliott Hughes · 8 years ago
  6. 608b451 A few new bionic tests. by Aleksandra Tsvetkova · 10 years ago
  7. 8ac7f0b Merge "Add OWNERS." by Treehugger Robot · 8 years ago
  8. 0d3ba1f Add sscanf %[ tests and fix the bug that fell out. by Elliott Hughes · 8 years ago
  9. 1d3cea5 Merge changes I80c0a510,I11ea200f,Ibc48e838 by Treehugger Robot · 8 years ago
  10. 949f583 Add OWNERS. by Elliott Hughes · 8 years ago
  11. 79249b0 bionic: add vdso clock_getres by Mark Salyzyn · 8 years ago
  12. 6f9c35d bionic: benchmark: add clock_getres performance tests by Mark Salyzyn · 8 years ago
  13. 6ffa10f bionic: benchmark: additional clock_gettime performance tests by Mark Salyzyn · 8 years ago
  14. 78b40e8 Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 8 years ago
  15. 9fffc8e DO NOT MERGE: Merge Oreo MR1 into master by Xin Li · 8 years ago
  16. 68e425f Merge "Add more missing ELF structures/constants." am: e57a398977 by Elliott Hughes · 8 years ago
  17. e57a398 Merge "Add more missing ELF structures/constants." by Elliott Hughes · 8 years ago
  18. fbebaaa Merge "libc: add /odm/bin to the DEFPATH" am: e455c829cd by Alin Jerpelea · 8 years ago
  19. 816b259 Merge "linker: add support for odm partition" am: 7b5073767d by Alin Jerpelea · 8 years ago
  20. e455c82 Merge "libc: add /odm/bin to the DEFPATH" by Treehugger Robot · 8 years ago
  21. 7b50737 Merge "linker: add support for odm partition" by Treehugger Robot · 8 years ago
  22. 89d8a3c Add more missing ELF structures/constants. by Elliott Hughes · 8 years ago
  23. 6c77566 Merge "Make it clear that "dlopen" logging includes "dlclose"." am: c5f193cc45 by Elliott Hughes · 8 years ago
  24. c5f193c Merge "Make it clear that "dlopen" logging includes "dlclose"." by Elliott Hughes · 8 years ago
  25. 1d31832 Merge "Make our fortify FD_ISSET const, and expose the fd_mask type." by Elliott Hughes · 8 years ago
  26. c5f7824 Make it clear that "dlopen" logging includes "dlclose". by Elliott Hughes · 8 years ago
  27. c1f6219 Merge "Make our fortify FD_ISSET const, and expose the fd_mask type." by Elliott Hughes · 8 years ago
  28. 2cacb63 Merge "Reformat SIGRTMIN comments." am: d5e486cc88 by Josh Gao · 8 years ago
  29. d5e486c Merge "Reformat SIGRTMIN comments." by Treehugger Robot · 8 years ago
  30. d381beb Merge "Give ELF notes 4-byte alignment." am: ce4b624174 by Elliott Hughes · 8 years ago
  31. ce4b624 Merge "Give ELF notes 4-byte alignment." by Treehugger Robot · 8 years ago
  32. a6714d1 Make our fortify FD_ISSET const, and expose the fd_mask type. by Elliott Hughes · 8 years ago
  33. b8facf2 Reformat SIGRTMIN comments. by Josh Gao · 8 years ago
  34. 1253327 Give ELF notes 4-byte alignment. by Elliott Hughes · 8 years ago
  35. c7ec6d4 libc: add /odm/bin to the DEFPATH by Alin Jerpelea · 8 years ago
  36. 2573be6 Merge "Allow property += value in ld.config.txt" am: bfd06f63e5 by Jiyong Park · 8 years ago
  37. bfd06f6 Merge "Allow property += value in ld.config.txt" by Treehugger Robot · 8 years ago
  38. bf9cf75 Merge "Use ld.config.$VER.txt when current VNDK version is $VER" am: 86a3803799 by Justin Yun · 8 years ago
  39. 86a3803 Merge "Use ld.config.$VER.txt when current VNDK version is $VER" by Treehugger Robot · 8 years ago
  40. 53ce742 Use ld.config.$VER.txt when current VNDK version is $VER by Justin Yun · 8 years ago
  41. f8fdd5d Merge "Fix static classes in system properties" am: 96867b148f by Tom Cherry · 8 years ago
  42. 96867b1 Merge "Fix static classes in system properties" by Tom Cherry · 8 years ago
  43. e4169c6 Merge "Add new benchmark options." am: dc85247ab6 by Christopher Ferris · 8 years ago
  44. dc85247 Merge "Add new benchmark options." by Christopher Ferris · 8 years ago
  45. 8b02951 Allow property += value in ld.config.txt by Jiyong Park · 8 years ago
  46. 8d366a8 Fix static classes in system properties by Tom Cherry · 8 years ago
  47. e2188d4 Add new benchmark options. by Christopher Ferris · 8 years ago
  48. 074a9fd linker: add support for odm partition by Alin Jerpelea · 8 years ago
  49. 8e9ad19 Merge "Generate all the benchmarks to run." am: fdacec1d42 by Christopher Ferris · 8 years ago
  50. fdacec1 Merge "Generate all the benchmarks to run." by Christopher Ferris · 8 years ago
  51. 858e336 Generate all the benchmarks to run. by Christopher Ferris · 8 years ago
  52. ff2c21a Merge "Fix posix_spawn signal defaulting." am: 27d4977f1f by Elliott Hughes · 8 years ago
  53. f3fc8dc Merge "Break up clock_getcpuclockid tests." am: 9fd5626507 by Elliott Hughes · 8 years ago
  54. 27d4977 Merge "Fix posix_spawn signal defaulting." by Elliott Hughes · 8 years ago
  55. 9fd5626 Merge "Break up clock_getcpuclockid tests." by Elliott Hughes · 8 years ago
  56. 5c44e1e Merge "Address review comments from the previous change to this file." by Elliott Hughes · 8 years ago
  57. 1c41b9d Merge "Address review comments from the previous change to this file." by Treehugger Robot · 8 years ago
  58. 7bfacaa Fix posix_spawn signal defaulting. by Elliott Hughes · 8 years ago
  59. b441359 Break up clock_getcpuclockid tests. by Elliott Hughes · 8 years ago
  60. 3d98adf Address review comments from the previous change to this file. by Elliott Hughes · 8 years ago
  61. 92ce17f Merge "Remove timeout signal in ptrace test." am: bd6a5e0f70 by Yabin Cui · 8 years ago
  62. bd6a5e0 Merge "Remove timeout signal in ptrace test." by Yabin Cui · 8 years ago
  63. dde6b60 Merge "bionic: test: report kernel sha for clock_getcpuclockid failure" by Mark Salyzyn · 8 years ago
  64. 65ba81b Merge "Revert "Fix bug with double unload on unsuccessful dlopen"" by Elliott Hughes · 8 years ago
  65. 810802c Merge "bionic: test: report kernel sha for clock_getcpuclockid failure" by Treehugger Robot · 8 years ago
  66. 4eb3324 Merge "Revert "Fix bug with double unload on unsuccessful dlopen"" by Elliott Hughes · 8 years ago
  67. 143b454 Remove timeout signal in ptrace test. by Yabin Cui · 8 years ago
  68. 27f1806 Revert "Fix bug with double unload on unsuccessful dlopen" by Elliott Hughes · 8 years ago
  69. f1e645c Merge "Fix bug with double unload on unsuccessful dlopen" am: dc89324e93 by Dimitry Ivanov · 8 years ago
  70. dc89324 Merge "Fix bug with double unload on unsuccessful dlopen" by Dimitry Ivanov · 8 years ago
  71. cdfc8c1 Merge "Fix Mac build." am: c6097b0f9f by Elliott Hughes · 8 years ago
  72. c6097b0 Merge "Fix Mac build." by Treehugger Robot · 8 years ago
  73. fcbdf7d Merge "Improve the _FILE_OFFSET_BITS docs and link to them." am: 8b9037a05e by Elliott Hughes · 8 years ago
  74. 8b9037a Merge "Improve the _FILE_OFFSET_BITS docs and link to them." by Treehugger Robot · 8 years ago
  75. 4af70b4 Fix Mac build. by Elliott Hughes · 8 years ago
  76. f2a2e41 Merge "Always wrap waitpid in TEMP_FAILURE_RETRY." am: 0a25aa60a2 by Elliott Hughes · 8 years ago
  77. 0a25aa6 Merge "Always wrap waitpid in TEMP_FAILURE_RETRY." by Treehugger Robot · 8 years ago
  78. a348174 Improve the _FILE_OFFSET_BITS docs and link to them. by Elliott Hughes · 8 years ago
  79. 46248ec Merge "Revert "Remove mips/mips64 headers from the NDK sysroot."" am: 72dcf2340f by Elliott Hughes · 8 years ago
  80. 72dcf23 Merge "Revert "Remove mips/mips64 headers from the NDK sysroot."" by Elliott Hughes · 8 years ago
  81. 71b81a2 bionic: test: report kernel sha for clock_getcpuclockid failure by Mark Salyzyn · 8 years ago
  82. cabc77f Always wrap waitpid in TEMP_FAILURE_RETRY. by Elliott Hughes · 8 years ago
  83. 58554cc Fix bug with double unload on unsuccessful dlopen by dimitry · 8 years ago
  84. a034ba2 Merge "Fix vdso system call fallback failures." am: 7d5777ef15 by Elliott Hughes · 8 years ago
  85. 4ef1ab7 Merge "bionic: test: add clock_getres" am: 26b80da44a by Mark Salyzyn · 8 years ago
  86. 7d5777e Merge "Fix vdso system call fallback failures." by Treehugger Robot · 8 years ago
  87. 26b80da Merge "bionic: test: add clock_getres" by Treehugger Robot · 8 years ago
  88. eaca015 Merge "Document bionic's targetSdkVersion-specific behavior." am: be1bbb1e44 by Elliott Hughes · 8 years ago
  89. be1bbb1 Merge "Document bionic's targetSdkVersion-specific behavior." by Elliott Hughes · 8 years ago
  90. 9591df5 Fix vdso system call fallback failures. by Elliott Hughes · 8 years ago
  91. 9a051ec Merge "Fix: dl#disable_ld_config_file" am: f5a6fd2001 by Jiyong Park · 8 years ago
  92. f5a6fd2 Merge "Fix: dl#disable_ld_config_file" by Treehugger Robot · 8 years ago
  93. 9828386 Fix: dl#disable_ld_config_file by Jiyong Park · 8 years ago
  94. 6a5a99f bionic: test: add clock_getres by Mark Salyzyn · 8 years ago
  95. 6347ace Document bionic's targetSdkVersion-specific behavior. by Elliott Hughes · 8 years ago
  96. 790d2f7 Revert "Remove mips/mips64 headers from the NDK sysroot." by Lazar Trsic · 8 years ago
  97. c7b573c Merge "Optimize libc for generic armv7/armv8 neon cores" am: b7d6df2b61 by Isaac Chen · 8 years ago
  98. b7d6df2 Merge "Optimize libc for generic armv7/armv8 neon cores" by Isaac Chen · 8 years ago
  99. 0c0fd96 Merge "Improve pty unit test to catch the bug more easily." am: 8fb8c61e48 by Yabin Cui · 8 years ago
  100. 8fb8c61 Merge "Improve pty unit test to catch the bug more easily." by Yabin Cui · 8 years ago