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. bc232b9 Cleanup: replace sanitize:never with address:false. by Evgenii Stepanov · 9 years ago
  13. 585fc3e Add __libc_arc4random_unlimited_entropy. by Josh Gao · 9 years ago
  14. 79a8f4b Fix return type of sync(2). by Elliott Hughes · 9 years ago
  15. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
  16. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago
  17. 753361a Correct the return types of readv and writev. by Josh Gao · 9 years ago
  18. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  19. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  20. 063e86a Ship all the UAPI bits. by Dan Albert · 9 years ago
  21. 8684157 Merge "Implement <langinfo.h>." by Elliott Hughes · 9 years ago
  22. 745e455 Update timezone data to 2016j by Neil Fuller · 9 years ago
  23. 11b362d Merge "Fix bionic-unit-tests-glibc" by Treehugger Robot · 9 years ago
  24. 8c8cd2f Merge "Add cortex-a7 specific routines." by Christopher Ferris · 9 years ago
  25. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  26. ecebb49 Add cortex-a7 specific routines. by Christopher Ferris · 9 years ago
  27. 1eb0ecb Merge "bionic: make NONBLOCK call to getrandom" by Treehugger Robot · 9 years ago
  28. ae693ad bionic: make NONBLOCK call to getrandom by Wei Wang · 9 years ago
  29. d39380c Merge "Remove CLONE_NEWNS for gettid and getpid cache tests." by Yabin Cui · 9 years ago
  30. fb5b9bb Remove CLONE_NEWNS for gettid and getpid cache tests. by Yabin Cui · 9 years ago
  31. 0dafdd4 Merge "Log call to elf-constructors" by Treehugger Robot · 9 years ago
  32. 9f9200c Merge "versioner: extract strict warnings out of -v into its own flag." by Josh Gao · 9 years ago
  33. 2796894 Merge "versioner: use a single work queue." by Josh Gao · 9 years ago
  34. ae4a0c1 Log call to elf-constructors by Dimitry Ivanov · 9 years ago
  35. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  36. 5fabe02 Merge "Document more dynamic linker changes." by Treehugger Robot · 9 years ago
  37. 1777aaf Document more dynamic linker changes. by Elliott Hughes · 9 years ago
  38. c2395be Merge "Enable malloc debug using environment variables" by Christopher Ferris · 9 years ago
  39. a7e74f0 Merge "Add note about pid_max to host test documentation." by Josh Gao · 9 years ago
  40. 6cd1c92 Add note about pid_max to host test documentation. by Josh Gao · 9 years ago
  41. acc3d80 versioner: extract strict warnings out of -v into its own flag. by Josh Gao · 9 years ago
  42. 338cf12 versioner: use a single work queue. by Josh Gao · 9 years ago
  43. 348eaa6 Merge "versioner: ignore non-header files." by Treehugger Robot · 9 years ago
  44. ada2925 Merge "Improve dlerror_concurrent test" by Treehugger Robot · 9 years ago
  45. c7365eb Improve dlerror_concurrent test by Dimitry Ivanov · 9 years ago
  46. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  47. a5c1698 Merge "Fix iswlower/iswupper." by Christopher Ferris · 9 years ago
  48. 3613c20 Merge "Relax ELF header checks - warn for apps targeting pre-O" by Dimitry Ivanov · 9 years ago
  49. 585838b Merge "Remove unused includes/externals" by Treehugger Robot · 9 years ago
  50. 12b9187 Relax ELF header checks - warn for apps targeting pre-O by Dimitry Ivanov · 9 years ago
  51. 60ba60d Merge "Add and use constants for the Android API levels." by Treehugger Robot · 9 years ago
  52. 3091f5a versioner: ignore non-header files. by Josh Gao · 9 years ago
  53. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  54. 2880754 Merge "Add original prebuilt test libraries" by Dimitry Ivanov · 9 years ago
  55. ffa45a8 Remove unused includes/externals by Dimitry Ivanov · 9 years ago
  56. f76a21a Fix iswlower/iswupper. by Elliott Hughes · 9 years ago
  57. 416158d Add original prebuilt test libraries by Dimitry Ivanov · 9 years ago
  58. 8945d5e Merge "Downgrade W+E load segments to a warning unless targeting O." by Elliott Hughes · 9 years ago
  59. bd15515 Merge "Fix uninitialized variable usage." by Christopher Ferris · 9 years ago
  60. a19bc2d Fix uninitialized variable usage. by Christopher Ferris · 9 years ago
  61. 7afafce Merge "Fix deprecated range_x() calls." by Martijn Coenen · 9 years ago
  62. 5a073a1 Merge "Fix getrandom syscall checking" by Treehugger Robot · 9 years ago
  63. 4cc5a60 Downgrade W+E load segments to a warning unless targeting O. by Elliott Hughes · 9 years ago
  64. 0741d8d Fix getrandom syscall checking by Wei Wang · 9 years ago
  65. d5aa036 Merge "Don't pack relocations in libc.so" by Colin Cross · 9 years ago
  66. 4ce94d2 Don't pack relocations in libc.so by Colin Cross · 9 years ago
  67. f97b27a Merge "Differentiate the wctype functions we need to improve." by Elliott Hughes · 9 years ago
  68. be763d8 Fix deprecated range_x() calls. by Martijn Coenen · 9 years ago
  69. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  70. 98c6688 Differentiate the wctype functions we need to improve. by Elliott Hughes · 9 years ago
  71. cd9ce19 Merge changes I7f32dc9f,I9d88ddb1 by Treehugger Robot · 9 years ago
  72. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  73. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  74. 78b8a14 versioner: use a virtual filesystem for input files. by Josh Gao · 9 years ago
  75. b5c4963 versioner: cache -cc1 flags generated by the clang Driver. by Josh Gao · 9 years ago
  76. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  77. 84e269d Merge "versioner: don't always hide future decls." by Treehugger Robot · 9 years ago
  78. 64fc6b5 Merge "Document how to run the benchmarks." by Treehugger Robot · 9 years ago
  79. b08fde9 Merge "Fix error case to print newlines properly." by Treehugger Robot · 9 years ago
  80. 9ae2b9a versioner: don't always hide future decls. by Josh Gao · 9 years ago
  81. 9163d84 Document how to run the benchmarks. by Elliott Hughes · 9 years ago
  82. 4dd2785 Fix error case to print newlines properly. by Christopher Ferris · 9 years ago
  83. 8bfaac0 Merge "Eliminate deadlock in forked child due to delayed resetting mutex lock" by Dimitry Ivanov · 9 years ago
  84. bfc6ce6 Merge "Remove bogus OPEN_MAX and CHILD_MAX constants." by Elliott Hughes · 9 years ago
  85. 59a3439 Merge "Add legacy inlines for fenv APIs." by Treehugger Robot · 9 years ago
  86. 15ae549 Merge "Show amount of parallelism in gtest output." by Treehugger Robot · 9 years ago
  87. ff5f17b Remove bogus OPEN_MAX and CHILD_MAX constants. by Elliott Hughes · 9 years ago
  88. 75097b1 Add legacy inlines for fenv APIs. by Dan Albert · 9 years ago
  89. 2560a27 Merge changes I660ddce6,Ic58d0481,I5d45aa72 by Treehugger Robot · 9 years ago
  90. 9957485 Merge "Fix cortex-a53 inclusion of files." by Christopher Ferris · 9 years ago
  91. a3ab8eb Merge "Fix format macros for fast16 and fast32 int types." by Elliott Hughes · 9 years ago
  92. 95780f2 Merge "Make prctl test check maps." by Christopher Ferris · 9 years ago
  93. 275659a Merge "Update timezone data to 2016i." by Neil Fuller · 9 years ago
  94. 5bde25f Fix cortex-a53 inclusion of files. by Christopher Ferris · 9 years ago
  95. f1649d9 Make prctl test check maps. by Christopher Ferris · 9 years ago
  96. f6a21bf Eliminate deadlock in forked child due to delayed resetting mutex lock by Mingwei Shi · 9 years ago
  97. 147fdb4 Merge "Clean up update_headers.sh." by Treehugger Robot · 9 years ago
  98. f41032a Merge "Set __get_thread()->tid as part of clone()." by Treehugger Robot · 9 years ago
  99. 60dc6b2 Mark LIBC_DEPRECATED as platform-only. by Dan Albert · 9 years ago
  100. 57e094f Remove _ZTV9type_info from the version script. by Dan Albert · 9 years ago