1. a19bc2d Fix uninitialized variable usage. by Christopher Ferris · 9 years ago
  2. f97b27a Merge "Differentiate the wctype functions we need to improve." by Elliott Hughes · 9 years ago
  3. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  4. 98c6688 Differentiate the wctype functions we need to improve. by Elliott Hughes · 9 years ago
  5. cd9ce19 Merge changes I7f32dc9f,I9d88ddb1 by Treehugger Robot · 9 years ago
  6. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  7. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  8. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  9. 8bfaac0 Merge "Eliminate deadlock in forked child due to delayed resetting mutex lock" by Dimitry Ivanov · 9 years ago
  10. bfc6ce6 Merge "Remove bogus OPEN_MAX and CHILD_MAX constants." by Elliott Hughes · 9 years ago
  11. ff5f17b Remove bogus OPEN_MAX and CHILD_MAX constants. by Elliott Hughes · 9 years ago
  12. 75097b1 Add legacy inlines for fenv APIs. by Dan Albert · 9 years ago
  13. 2560a27 Merge changes I660ddce6,Ic58d0481,I5d45aa72 by Treehugger Robot · 9 years ago
  14. 9957485 Merge "Fix cortex-a53 inclusion of files." by Christopher Ferris · 9 years ago
  15. a3ab8eb Merge "Fix format macros for fast16 and fast32 int types." by Elliott Hughes · 9 years ago
  16. 275659a Merge "Update timezone data to 2016i." by Neil Fuller · 9 years ago
  17. 5bde25f Fix cortex-a53 inclusion of files. by Christopher Ferris · 9 years ago
  18. f6a21bf Eliminate deadlock in forked child due to delayed resetting mutex lock by Mingwei Shi · 9 years ago
  19. f41032a Merge "Set __get_thread()->tid as part of clone()." by Treehugger Robot · 9 years ago
  20. 57e094f Remove _ZTV9type_info from the version script. by Dan Albert · 9 years ago
  21. 832ccc2 Run genversion-scripts.py. by Dan Albert · 9 years ago
  22. e462117 Set __get_thread()->tid as part of clone(). by Robert Sesek · 9 years ago
  23. 4c015e2 Update timezone data to 2016i. by Neil Fuller · 9 years ago
  24. aea8407 Merge "Small cleanup of cortex-a15 code." by Christopher Ferris · 9 years ago
  25. 42eb0b2 Merge changes I751520a1,I5762e815 by Treehugger Robot · 9 years ago
  26. fe1af1a Small cleanup of cortex-a15 code. by Christopher Ferris · 9 years ago
  27. e749abe Add legacy inline for wait4. by Dan Albert · 9 years ago
  28. a3ce418 Revert "Add legacy inlines for locale aware APIs." by Dan Albert · 9 years ago
  29. 8c22ff7 Merge "Fix gettid() after clone()." by Treehugger Robot · 9 years ago
  30. 9b908c8 Merge "Replace .align with .balign for clarity" by Treehugger Robot · 9 years ago
  31. a4edf7a Fix gettid() after clone(). by Robert Sesek · 9 years ago
  32. e6ee960 Replace .align with .balign for clarity by Dimitry Ivanov · 9 years ago
  33. eb59653 Fix format macros for fast16 and fast32 int types. by Xiaolei Yu · 9 years ago
  34. beb8796 Use ENTRY_PRIVATE in __bionic_clone assembler. by Elliott Hughes · 9 years ago
  35. 689ba18 Merge "_FILE_OFFSET_BITS=64's posix_fallocate should be posix_fallocate64." by Elliott Hughes · 9 years ago
  36. 9bf2497 _FILE_OFFSET_BITS=64's posix_fallocate should be posix_fallocate64. by Elliott Hughes · 9 years ago
  37. 268b3d8 Merge "Update timezone data to 2016h." by Neil Fuller · 9 years ago
  38. e0baade Merge "Don't scan .swp files for copyright headers." by Treehugger Robot · 9 years ago
  39. 4da06c0 Don't scan .swp files for copyright headers. by Elliott Hughes · 9 years ago
  40. 5e6eb76 Merge "The default locale "" should be a UTF-8 locale." by Treehugger Robot · 9 years ago
  41. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 9 years ago
  42. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  43. 08bfe4f Update timezone data to 2016h. by Neil Fuller · 9 years ago
  44. bd839d1 Merge changes from topic 'ndk-headers-licenses' by Treehugger Robot · 9 years ago
  45. 93a988d Merge "Update our notice files as a pre-upload step." by Treehugger Robot · 9 years ago
  46. edecce3 Merge "Fix stdin/stdout/stderr for pre-M." by Treehugger Robot · 9 years ago
  47. 9259265 Add license to ndk_headers modules. by Dan Albert · 9 years ago
  48. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  49. 32d5592 Update our notice files as a pre-upload step. by Dan Albert · 9 years ago
  50. 3037ea4 Fix stdin/stdout/stderr for pre-M. by Dan Albert · 9 years ago
  51. 73c44a4 Fix our _POSIX_* macros to declare barriers and spin locks. by Elliott Hughes · 9 years ago
  52. 2295068 Fix ifaddrs error handling. by Elliott Hughes · 9 years ago
  53. da01fa6 Allocate all arc4random data on the same page. by Elliott Hughes · 9 years ago
  54. 2c8a26d Merge "Migrate libstdc++ to ndk_library." by Treehugger Robot · 9 years ago
  55. 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 9 years ago
  56. df31aff Migrate libstdc++ to ndk_library. by Dan Albert · 9 years ago
  57. 4edd651 Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c. by Elliott Hughes · 9 years ago
  58. 81c46fc Fix tzdata loading. by Elliott Hughes · 9 years ago
  59. e131f6c Update timezone data to 2016g. by Joachim Sauer · 9 years ago
  60. b81ade6 Merge "Fix mbsnrtowcs where `dst` is null." by Elliott Hughes · 9 years ago
  61. 83e9f36 Merge "Update escaping in Android.bp files" by Treehugger Robot · 9 years ago
  62. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  63. 7b29495 Update escaping in Android.bp files by Colin Cross · 9 years ago
  64. cc9e993 Merge "Update documentation." by Christopher Ferris · 9 years ago
  65. ac66d16 Update documentation. by Christopher Ferris · 9 years ago
  66. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  67. 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago
  68. 6576a37 Add legacy inlines for locale aware APIs. by Dan Albert · 9 years ago
  69. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
  70. 904460f Merge "bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE" by Nick Desaulniers · 9 years ago
  71. 53ad33b Merge "Remove remaining big-endian cruft." by Elliott Hughes · 9 years ago
  72. c351cbd Merge "Remove _KERNEL references from <machine/elf_machdep.h>." by Elliott Hughes · 9 years ago
  73. 09d900d bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE by Nick Desaulniers · 9 years ago
  74. f45d76a Match _Nonnull between char and wchar_t funcs. by Dan Albert · 9 years ago
  75. 495ec92 Add __ANDROID_API_FUTURE__. by Dan Albert · 9 years ago
  76. 42743f1 Merge "Fix some easy cases of __ANDROID__ versus __BIONIC__." by Elliott Hughes · 9 years ago
  77. 4971277 Remove remaining big-endian cruft. by Elliott Hughes · 9 years ago
  78. 63da3df Remove _KERNEL references from <machine/elf_machdep.h>. by Elliott Hughes · 9 years ago
  79. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  80. 81b4aad Fix BYTE_ORDER check in <netinet/ip6.h>. by Josh Gao · 9 years ago
  81. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  82. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  83. 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 9 years ago
  84. bae16ef Add missing uapi header module. by Dan Albert · 9 years ago
  85. a39f5d8 Make getpagesize inline static. by Dan Albert · 9 years ago
  86. 4238a35 Add modules for NDK headers and libraries. by Dan Albert · 10 years ago
  87. 31d7037 Expose some more function decls. by Dan Albert · 9 years ago
  88. 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 9 years ago
  89. 572791e Merge changes Id513b72a,I92cd0116,I62393b58,I90ac2224,I527f88ac by Treehugger Robot · 9 years ago
  90. cb0b143 Provide fake definitions for libstdc++. by Dan Albert · 9 years ago
  91. 69b2654 Provide static inlines for in6addr things. by Dan Albert · 9 years ago
  92. 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
  93. 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
  94. 2fc14a9 Don't use an anonymous label in arm's __bionic_clone. by Elliott Hughes · 9 years ago
  95. e5dd632 Move strncpy fortify into android-21. by Dan Albert · 9 years ago
  96. 3afa181 Merge "versioner: add support for __VERSIONER_NO_GUARD." by Josh Gao · 9 years ago
  97. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  98. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  99. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  100. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago