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