1. cf922ff Merge "Clean up <sys/limits.h> a bit." by Elliott Hughes · 9 years ago
  2. 68ddf5c Merge "Abort harder." by Elliott Hughes · 9 years ago
  3. f347046 Merge changes Iade6a185,Iab3050bd by Evgenii Stepanov · 9 years ago
  4. f563ae8 Merge "Ship all the UAPI bits." by Treehugger Robot · 9 years ago
  5. 04a3b24 Merge "Correct the return types of readv and writev." by Treehugger Robot · 9 years ago
  6. 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 9 years ago
  7. fa1a85d Merge "Update timezone data to 2016j" by Neil Fuller · 9 years ago
  8. 4bf5522 Abort harder. by Elliott Hughes · 9 years ago
  9. 609880c Merge "Fix getpriority/setpriority types." by Treehugger Robot · 9 years ago
  10. 3b6b2f7 Merge "Fix return type of sync(2)." by Treehugger Robot · 9 years ago
  11. b99b676 Merge "Enable libc/libdl/libm/linker for host bionic" by Dan Willemsen · 9 years ago
  12. 585fc3e Add __libc_arc4random_unlimited_entropy. by Josh Gao · 9 years ago
  13. 79a8f4b Fix return type of sync(2). by Elliott Hughes · 9 years ago
  14. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
  15. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago
  16. 753361a Correct the return types of readv and writev. by Josh Gao · 9 years ago
  17. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  18. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  19. 063e86a Ship all the UAPI bits. by Dan Albert · 9 years ago
  20. 8684157 Merge "Implement <langinfo.h>." by Elliott Hughes · 9 years ago
  21. 745e455 Update timezone data to 2016j by Neil Fuller · 9 years ago
  22. ecebb49 Add cortex-a7 specific routines. by Christopher Ferris · 9 years ago
  23. ae693ad bionic: make NONBLOCK call to getrandom by Wei Wang · 9 years ago
  24. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  25. c2395be Merge "Enable malloc debug using environment variables" by Christopher Ferris · 9 years ago
  26. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  27. a5c1698 Merge "Fix iswlower/iswupper." by Christopher Ferris · 9 years ago
  28. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  29. f76a21a Fix iswlower/iswupper. by Elliott Hughes · 9 years ago
  30. bd15515 Merge "Fix uninitialized variable usage." by Christopher Ferris · 9 years ago
  31. a19bc2d Fix uninitialized variable usage. by Christopher Ferris · 9 years ago
  32. 0741d8d Fix getrandom syscall checking by Wei Wang · 9 years ago
  33. d5aa036 Merge "Don't pack relocations in libc.so" by Colin Cross · 9 years ago
  34. 4ce94d2 Don't pack relocations in libc.so by Colin Cross · 9 years ago
  35. f97b27a Merge "Differentiate the wctype functions we need to improve." by Elliott Hughes · 9 years ago
  36. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  37. 98c6688 Differentiate the wctype functions we need to improve. by Elliott Hughes · 9 years ago
  38. cd9ce19 Merge changes I7f32dc9f,I9d88ddb1 by Treehugger Robot · 9 years ago
  39. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  40. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  41. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  42. 8bfaac0 Merge "Eliminate deadlock in forked child due to delayed resetting mutex lock" by Dimitry Ivanov · 9 years ago
  43. bfc6ce6 Merge "Remove bogus OPEN_MAX and CHILD_MAX constants." by Elliott Hughes · 9 years ago
  44. ff5f17b Remove bogus OPEN_MAX and CHILD_MAX constants. by Elliott Hughes · 9 years ago
  45. 75097b1 Add legacy inlines for fenv APIs. by Dan Albert · 9 years ago
  46. 2560a27 Merge changes I660ddce6,Ic58d0481,I5d45aa72 by Treehugger Robot · 9 years ago
  47. 9957485 Merge "Fix cortex-a53 inclusion of files." by Christopher Ferris · 9 years ago
  48. a3ab8eb Merge "Fix format macros for fast16 and fast32 int types." by Elliott Hughes · 9 years ago
  49. 275659a Merge "Update timezone data to 2016i." by Neil Fuller · 9 years ago
  50. 5bde25f Fix cortex-a53 inclusion of files. by Christopher Ferris · 9 years ago
  51. f6a21bf Eliminate deadlock in forked child due to delayed resetting mutex lock by Mingwei Shi · 9 years ago
  52. f41032a Merge "Set __get_thread()->tid as part of clone()." by Treehugger Robot · 9 years ago
  53. 57e094f Remove _ZTV9type_info from the version script. by Dan Albert · 9 years ago
  54. 832ccc2 Run genversion-scripts.py. by Dan Albert · 9 years ago
  55. e462117 Set __get_thread()->tid as part of clone(). by Robert Sesek · 9 years ago
  56. 4c015e2 Update timezone data to 2016i. by Neil Fuller · 9 years ago
  57. aea8407 Merge "Small cleanup of cortex-a15 code." by Christopher Ferris · 9 years ago
  58. 42eb0b2 Merge changes I751520a1,I5762e815 by Treehugger Robot · 9 years ago
  59. fe1af1a Small cleanup of cortex-a15 code. by Christopher Ferris · 9 years ago
  60. e749abe Add legacy inline for wait4. by Dan Albert · 9 years ago
  61. a3ce418 Revert "Add legacy inlines for locale aware APIs." by Dan Albert · 9 years ago
  62. 8c22ff7 Merge "Fix gettid() after clone()." by Treehugger Robot · 9 years ago
  63. 9b908c8 Merge "Replace .align with .balign for clarity" by Treehugger Robot · 9 years ago
  64. a4edf7a Fix gettid() after clone(). by Robert Sesek · 9 years ago
  65. e6ee960 Replace .align with .balign for clarity by Dimitry Ivanov · 9 years ago
  66. eb59653 Fix format macros for fast16 and fast32 int types. by Xiaolei Yu · 9 years ago
  67. beb8796 Use ENTRY_PRIVATE in __bionic_clone assembler. by Elliott Hughes · 9 years ago
  68. 689ba18 Merge "_FILE_OFFSET_BITS=64's posix_fallocate should be posix_fallocate64." by Elliott Hughes · 9 years ago
  69. 9bf2497 _FILE_OFFSET_BITS=64's posix_fallocate should be posix_fallocate64. by Elliott Hughes · 9 years ago
  70. 268b3d8 Merge "Update timezone data to 2016h." by Neil Fuller · 9 years ago
  71. e0baade Merge "Don't scan .swp files for copyright headers." by Treehugger Robot · 9 years ago
  72. 4da06c0 Don't scan .swp files for copyright headers. by Elliott Hughes · 9 years ago
  73. 5e6eb76 Merge "The default locale "" should be a UTF-8 locale." by Treehugger Robot · 9 years ago
  74. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 9 years ago
  75. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  76. 08bfe4f Update timezone data to 2016h. by Neil Fuller · 9 years ago
  77. bd839d1 Merge changes from topic 'ndk-headers-licenses' by Treehugger Robot · 9 years ago
  78. 93a988d Merge "Update our notice files as a pre-upload step." by Treehugger Robot · 9 years ago
  79. edecce3 Merge "Fix stdin/stdout/stderr for pre-M." by Treehugger Robot · 9 years ago
  80. 9259265 Add license to ndk_headers modules. by Dan Albert · 9 years ago
  81. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  82. 32d5592 Update our notice files as a pre-upload step. by Dan Albert · 9 years ago
  83. 3037ea4 Fix stdin/stdout/stderr for pre-M. by Dan Albert · 9 years ago
  84. 73c44a4 Fix our _POSIX_* macros to declare barriers and spin locks. by Elliott Hughes · 9 years ago
  85. 2295068 Fix ifaddrs error handling. by Elliott Hughes · 9 years ago
  86. da01fa6 Allocate all arc4random data on the same page. by Elliott Hughes · 9 years ago
  87. 2c8a26d Merge "Migrate libstdc++ to ndk_library." by Treehugger Robot · 9 years ago
  88. 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 9 years ago
  89. df31aff Migrate libstdc++ to ndk_library. by Dan Albert · 9 years ago
  90. 4edd651 Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c. by Elliott Hughes · 9 years ago
  91. 81c46fc Fix tzdata loading. by Elliott Hughes · 9 years ago
  92. e131f6c Update timezone data to 2016g. by Joachim Sauer · 9 years ago
  93. b81ade6 Merge "Fix mbsnrtowcs where `dst` is null." by Elliott Hughes · 9 years ago
  94. 83e9f36 Merge "Update escaping in Android.bp files" by Treehugger Robot · 9 years ago
  95. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  96. 7b29495 Update escaping in Android.bp files by Colin Cross · 9 years ago
  97. cc9e993 Merge "Update documentation." by Christopher Ferris · 9 years ago
  98. ac66d16 Update documentation. by Christopher Ferris · 9 years ago
  99. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  100. 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago