1. eb27bba Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 11 years ago
  2. 95b0c6a Merge "POSIX says <signal.h> gets you ucontext_t." by Elliott Hughes · 11 years ago
  3. 2c58104 Merge "Fix filename in comment in cmath" by Dan Albert · 11 years ago
  4. 2214a1c Fix filename in comment in cmath by m4tx · 11 years ago
  5. 85ef3b5 Merge "Update NOTICE files." by Elliott Hughes · 11 years ago
  6. ae51acc Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  7. 5c2264a Update NOTICE files. by Elliott Hughes · 11 years ago
  8. 5681fe8 Remove an unused file. by Elliott Hughes · 11 years ago
  9. 26a8eb5 POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 11 years ago
  10. 73d2059 Merge "Explain why clock(3) isn't broken." by Elliott Hughes · 11 years ago
  11. f83c208 Explain why clock(3) isn't broken. by Elliott Hughes · 11 years ago
  12. 21451f5 Merge "Get new coshl, sinhl, and tanhl implementations from upstream." by Elliott Hughes · 11 years ago
  13. c729d4f Get new coshl, sinhl, and tanhl implementations from upstream. by Elliott Hughes · 11 years ago
  14. a40a16e Merge "Add a test for pthread_gettid_np." by Elliott Hughes · 11 years ago
  15. 8fb639c Add a test for pthread_gettid_np. by Elliott Hughes · 11 years ago
  16. 69c2d7d Merge "Sync libm with upstream." by Elliott Hughes · 11 years ago
  17. 460ad74 Sync libm with upstream. by Elliott Hughes · 11 years ago
  18. e39e47c Merge "Remove "private/bionic_pthread.h"." by Elliott Hughes · 11 years ago
  19. 0f001b6 Remove "private/bionic_pthread.h". by Elliott Hughes · 11 years ago
  20. d74aa58 Merge "Fix unload of recursively linked library" by Dmitriy Ivanov · 11 years ago
  21. aad9206 Merge "Reformatting" by Dmitriy Ivanov · 11 years ago
  22. 66bbf15 Merge "Refactoring: C++11 style DISABLE_ bionic marcos" by Dmitriy Ivanov · 11 years ago
  23. 6abf624 Reformatting by Dmitriy Ivanov · 11 years ago
  24. a6ac54a Fix unload of recursively linked library by Dmitriy Ivanov · 11 years ago
  25. 8d8a789 Merge "Expose __swsetup for LP32 binary compatibility." by Elliott Hughes · 11 years ago
  26. 5f35710 Expose __swsetup for LP32 binary compatibility. by Elliott Hughes · 11 years ago
  27. 6487f0d Merge "Add IFUNC support for arm64 and IRELATIVE reloc" by Dmitriy Ivanov · 11 years ago
  28. 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 11 years ago
  29. 5920a9a Merge "Add pthread_gettid_np and re-expose __get_thread for LP32." by Elliott Hughes · 11 years ago
  30. a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
  31. ea66004 Merge "Fix mips __fadvise64.S build failure." by Elliott Hughes · 11 years ago
  32. 9990b39 Fix mips __fadvise64.S build failure. by Elliott Hughes · 11 years ago
  33. 33df10f Merge "Add posix_fadvise(3)." by Elliott Hughes · 11 years ago
  34. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  35. c71483c Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  36. bce18c9 When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
  37. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
  38. 3c3624f Merge "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  39. 671f96c Merge "Ensure __set_errno is still visible on LP32." by Elliott Hughes · 11 years ago
  40. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  41. 201f36d Merge "Don't expose non-standard basename_r and dirname_r in LP64." by Elliott Hughes · 11 years ago
  42. cf5fc80 Don't expose non-standard basename_r and dirname_r in LP64. by Elliott Hughes · 11 years ago
  43. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  44. d3d89f0 Merge "Add arc4random_addrandom binary compatibility." by Elliott Hughes · 11 years ago
  45. fc82973 Add arc4random_addrandom binary compatibility. by Elliott Hughes · 11 years ago
  46. b4673c4 Merge "Add dlmalloc_usable_size for 32 bit arches." by Christopher Ferris · 11 years ago
  47. f903558 Add dlmalloc_usable_size for 32 bit arches. by Christopher Ferris · 11 years ago
  48. e07b4da Merge "Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker." by Ying Wang · 11 years ago
  49. 320a01d Merge "Revert "Load libraries in breadth-first order"" by Dmitriy Ivanov · 11 years ago
  50. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  51. f9e147b Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker. by Ying Wang · 11 years ago
  52. b3ebfec Merge "Fix order of soinfo links (repairs libcxx tests)." by Dmitriy Ivanov · 11 years ago
  53. b2a30ee Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 11 years ago
  54. 8adace5 Merge "Enable clang compilation with libc but not linker." by Chih-Hung Hsieh · 11 years ago
  55. b58db8b Enable clang compilation with libc but not linker. by Chih-Hung Hsieh · 11 years ago
  56. 001815e Merge "Reset enviroment for math_tests" by Dmitriy Ivanov · 11 years ago
  57. 7b956ed Reset enviroment for math_tests by Dmitriy Ivanov · 11 years ago
  58. aca9cae Merge "Fix pthread_attr_getstack__main_thread." by Elliott Hughes · 11 years ago
  59. 27a9aed Fix pthread_attr_getstack__main_thread. by Elliott Hughes · 11 years ago
  60. c74a768 Merge "Fix mips signed/unsigned signal_test.cpp build breakage." by Elliott Hughes · 11 years ago
  61. aa13e83 Fix mips signed/unsigned signal_test.cpp build breakage. by Elliott Hughes · 11 years ago
  62. 44352f5 Merge "Revert "Register __libc_fini as early as possible."" by Dmitriy Ivanov · 11 years ago
  63. c0cd9ce Merge "Revert "Fix arm64 build"" by Dmitriy Ivanov · 11 years ago
  64. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  65. f0d8970 Revert "Fix arm64 build" by Dmitriy Ivanov · 11 years ago
  66. 05f0bfd Merge "Don't mask out SA_RESTORER from sa_flags." by Elliott Hughes · 11 years ago
  67. afe58ad Don't mask out SA_RESTORER from sa_flags. by Elliott Hughes · 11 years ago
  68. 4ee7c32 Merge "Disable Clang, due to x86 LDBL_MANT_DIG errors." by Chih-Hung Hsieh · 11 years ago
  69. 356a624 Disable Clang, due to x86 LDBL_MANT_DIG errors. by Chih-Hung Hsieh · 11 years ago
  70. 071bed8 Merge "_GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE." by Elliott Hughes · 11 years ago
  71. fc8974b _GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE. by Elliott Hughes · 11 years ago
  72. 1737b15 Merge "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  73. 8f3b8f5 Merge "Fix arm64 build" by Dmitriy Ivanov · 11 years ago
  74. 58bb54c Merge "Add back a dummy arc4random_stir for compatibility." by Elliott Hughes · 11 years ago
  75. 5c1a7fd Fix arm64 build by Dmitriy Ivanov · 11 years ago
  76. 5dea472 Add back a dummy arc4random_stir for compatibility. by Elliott Hughes · 11 years ago
  77. 450aaa0 Merge "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  78. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  79. 8da304b Merge "Make string tests check all alignment combinations" by Dmitriy Ivanov · 11 years ago
  80. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  81. 28f1770 Merge "Don't fail a test just because we aren't root." by Dan Albert · 11 years ago
  82. 69fb9f3 Don't fail a test just because we aren't root. by Dan Albert · 11 years ago
  83. 3b10ba6 Merge "Add some missing dlclose(.)" by Dmitriy Ivanov · 11 years ago
  84. 319356e Add some missing dlclose(.) by Dmitriy Ivanov · 11 years ago
  85. c7de919 Merge "Start math tests with a clean fenv." by Dan Albert · 11 years ago
  86. 6676a7d Start math tests with a clean fenv. by Dan Albert · 11 years ago
  87. 847e52b Merge "Prevent a few test pthread keys from leaking." by Dan Albert · 11 years ago
  88. 1d53ae2 Prevent a few test pthread keys from leaking. by Dan Albert · 11 years ago
  89. ec95a9c Merge "MIPS64 syscall() arguments" by Elliott Hughes · 11 years ago
  90. 296895f MIPS64 syscall() arguments by Chris Dearman · 11 years ago
  91. 86f594b Merge "Encapsulate soinfo_link_image and soinfo_relocate" by Dmitriy Ivanov · 11 years ago
  92. 29bbc9d Encapsulate soinfo_link_image and soinfo_relocate by Dmitriy Ivanov · 11 years ago
  93. 4625dd7 Merge "Upgrade bionic to tzdata2014g." by Elliott Hughes · 11 years ago
  94. e057b9f Merge "Introduce size-based r/w allocators" by Dmitriy Ivanov · 11 years ago
  95. 4cafa3c Merge "Implement LinkedList::visit()" by Dmitriy Ivanov · 11 years ago
  96. 9685c30 Upgrade bionic to tzdata2014g. by Elliott Hughes · 11 years ago
  97. a492605 Implement LinkedList::visit() by Dmitriy Ivanov · 11 years ago
  98. 0cd83eb Introduce size-based r/w allocators by Dmitriy Ivanov · 11 years ago
  99. 5120bcf Merge "Look into ld_preloads before current library" by Dmitriy Ivanov · 11 years ago
  100. c204894 Look into ld_preloads before current library by Dmitriy Ivanov · 11 years ago