1. 2ca61eb Merge "Fix for dlfcn.rtld_next_from_library." by Elliott Hughes · 8 years ago
  2. c18f55c Merge "10x printf speedup." by Elliott Hughes · 8 years ago
  3. 527229c Fix for dlfcn.rtld_next_from_library. by Raj Mamadgi · 8 years ago
  4. b06bb71 Merge "Remove mips/mips64 headers from the NDK sysroot." by Treehugger Robot · 8 years ago
  5. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  6. e11e7fb Merge "test: trivial fixes in documentation" by Elliott Hughes · 8 years ago
  7. 050f046 Remove mips/mips64 headers from the NDK sysroot. by Dan Albert · 8 years ago
  8. 232541a Merge "More printf de-duplication." by Elliott Hughes · 8 years ago
  9. c3e3060 test: trivial fixes in documentation by Sergii Piatakov · 8 years ago
  10. 3a33da5 Merge "Fix pthread test race conditions." by Elliott Hughes · 8 years ago
  11. 4f97cff Merge "Add basic tests for the remaining 9 libm <fenv.h> functions." by Elliott Hughes · 8 years ago
  12. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  13. 18a1957 Add basic tests for the remaining 9 libm <fenv.h> functions. by Elliott Hughes · 8 years ago
  14. c7f296a Merge "tools: fix error when `/bin/sh` isn't `bash`" by Treehugger Robot · 8 years ago
  15. 0bd9d13 Fix pthread test race conditions. by Elliott Hughes · 8 years ago
  16. 564ed96 tools: fix error when `/bin/sh` isn't `bash` by Sergii Piatakov · 8 years ago
  17. eed523e Merge "Test __fpclassify/__isinf/__isnan." by Elliott Hughes · 8 years ago
  18. 46621f4 Merge "Start de-duplicating the regular and wide printf implementations." by Elliott Hughes · 8 years ago
  19. 9ecd2cc Test __fpclassify/__isinf/__isnan. by Elliott Hughes · 8 years ago
  20. 261dbdf Merge "Use -Werror in bionic/tests" by Chih-hung Hsieh · 8 years ago
  21. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago
  22. 48228fb Merge changes from topic "versioner_cpp" by Treehugger Robot · 8 years ago
  23. b1cc5bd Use -Werror in bionic/tests by Chih-Hung Hsieh · 8 years ago
  24. 0cbbdaa Merge "Add missing ELF constants from the spec." by Elliott Hughes · 8 years ago
  25. a8a23f5 Add missing ELF constants from the spec. by Elliott Hughes · 8 years ago
  26. b1ba8cf Merge "elf.h: add STN_UNDEF" by Elliott Hughes · 8 years ago
  27. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  28. 555a6d1 Merge "Rename the fortify compile-time diags test" by Treehugger Robot · 8 years ago
  29. c905afa Merge "clang-format the printf/scanf implementation." by Treehugger Robot · 8 years ago
  30. 8874d88 elf.h: add STN_UNDEF by Greg Hackmann · 8 years ago
  31. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  32. 0086fc8 Rename the fortify compile-time diags test by George Burgess IV · 8 years ago
  33. c8f2c52 clang-format the printf/scanf implementation. by Elliott Hughes · 8 years ago
  34. f6dfe57 Merge "Remove some always-on #ifdefery." by Treehugger Robot · 8 years ago
  35. 9fe034b Merge "libc: Disable FORTIFY if we're using clang-tidy." by Treehugger Robot · 8 years ago
  36. d9a7de1 Remove some always-on #ifdefery. by Elliott Hughes · 8 years ago
  37. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  38. 8142b5c Merge "Fork vfprintf.c/vfwprintf.c." by Treehugger Robot · 8 years ago
  39. ab25d0b versioner: compile headers in both C and C++ mode. by Josh Gao · 8 years ago
  40. 38685e1 versioner: follow __asm__ labels. by Josh Gao · 8 years ago
  41. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago
  42. 82e6ad1 Merge "Fix pthread.pthread_attr_setinheritsched__PTHREAD_INHERIT_SCHED__PTHREAD_EXPLICIT_SCHED for LP32." by Elliott Hughes · 8 years ago
  43. 7a66066 Fix pthread.pthread_attr_setinheritsched__PTHREAD_INHERIT_SCHED__PTHREAD_EXPLICIT_SCHED for LP32. by Elliott Hughes · 8 years ago
  44. e379a20 Merge "Preserve historical pthread_create scheduler behavior better." by Elliott Hughes · 8 years ago
  45. 38f01e0 Preserve historical pthread_create scheduler behavior better. by Elliott Hughes · 8 years ago
  46. dfece7a Merge "Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols" by Treehugger Robot · 8 years ago
  47. 6bffdad Merge "Log dlclose calls and library unloads" by Treehugger Robot · 8 years ago
  48. c92ce71 Log dlclose calls and library unloads by dimitry · 8 years ago
  49. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  50. ae7483d Merge "Don't allow LIBC_DEBUG_MALLOC_OPTIONS to cross security boundaries." by Treehugger Robot · 8 years ago
  51. 343d1c4 Don't allow LIBC_DEBUG_MALLOC_OPTIONS to cross security boundaries. by Elliott Hughes · 8 years ago
  52. 8ae3fe2 Merge "Add null checks to <dirent.h> functions." by Treehugger Robot · 8 years ago
  53. d10d03e Merge "Add basic printf benchmarks." by Treehugger Robot · 8 years ago
  54. 39ec1c3 Merge "The main thread should just INHERIT its scheduler attributes." by Treehugger Robot · 8 years ago
  55. cc3d04f Add null checks to <dirent.h> functions. by Elliott Hughes · 8 years ago
  56. 9280599 Add basic printf benchmarks. by Elliott Hughes · 8 years ago
  57. 374848a The main thread should just INHERIT its scheduler attributes. by Elliott Hughes · 8 years ago
  58. c6291b0 Merge "versioner: kill some obsolete versions." by Treehugger Robot · 8 years ago
  59. 6c1d23f Merge "Improve glibc compatibility of gethostby*_r functions." by Elliott Hughes · 8 years ago
  60. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  61. 048e180 Merge "Document the dlclose/thread locals with non-trivial destructors problem." by Treehugger Robot · 8 years ago
  62. 8670b41 Merge "Don't try to link(2) in a test if we're not root." by Elliott Hughes · 8 years ago
  63. bcbce9b Document the dlclose/thread locals with non-trivial destructors problem. by Elliott Hughes · 8 years ago
  64. b410f4e Merge "Remove an obsolete aarch64 hack." by Treehugger Robot · 8 years ago
  65. ea10119 Merge changes Ic7eea780,Id8939791 by Treehugger Robot · 8 years ago
  66. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  67. 3413a75 Remove an obsolete aarch64 hack. by Elliott Hughes · 8 years ago
  68. fc30bfe Don't try to link(2) in a test if we're not root. by Elliott Hughes · 8 years ago
  69. 35aa213 versioner: kill some obsolete versions. by Josh Gao · 8 years ago
  70. 0062b3e versioner: properly handle declarations with no identifier. by Josh Gao · 8 years ago
  71. 88c5ddb Merge "Fix pthread benchmarks." by Treehugger Robot · 8 years ago
  72. 5317f2d versioner: add extern "C" to tests. by Josh Gao · 8 years ago
  73. 286b3a8 Fix pthread benchmarks. by Josh Gao · 8 years ago
  74. 34cf31a Merge "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  75. 7669c68 Merge "Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines."""" by Dan Albert · 8 years ago
  76. b37e9aa Revert "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  77. d85d7f4 Merge "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Dan Albert · 8 years ago
  78. 13cec45 Merge "Revert "Revert "Cleanup transitive includes in the legacy inlines.""" by Treehugger Robot · 8 years ago
  79. 640fda6 Merge "linker: fix error message for inaccessible libs" am: 0b1c8be3be by Dimitry Ivanov · 8 years ago
  80. 0b1c8be Merge "linker: fix error message for inaccessible libs" by Dimitry Ivanov · 8 years ago
  81. b0b34d5 Merge "Set search path to ro.vndk.version property" am: 8ab16c5da6 by Sundong Ahn · 8 years ago
  82. 8ab16c5 Merge "Set search path to ro.vndk.version property" by Treehugger Robot · 8 years ago
  83. bb7d9fb Improve glibc compatibility of gethostby*_r functions. by Elliott Hughes · 8 years ago
  84. 591f848 Merge "Add explicit null checks to some stdio functions." am: 6f12bfece5 by Josh Gao · 8 years ago
  85. 6f12bfe Merge "Add explicit null checks to some stdio functions." by Treehugger Robot · 8 years ago
  86. aa00d5c Merge "Fix WORD_BIT test." am: 8220d84f52 by Elliott Hughes · 8 years ago
  87. 8220d84 Merge "Fix WORD_BIT test." by Treehugger Robot · 8 years ago
  88. be44361 Merge "Fix LP32 large pid detection." am: d330bbbac8 by Elliott Hughes · 8 years ago
  89. d330bbb Merge "Fix LP32 large pid detection." by Treehugger Robot · 8 years ago
  90. d162060 Add explicit null checks to some stdio functions. by Josh Gao · 8 years ago
  91. dc8a612 Fix WORD_BIT test. by Elliott Hughes · 8 years ago
  92. a690f70 Merge "Fix unistd.sysconf test." am: c189e43f10 by Elliott Hughes · 8 years ago
  93. c189e43 Merge "Fix unistd.sysconf test." by Treehugger Robot · 8 years ago
  94. cf3a3e6 Fix unistd.sysconf test. by Elliott Hughes · 8 years ago
  95. 1d01fe8 Fix LP32 large pid detection. by Elliott Hughes · 8 years ago
  96. 8db36a5 linker: fix error message for inaccessible libs by dimitry · 8 years ago
  97. e7ccd86 Merge "Actually correctly call vector::erase after remove_if." am: 2e998d37ce by Josh Gao · 8 years ago
  98. 2e998d3 Merge "Actually correctly call vector::erase after remove_if." by Treehugger Robot · 8 years ago
  99. 27242c6 Actually correctly call vector::erase after remove_if. by Josh Gao · 8 years ago
  100. 22eb6f4 Merge "Remove some legacy declarations from <math.h>." am: 8f348a0cce by Elliott Hughes · 8 years ago