1. 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 9 years ago
  2. 1ba0e27 Merge "Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c." by Elliott Hughes · 9 years ago
  3. 4edd651 Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c. by Elliott Hughes · 9 years ago
  4. 0bee605 Merge "Fix tzdata loading." by Elliott Hughes · 9 years ago
  5. 81c46fc Fix tzdata loading. by Elliott Hughes · 9 years ago
  6. d609630 Merge "Update timezone data to 2016g." by Joachim Sauer · 9 years ago
  7. e131f6c Update timezone data to 2016g. by Joachim Sauer · 9 years ago
  8. b81ade6 Merge "Fix mbsnrtowcs where `dst` is null." by Elliott Hughes · 9 years ago
  9. d43c889 Merge "Fix tests/run-on-host.sh for glibc." by Elliott Hughes · 9 years ago
  10. 83e9f36 Merge "Update escaping in Android.bp files" by Treehugger Robot · 9 years ago
  11. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  12. f48f499 Fix tests/run-on-host.sh for glibc. by Elliott Hughes · 9 years ago
  13. 7b29495 Update escaping in Android.bp files by Colin Cross · 9 years ago
  14. cc9e993 Merge "Update documentation." by Christopher Ferris · 9 years ago
  15. 6a5f7f5 Merge "Rename __pure, __pure2, and __purefunc." by Elliott Hughes · 9 years ago
  16. ac66d16 Update documentation. by Christopher Ferris · 9 years ago
  17. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  18. 1d20532 Merge changes Idcbc544e,Ic7cfad1c by Josh Gao · 9 years ago
  19. 424a5f6 Merge "Fix complex.csqrtf test and add a trivial sincosl test." by Treehugger Robot · 9 years ago
  20. e9719f3 Fix complex.csqrtf test and add a trivial sincosl test. by Elliott Hughes · 9 years ago
  21. 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago
  22. 0173379 Add versioner to preupload hook. by Josh Gao · 9 years ago
  23. 0855431 Merge changes Ic43d690d,Ifec6c320 by Treehugger Robot · 9 years ago
  24. 6576a37 Add legacy inlines for locale aware APIs. by Dan Albert · 9 years ago
  25. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
  26. 904460f Merge "bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE" by Nick Desaulniers · 9 years ago
  27. 53ad33b Merge "Remove remaining big-endian cruft." by Elliott Hughes · 9 years ago
  28. c351cbd Merge "Remove _KERNEL references from <machine/elf_machdep.h>." by Elliott Hughes · 9 years ago
  29. 09d900d bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE by Nick Desaulniers · 10 years ago
  30. d263fe5 Merge "Match _Nonnull between char and wchar_t funcs." by Treehugger Robot · 9 years ago
  31. 01b70ac Merge "Add __ANDROID_API_FUTURE__." by Treehugger Robot · 9 years ago
  32. f45d76a Match _Nonnull between char and wchar_t funcs. by Dan Albert · 9 years ago
  33. 495ec92 Add __ANDROID_API_FUTURE__. by Dan Albert · 9 years ago
  34. 42743f1 Merge "Fix some easy cases of __ANDROID__ versus __BIONIC__." by Elliott Hughes · 9 years ago
  35. 4971277 Remove remaining big-endian cruft. by Elliott Hughes · 9 years ago
  36. 63da3df Remove _KERNEL references from <machine/elf_machdep.h>. by Elliott Hughes · 9 years ago
  37. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  38. 9d4d60b Merge "Make static library for loader tests" by Treehugger Robot · 9 years ago
  39. 847fd9b Merge changes Iada279ee,Ic6089895,Ie2241b19,Ib0610707 by Treehugger Robot · 9 years ago
  40. c462c28 Make static library for loader tests by Dimitry Ivanov · 9 years ago
  41. ac3e564 versioner: turn on -Wundef. by Josh Gao · 9 years ago
  42. 81b4aad Fix BYTE_ORDER check in <netinet/ip6.h>. by Josh Gao · 9 years ago
  43. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  44. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  45. 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 9 years ago
  46. b32184e Merge "Fix memory leak in test util" by Kenny Root · 9 years ago
  47. 57a4e8d Merge "Add missing uapi header module." by Treehugger Robot · 9 years ago
  48. be45461 Merge "Make getpagesize inline static." by Treehugger Robot · 9 years ago
  49. f0cccdb Fix memory leak in test util by Kenny Root · 9 years ago
  50. bae16ef Add missing uapi header module. by Dan Albert · 9 years ago
  51. a39f5d8 Make getpagesize inline static. by Dan Albert · 9 years ago
  52. db79694 Merge "versioner: turn on -Wall -Wextra -Werror." by Josh Gao · 9 years ago
  53. 93892ad Merge "Add modules for NDK headers and libraries." by Treehugger Robot · 9 years ago
  54. bb96628 versioner: turn on -Wall -Wextra -Werror. by Josh Gao · 9 years ago
  55. 76fcad2 Merge "Expose some more function decls." by Treehugger Robot · 9 years ago
  56. 8c1e2b9 Merge "linker: Refactoring step 3 of many" by Treehugger Robot · 9 years ago
  57. 4238a35 Add modules for NDK headers and libraries. by Dan Albert · 10 years ago
  58. 31d7037 Expose some more function decls. by Dan Albert · 9 years ago
  59. 3f66057 linker: Refactoring step 3 of many by Dimitry Ivanov · 9 years ago
  60. 0f81dd3 Merge "Move test libraries under /data/nativetests" by Treehugger Robot · 9 years ago
  61. ce4d419 Merge "[mips64] Fix ipc syscalls" by Treehugger Robot · 9 years ago
  62. 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 9 years ago
  63. 572791e Merge changes Id513b72a,I92cd0116,I62393b58,I90ac2224,I527f88ac by Treehugger Robot · 9 years ago
  64. 247f318 Merge changes Ib81bd82d,I9a57fca0 by Treehugger Robot · 9 years ago
  65. cb0b143 Provide fake definitions for libstdc++. by Dan Albert · 9 years ago
  66. 69b2654 Provide static inlines for in6addr things. by Dan Albert · 9 years ago
  67. 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
  68. 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
  69. 482c6a0a Merge "Don't use an anonymous label in arm's __bionic_clone." by Treehugger Robot · 9 years ago
  70. 2fc14a9 Don't use an anonymous label in arm's __bionic_clone. by Elliott Hughes · 9 years ago
  71. 519a4f2 Run genversion-scripts.py. by Dan Albert · 9 years ago
  72. e5dd632 Move strncpy fortify into android-21. by Dan Albert · 9 years ago
  73. ea4717f Annotate libm.map.txt. by Dan Albert · 9 years ago
  74. 3afa181 Merge "versioner: add support for __VERSIONER_NO_GUARD." by Josh Gao · 9 years ago
  75. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  76. bb148b7 Merge "Silently ignore empty path elements" by Dimitry Ivanov · 9 years ago
  77. 8327a17 Merge "Fix sscanf/wcstod parsing of NaNs." by Treehugger Robot · 9 years ago
  78. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  79. 01fdb6a Silently ignore empty path elements by Dimitry Ivanov · 9 years ago
  80. a2b947e Merge "Fix unittests broken by 545808a" by Tamas Berghammer · 9 years ago
  81. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  82. 52ea186 Merge "Fix time.mktime_EOVERFLOW for LP32." by Treehugger Robot · 9 years ago
  83. 47126ed Fix time.mktime_EOVERFLOW for LP32. by Elliott Hughes · 9 years ago
  84. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  85. bfad958 Merge "Fix "Unknown token error" when upstream clang is used." by Treehugger Robot · 9 years ago
  86. d30bc9e Fix "Unknown token error" when upstream clang is used. by MinSeong Kim · 9 years ago
  87. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  88. 9f79824 Merge "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  89. b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 9 years ago
  90. 2f159f0 Merge "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  91. 60d052d Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used." by Josh Gao · 9 years ago
  92. 85b15b1 Merge changes I6932803a,Ia65c038e by Josh Gao · 9 years ago
  93. dd14725 Merge "cc_test_library now creates shared libraries too" by Treehugger Robot · 9 years ago
  94. 78a52f1 Attempt to use arc4random where getauxval(AT_RANDOM) is used. by Josh Gao · 10 years ago
  95. 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 10 years ago
  96. 4156770 cc_test_library now creates shared libraries too by Dan Willemsen · 9 years ago
  97. af071ed Merge "List failing tests last, to reduce the amount of scrolling." by Treehugger Robot · 9 years ago
  98. a456fae List failing tests last, to reduce the amount of scrolling. by Elliott Hughes · 9 years ago
  99. 6d7a1ee Merge "Remove $(module)_install_to_out_data flag from test makefile" by Treehugger Robot · 9 years ago
  100. af730e6 Merge "Fix SysV IPC test failures on Android devices." by Elliott Hughes · 9 years ago