1. cb239bd Simplify atoi*/strto* for signed integers. by Elliott Hughes · 8 years ago
  2. 2c5f914 Merge "bionic: test: time()" by Treehugger Robot · 8 years ago
  3. 0b846e8 bionic: test: time() by Mark Salyzyn · 8 years ago
  4. 777d7c7 Merge "Use inline ctype functions for ato*/strto* and scanf." by Elliott Hughes · 8 years ago
  5. 28f768d Merge "Use std::to_string instead of std::stringstream." by Treehugger Robot · 8 years ago
  6. 1133fec Use inline ctype functions for ato*/strto* and scanf. by Elliott Hughes · 8 years ago
  7. f61a06e Use std::to_string instead of std::stringstream. by Elliott Hughes · 8 years ago
  8. 9dc37b9 Merge "Refactor the ato* and strto* family." by Elliott Hughes · 8 years ago
  9. 1921dce Refactor the ato* and strto* family. by Elliott Hughes · 8 years ago
  10. 811a1dd Merge "More benchmarks." by Elliott Hughes · 8 years ago
  11. 7063a83 More benchmarks. by Elliott Hughes · 8 years ago
  12. ba69b37 Merge "Split properties into their own class to make testing better" by Tom Cherry · 8 years ago
  13. e275d6d Split properties into their own class to make testing better by Tom Cherry · 8 years ago
  14. 721a530 Merge "Revert "Don't use serialized propertyinfo"" by Tom Cherry · 8 years ago
  15. 580c2cd Merge "Fix types of POSIX struct fields for MIPS[64]" by Treehugger Robot · 8 years ago
  16. cd91a16 Fix types of POSIX struct fields for MIPS[64] by Goran Jakovljevic · 8 years ago
  17. 5e77d57 Merge "POSIX says `sigaction::sa_flags` is `int`." by Elliott Hughes · 8 years ago
  18. 9ffa4ae Merge "A few more trivial tests." by Elliott Hughes · 8 years ago
  19. a7f1294 A few more trivial tests. by Elliott Hughes · 8 years ago
  20. b9d5a87 Merge "Use treble_linker_namespace instead of treble." by Treehugger Robot · 8 years ago
  21. a40640d POSIX says `sigaction::sa_flags` is `int`. by Elliott Hughes · 8 years ago
  22. 59a6ee9 Merge "Add trivial termios tests." by Elliott Hughes · 8 years ago
  23. 6651b3d Merge "Mention the POSIX header tests in docs/status.md." by Elliott Hughes · 8 years ago
  24. 45d99c0 Merge "Use in_addr in ip_mreq_source and ip_msfilter." by Elliott Hughes · 8 years ago
  25. 64f355f Use in_addr in ip_mreq_source and ip_msfilter. by Elliott Hughes · 8 years ago
  26. 5da9646 Add trivial termios tests. by Elliott Hughes · 8 years ago
  27. 8be995b Revert "Don't use serialized propertyinfo" by Tom Cherry · 8 years ago
  28. 246617d Merge "Explicitly disable the Mac build." by Elliott Hughes · 8 years ago
  29. 79b13b9 Explicitly disable the Mac build. by Elliott Hughes · 8 years ago
  30. 2237b6b Mention the POSIX header tests in docs/status.md. by Elliott Hughes · 8 years ago
  31. 3ba3271 Merge "Test POSIX 1003.1 2016 chapter 13 "Headers"." by Treehugger Robot · 8 years ago
  32. 4f04136 Merge "versioner: remove parsing of platforms." by Treehugger Robot · 8 years ago
  33. 96bbc5c Use treble_linker_namespace instead of treble. by Steven Moreland · 8 years ago
  34. 4ca6b87 Merge "Don't use serialized propertyinfo" by Robert Greenwalt · 8 years ago
  35. 894e6f1 Merge "Include what we use." by Treehugger Robot · 8 years ago
  36. 21b56eb Test POSIX 1003.1 2016 chapter 13 "Headers". by Elliott Hughes · 8 years ago
  37. af36229 Merge "More scanf cleanup." by Elliott Hughes · 8 years ago
  38. e149f3c Don't use serialized propertyinfo by Tom Cherry · 8 years ago
  39. e6e8f6e Merge "Add support for serialized property contexts" by Tom Cherry · 8 years ago
  40. bf9cb9e More scanf cleanup. by Elliott Hughes · 8 years ago
  41. 3429c09 Include what we use. by Dan Albert · 8 years ago
  42. c166113 versioner: remove parsing of platforms. by Josh Gao · 8 years ago
  43. 79b724c Add support for serialized property contexts by Tom Cherry · 8 years ago
  44. eb7347a Merge "Trivial scanf benchmarks." by Elliott Hughes · 8 years ago
  45. 3b644e9 Trivial scanf benchmarks. by Elliott Hughes · 8 years ago
  46. 4940a24 Merge "Fix SYSCALLS.TXT now clock_getres comes from the vdso." by Elliott Hughes · 8 years ago
  47. f8716e4 Merge "Explain why the mips/mips64 ndk headers need to be present." by Treehugger Robot · 8 years ago
  48. 2aa10ed Merge "Fix logic in loading dependencies crossing namespace boundaries" by Dimitry Ivanov · 8 years ago
  49. 2180978 Fix SYSCALLS.TXT now clock_getres comes from the vdso. by Elliott Hughes · 8 years ago
  50. ee291c0 Explain why the mips/mips64 ndk headers need to be present. by Elliott Hughes · 8 years ago
  51. 965d06d Fix logic in loading dependencies crossing namespace boundaries by dimitry · 8 years ago
  52. d351581 Merge "Add a few missing <time.h> tests." by Elliott Hughes · 8 years ago
  53. 066d5ec Merge "Add sscanf %[ tests and fix the bug that fell out." by Elliott Hughes · 8 years ago
  54. b787c6f Merge "A few new bionic tests." by Elliott Hughes · 8 years ago
  55. 5a29d54 Add a few missing <time.h> tests. by Elliott Hughes · 8 years ago
  56. 608b451 A few new bionic tests. by Aleksandra Tsvetkova · 10 years ago
  57. 8ac7f0b Merge "Add OWNERS." by Treehugger Robot · 8 years ago
  58. 0d3ba1f Add sscanf %[ tests and fix the bug that fell out. by Elliott Hughes · 8 years ago
  59. 1d3cea5 Merge changes I80c0a510,I11ea200f,Ibc48e838 by Treehugger Robot · 8 years ago
  60. 949f583 Add OWNERS. by Elliott Hughes · 8 years ago
  61. 79249b0 bionic: add vdso clock_getres by Mark Salyzyn · 8 years ago
  62. 6f9c35d bionic: benchmark: add clock_getres performance tests by Mark Salyzyn · 8 years ago
  63. 6ffa10f bionic: benchmark: additional clock_gettime performance tests by Mark Salyzyn · 8 years ago
  64. 78b40e8 Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 8 years ago
  65. 9fffc8e DO NOT MERGE: Merge Oreo MR1 into master by Xin Li · 8 years ago
  66. 68e425f Merge "Add more missing ELF structures/constants." am: e57a398977 by Elliott Hughes · 8 years ago
  67. e57a398 Merge "Add more missing ELF structures/constants." by Elliott Hughes · 8 years ago
  68. fbebaaa Merge "libc: add /odm/bin to the DEFPATH" am: e455c829cd by Alin Jerpelea · 8 years ago
  69. 816b259 Merge "linker: add support for odm partition" am: 7b5073767d by Alin Jerpelea · 8 years ago
  70. e455c82 Merge "libc: add /odm/bin to the DEFPATH" by Treehugger Robot · 8 years ago
  71. 7b50737 Merge "linker: add support for odm partition" by Treehugger Robot · 8 years ago
  72. 89d8a3c Add more missing ELF structures/constants. by Elliott Hughes · 8 years ago
  73. 6c77566 Merge "Make it clear that "dlopen" logging includes "dlclose"." am: c5f193cc45 by Elliott Hughes · 8 years ago
  74. c5f193c Merge "Make it clear that "dlopen" logging includes "dlclose"." by Elliott Hughes · 8 years ago
  75. 1d31832 Merge "Make our fortify FD_ISSET const, and expose the fd_mask type." by Elliott Hughes · 8 years ago
  76. c5f7824 Make it clear that "dlopen" logging includes "dlclose". by Elliott Hughes · 8 years ago
  77. c1f6219 Merge "Make our fortify FD_ISSET const, and expose the fd_mask type." by Elliott Hughes · 8 years ago
  78. 2cacb63 Merge "Reformat SIGRTMIN comments." am: d5e486cc88 by Josh Gao · 8 years ago
  79. d5e486c Merge "Reformat SIGRTMIN comments." by Treehugger Robot · 8 years ago
  80. d381beb Merge "Give ELF notes 4-byte alignment." am: ce4b624174 by Elliott Hughes · 8 years ago
  81. ce4b624 Merge "Give ELF notes 4-byte alignment." by Treehugger Robot · 8 years ago
  82. a6714d1 Make our fortify FD_ISSET const, and expose the fd_mask type. by Elliott Hughes · 8 years ago
  83. b8facf2 Reformat SIGRTMIN comments. by Josh Gao · 8 years ago
  84. 1253327 Give ELF notes 4-byte alignment. by Elliott Hughes · 8 years ago
  85. c7ec6d4 libc: add /odm/bin to the DEFPATH by Alin Jerpelea · 8 years ago
  86. 2573be6 Merge "Allow property += value in ld.config.txt" am: bfd06f63e5 by Jiyong Park · 8 years ago
  87. bfd06f6 Merge "Allow property += value in ld.config.txt" by Treehugger Robot · 8 years ago
  88. bf9cf75 Merge "Use ld.config.$VER.txt when current VNDK version is $VER" am: 86a3803799 by Justin Yun · 8 years ago
  89. 86a3803 Merge "Use ld.config.$VER.txt when current VNDK version is $VER" by Treehugger Robot · 8 years ago
  90. 53ce742 Use ld.config.$VER.txt when current VNDK version is $VER by Justin Yun · 8 years ago
  91. f8fdd5d Merge "Fix static classes in system properties" am: 96867b148f by Tom Cherry · 8 years ago
  92. 96867b1 Merge "Fix static classes in system properties" by Tom Cherry · 8 years ago
  93. e4169c6 Merge "Add new benchmark options." am: dc85247ab6 by Christopher Ferris · 8 years ago
  94. dc85247 Merge "Add new benchmark options." by Christopher Ferris · 8 years ago
  95. 8b02951 Allow property += value in ld.config.txt by Jiyong Park · 8 years ago
  96. 8d366a8 Fix static classes in system properties by Tom Cherry · 8 years ago
  97. e2188d4 Add new benchmark options. by Christopher Ferris · 8 years ago
  98. 074a9fd linker: add support for odm partition by Alin Jerpelea · 8 years ago
  99. 8e9ad19 Merge "Generate all the benchmarks to run." am: fdacec1d42 by Christopher Ferris · 8 years ago
  100. fdacec1 Merge "Generate all the benchmarks to run." by Christopher Ferris · 8 years ago