1. c13a204 Merge "Fix newlocale with a NULL locale name." by Elliott Hughes · 11 years ago
  2. 7e0d0f8 Fix newlocale with a NULL locale name. by Elliott Hughes · 11 years ago
  3. 57df00a Merge "Improve math tests to allow a specific ulp bound." by Elliott Hughes · 11 years ago
  4. 1b37ba2 Improve math tests to allow a specific ulp bound. by Elliott Hughes · 11 years ago
  5. 6c8f247 Merge "Fix warning of missing field initializer." by Chih-Hung Hsieh · 11 years ago
  6. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  7. 695781b Merge "Make host tests depend on /system/etc/hosts." by Dan Albert · 11 years ago
  8. e76ea9b Merge "Ensure we initialize stdin/stdout/stderr's recursive mutexes." by Elliott Hughes · 11 years ago
  9. 62b7279 Make host tests depend on /system/etc/hosts. by Dan Albert · 11 years ago
  10. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  11. 38ff882 Merge "Revert "Use local copy of the library name on dlopen"" by Dmitriy Ivanov · 11 years ago
  12. 9fb216f Revert "Use local copy of the library name on dlopen" by Dmitriy Ivanov · 11 years ago
  13. 36ffc73 Merge "Fix arm64 and arm builds." by Dmitriy Ivanov · 11 years ago
  14. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  15. f33ad40 Merge "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 11 years ago
  16. 74c0ccd Merge "Use local copy of the library name on dlopen" by Dmitriy Ivanov · 11 years ago
  17. da8e591 Use local copy of the library name on dlopen by Dmitriy Ivanov · 11 years ago
  18. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  19. e38bf83 Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  20. 0589777 limits.h: add define for HOST_NAME_MAX by Yongqin Liu · 11 years ago
  21. f362e9f Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  22. 39cd0fa Remove an unused file. by Elliott Hughes · 11 years ago
  23. d50495a Merge "Extra strtod/strtof tests." by Elliott Hughes · 11 years ago
  24. 89aaaff Extra strtod/strtof tests. by Elliott Hughes · 11 years ago
  25. cbb4606 Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform" by Yabin Cui · 11 years ago
  26. a39f939 change unsigned int to uint32_t for api arc4random/arc4random_uniform by Yabin Cui · 11 years ago
  27. 13dcb88 Merge "Disable tzdata in $ANDROID_DATA." by Elliott Hughes · 11 years ago
  28. e24bf5d Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 11 years ago
  29. f96eaf6 Merge "[x86,x86_64] Fix libgcc unwinding through signal" by Elliott Hughes · 11 years ago
  30. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  31. ec58e29 Merge "pthread_setname_np appears in glibc 2.12." by Elliott Hughes · 11 years ago
  32. ed29e85 pthread_setname_np appears in glibc 2.12. by Elliott Hughes · 11 years ago
  33. 021b641 Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago
  34. 7f164f6 Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK." by Elliott Hughes · 11 years ago
  35. e23f564 Merge "Fix *tests-run-on-host target" by Dmitriy Ivanov · 11 years ago
  36. 095636e Fix *tests-run-on-host target by Dmitriy Ivanov · 11 years ago
  37. e03950f Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 11 years ago
  38. 5b1111a POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK. by Elliott Hughes · 11 years ago
  39. c716dd1 Merge "bionic tests: migrate test for mutex type from system/extras" by Elliott Hughes · 11 years ago
  40. 4199695 bionic tests: migrate test for mutex type from system/extras by Derek Xue · 11 years ago
  41. f56a2f5 Merge "Remove unnecessary reinterpret_cast" by Dmitriy Ivanov · 11 years ago
  42. c9d1658 Remove unnecessary reinterpret_cast by Dmitriy Ivanov · 11 years ago
  43. 57c5a55 Merge "Disable clang compilation due to lack of ifunc." by Chih-Hung Hsieh · 11 years ago
  44. c83837e Merge "Make the netdb unit tests work on the host." by Elliott Hughes · 11 years ago
  45. b086298 Disable clang compilation due to lack of ifunc. by Chih-Hung Hsieh · 11 years ago
  46. 1e8ebdc Make the netdb unit tests work on the host. by Elliott Hughes · 11 years ago
  47. cad8d22 Merge "Use mxcr_mask instead of mxcsr_mask to match glibc." by Elliott Hughes · 11 years ago
  48. f485547 Use mxcr_mask instead of mxcsr_mask to match glibc. by Elliott Hughes · 11 years ago
  49. a4c0b75 Merge "Add mkfifoat(3)." by Elliott Hughes · 11 years ago
  50. ca8e84c Add mkfifoat(3). by Elliott Hughes · 11 years ago
  51. f33a7d7 Merge "Fix mips build" by Dmitriy Ivanov · 11 years ago
  52. 398eb5a Merge "Remove unnecessary lookups during relocations" by Dmitriy Ivanov · 11 years ago
  53. 90b74fb Fix mips build by Dmitriy Ivanov · 11 years ago
  54. e47b3f8 Remove unnecessary lookups during relocations by Dmitriy Ivanov · 11 years ago
  55. 566f2bc Merge "Fix relocation to look for symbols in local group" by Dmitriy Ivanov · 11 years ago
  56. cfa97f1 Fix relocation to look for symbols in local group by Dmitriy Ivanov · 11 years ago
  57. 6c5694b Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)." by Elliott Hughes · 11 years ago
  58. ba81112 Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3). by Derek Xue · 11 years ago
  59. cf8ea37 Merge "bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/tests" by Elliott Hughes · 11 years ago
  60. 4912fc7 bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/tests by Derek Xue · 11 years ago
  61. e516321 Merge "Update bionic to tzdata2014i." by Elliott Hughes · 11 years ago
  62. efd2ec8 Merge "Fix race condition in timer disarm/delete." by Christopher Ferris · 11 years ago
  63. 62d84b1 Fix race condition in timer disarm/delete. by Christopher Ferris · 11 years ago
  64. a05c2a2 Update bionic to tzdata2014i. by Elliott Hughes · 11 years ago
  65. 098cf45 Merge "Replace ambiguous cmp operator with cmpl." by Chih-Hung Hsieh · 11 years ago
  66. c89ee27 Replace ambiguous cmp operator with cmpl. by Chih-Hung Hsieh · 11 years ago
  67. 54d7636 Merge "Rename library_offset to library_fd_offset" by Dmitriy Ivanov · 11 years ago
  68. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 11 years ago
  69. ad13662 Merge "Never use ASAN." by Dan Albert · 11 years ago
  70. 5ba672e Never use ASAN. by Dan Albert · 11 years ago
  71. 8f41d3d Merge "Fix generic __memcpy_chk implementation." by Christopher Ferris · 11 years ago
  72. 9a74048 Merge "Add -no-integrated-as at local level." by Chih-Hung Hsieh · 11 years ago
  73. a371750 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 11 years ago
  74. 7123d43 Fix generic __memcpy_chk implementation. by Christopher Ferris · 11 years ago
  75. dec4de4 Merge "Correct way to specify additional dependencies" by Dmitriy Ivanov · 11 years ago
  76. 4a9e193 Correct way to specify additional dependencies by Dmitriy Ivanov · 11 years ago
  77. 5281e1f Merge "Fix misleading comment." by Dmitriy Ivanov · 11 years ago
  78. 90aa7e3 Merge "Only use <atomic> for C++11 and newer." by Dan Albert · 11 years ago
  79. 8bb1212 Merge "Don't use an STL for libm." by Dan Albert · 11 years ago
  80. 3ce0769 Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  81. e91d9cd Don't use an STL for libm. by Dan Albert · 11 years ago
  82. f5e0258 Merge "Ignore DT_BIND_NOW (0x18)" by Dmitriy Ivanov · 11 years ago
  83. ea6eae1 Ignore DT_BIND_NOW (0x18) by Dmitriy Ivanov · 11 years ago
  84. 4544d9f Fix misleading comment. by Robert Grosse · 11 years ago
  85. 71cbcdc Merge "We don't actually need all of libc++ here." by Dan Albert · 11 years ago
  86. a7c2e0b We don't actually need all of libc++ here. by Dan Albert · 11 years ago
  87. 97df16b Merge "Add clock_settime and clock_nanosleep." by Elliott Hughes · 11 years ago
  88. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  89. c229705 Merge "Add glibc alias for NT_PRFPREG" by Dmitriy Ivanov · 11 years ago
  90. a6bee4d Add glibc alias for NT_PRFPREG by Dmitriy Ivanov · 11 years ago
  91. 083769a Merge "Return total footprint, not high water mark." by Christopher Ferris · 11 years ago
  92. fee09e5 Return total footprint, not high water mark. by Christopher Ferris · 11 years ago
  93. 94571f9 Merge "Use LOCAL_CXX_STL to select libc++_static." by Dan Albert · 11 years ago
  94. 90a29db Use LOCAL_CXX_STL to select libc++_static. by Dan Albert · 11 years ago
  95. 4c08624 Merge "Fix some formatting so GitHub displays it nicely." by Dan Albert · 11 years ago
  96. 472cce5 Fix some formatting so GitHub displays it nicely. by Dan Albert · 11 years ago
  97. 8c3901b Merge "Improve documentation for testing and coverage." by Dan Albert · 11 years ago
  98. efee1ce Improve documentation for testing and coverage. by Dan Albert · 11 years ago
  99. 2698f9e Merge "Catch up on upstream's round/roundf/roundl." by Elliott Hughes · 11 years ago
  100. 14538ca Catch up on upstream's round/roundf/roundl. by Elliott Hughes · 11 years ago