1. 0416d88 Revert "Revert "Fix symbol lookup order during relocation"" by Dmitriy Ivanov · 11 years ago
  2. 1c09577 Revert "Revert "Fix mips build"" by Dmitriy Ivanov · 11 years ago
  3. a42dfda Revert "Revert "Remove unnecessary lookups during relocations"" by Dmitriy Ivanov · 11 years ago
  4. c343cac Revert "Revert "Fix relocation to look for symbols in local group"" by Dmitriy Ivanov · 11 years ago
  5. 7ca96a0 Revert "Revert "Add RTLD_NODELETE flag support"" by Dmitriy Ivanov · 11 years ago
  6. 68a555b Revert "Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL"" by Dmitriy Ivanov · 11 years ago
  7. 39af759 am 9d3382d9: Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL" by Dmitriy Ivanov · 11 years ago
  8. e1d9881 am 69c5d108: Revert "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 11 years ago
  9. 47fb0b7 am 00dce525: Revert "Fix relocation to look for symbols in local group" by Dmitriy Ivanov · 11 years ago
  10. ce4d16b am eae09772: Revert "Remove unnecessary lookups during relocations" by Dmitriy Ivanov · 11 years ago
  11. 7cb5784 am 4402804c: Revert "Fix mips build" by Dmitriy Ivanov · 11 years ago
  12. 5c9afdc am f947be28: Revert "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 11 years ago
  13. 4c9b34b am 494bee79: Revert "Fix arm64 and arm builds." by Dmitriy Ivanov · 11 years ago
  14. 9d3382d Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL" by Dmitriy Ivanov · 11 years ago
  15. 69c5d10 Revert "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 11 years ago
  16. 00dce52 Revert "Fix relocation to look for symbols in local group" by Dmitriy Ivanov · 11 years ago
  17. eae0977 Revert "Remove unnecessary lookups during relocations" by Dmitriy Ivanov · 11 years ago
  18. 4402804 Revert "Fix mips build" by Dmitriy Ivanov · 11 years ago
  19. f947be2 Revert "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 11 years ago
  20. 494bee7 Revert "Fix arm64 and arm builds." by Dmitriy Ivanov · 11 years ago
  21. 6bb5579 resolved conflicts for merge of d18f4b25 to lmp-mr1-dev-plus-aosp by Elliott Hughes · 11 years ago
  22. a0ba3c8 am 5939060b: am 695781b6: Merge "Make host tests depend on /system/etc/hosts." by Dan Albert · 11 years ago
  23. 05e3e70 am 90138639: am e76ea9bb: Merge "Ensure we initialize stdin/stdout/stderr\'s recursive mutexes." by Elliott Hughes · 11 years ago
  24. 5939060 am 695781b6: Merge "Make host tests depend on /system/etc/hosts." by Dan Albert · 11 years ago
  25. 9013863 am e76ea9bb: Merge "Ensure we initialize stdin/stdout/stderr\'s recursive mutexes." by Elliott Hughes · 11 years ago
  26. d18f4b2 Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  27. 695781b Merge "Make host tests depend on /system/etc/hosts." by Dan Albert · 11 years ago
  28. e76ea9b Merge "Ensure we initialize stdin/stdout/stderr's recursive mutexes." by Elliott Hughes · 11 years ago
  29. 62b7279 Make host tests depend on /system/etc/hosts. by Dan Albert · 11 years ago
  30. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  31. d3cd661 resolved conflicts for merge of 926797a8 to lmp-mr1-dev-plus-aosp by Dmitriy Ivanov · 11 years ago
  32. b1c019f am 75cd66aa: am 38ff8822: Merge "Revert "Use local copy of the library name on dlopen"" by Dmitriy Ivanov · 11 years ago
  33. 75cd66a am 38ff8822: Merge "Revert "Use local copy of the library name on dlopen"" by Dmitriy Ivanov · 11 years ago
  34. 38ff882 Merge "Revert "Use local copy of the library name on dlopen"" by Dmitriy Ivanov · 11 years ago
  35. 9fb216f Revert "Use local copy of the library name on dlopen" by Dmitriy Ivanov · 11 years ago
  36. 445111a Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  37. dcafe93 am 6cba0e35: am 36ffc73e: Merge "Fix arm64 and arm builds." by Dmitriy Ivanov · 11 years ago
  38. 6cba0e3 am 36ffc73e: Merge "Fix arm64 and arm builds." by Dmitriy Ivanov · 11 years ago
  39. 36ffc73 Merge "Fix arm64 and arm builds." by Dmitriy Ivanov · 11 years ago
  40. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  41. 976402c Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  42. bf3d5ef Fix mips build by Dmitriy Ivanov · 11 years ago
  43. 6442dbd Remove unnecessary lookups during relocations by Dmitriy Ivanov · 11 years ago
  44. fd2747b Fix relocation to look for symbols in local group by Dmitriy Ivanov · 11 years ago
  45. 4d0c1f6 Correct way to specify additional dependencies by Dmitriy Ivanov · 11 years ago
  46. 382e06c Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 11 years ago
  47. e4bc6f0 Ignore DT_BIND_NOW (0x18) by Dmitriy Ivanov · 11 years ago
  48. 1d3e81a Resolve "unused DT entry" warnings for x86_64 by Dmitriy Ivanov · 11 years ago
  49. c87f65d Add RTLD_NODELETE flag support by Dmitriy Ivanov · 11 years ago
  50. 210ff1b Fix mips build by Dmitriy Ivanov · 11 years ago
  51. 0f47d9c Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
  52. f90e210 Return has_DT_SYMBOLIC flag. by Dmitriy Ivanov · 11 years ago
  53. 748fbe5 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 11 years ago
  54. d5eb108 Temporary disable DL_WARNs for unused DT_* by Dmitriy Ivanov · 11 years ago
  55. 0960884 Fix 64bit build by Dmitriy Ivanov · 11 years ago
  56. 634a045 Fix some unused DT_ warnings by Dmitriy Ivanov · 11 years ago
  57. b364d95 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 11 years ago
  58. c85e82d Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 11 years ago
  59. 926797a Reformatting by Dmitriy Ivanov · 11 years ago
  60. eb46dd9 am a334934f: am f33ad400: Merge "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 11 years ago
  61. a334934 am f33ad400: Merge "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 11 years ago
  62. f33ad40 Merge "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 11 years ago
  63. c663c2a am 703581a3: am 74c0ccd4: Merge "Use local copy of the library name on dlopen" by Dmitriy Ivanov · 11 years ago
  64. 703581a am 74c0ccd4: Merge "Use local copy of the library name on dlopen" by Dmitriy Ivanov · 11 years ago
  65. 74c0ccd Merge "Use local copy of the library name on dlopen" by Dmitriy Ivanov · 11 years ago
  66. da8e591 Use local copy of the library name on dlopen by Dmitriy Ivanov · 11 years ago
  67. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  68. 64b5940 am 653263a9: Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  69. 653263a Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  70. 20cc6b6 Merge remote-tracking branch 'goog/lmp-mr1-ub-dev' into manualmerge by Elliott Hughes · 11 years ago
  71. 7256062 am 25f4bb98: am e38bf839: Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  72. 25f4bb9 am e38bf839: Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  73. e38bf83 Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  74. 0589777 limits.h: add define for HOST_NAME_MAX by Yongqin Liu · 11 years ago
  75. b0693ec Merge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe into lmp-mr1-dev by Elliott Hughes · 11 years ago
  76. 3d50e8e am 4c29b1c2: am f362e9fb: Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  77. 4c29b1c am f362e9fb: Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  78. f362e9f Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  79. 39cd0fa Remove an unused file. by Elliott Hughes · 11 years ago
  80. 0eca547 am 24464b04: am d50495a5: Merge "Extra strtod/strtof tests." by Elliott Hughes · 11 years ago
  81. c62f0d7 am 63edd69e: am cbb4606a: Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform" by Yabin Cui · 11 years ago
  82. 654c781 am 91bfaed2: am 13dcb88b: Merge "Disable tzdata in ." by Elliott Hughes · 11 years ago
  83. e3c9f21 resolved conflicts for merge of 912fe0a6 to lmp-mr1-dev-plus-aosp by Elliott Hughes · 11 years ago
  84. 0c4e98a Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 11 years ago
  85. d0fb6a2 Add greg_t for arm64. by Elliott Hughes · 11 years ago
  86. ab4d5cf POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 11 years ago
  87. eedbf70 Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 11 years ago
  88. 98d57c9 Add stpcpy assembler version. by Christopher Ferris · 11 years ago
  89. 3834e0f am 382938d0: am ec58e29b: Merge "pthread_setname_np appears in glibc 2.12." by Elliott Hughes · 11 years ago
  90. 91e5674 am 7dbb1cff: am 021b6412: Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago
  91. a4402ef am ee8faa5e: am 7f164f60: Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK." by Elliott Hughes · 11 years ago
  92. 24464b0 am d50495a5: Merge "Extra strtod/strtof tests." by Elliott Hughes · 11 years ago
  93. d50495a Merge "Extra strtod/strtof tests." by Elliott Hughes · 11 years ago
  94. f63ce36 am 3a3a4b8a: am e23f564b: Merge "Fix *tests-run-on-host target" by Dmitriy Ivanov · 11 years ago
  95. 6ede5d1 am 44331e8b: am c716dd1e: Merge "bionic tests: migrate test for mutex type from system/extras" by Elliott Hughes · 11 years ago
  96. c79478a am 85d77021: am f56a2f5e: Merge "Remove unnecessary reinterpret_cast" by Dmitriy Ivanov · 11 years ago
  97. 5ef7bda am f3b0d9cd: am 57c5a556: Merge "Disable clang compilation due to lack of ifunc." by Chih-Hung Hsieh · 11 years ago
  98. 2a45d8c am 1dd65cc3: am c83837ec: Merge "Make the netdb unit tests work on the host." by Elliott Hughes · 11 years ago
  99. 4922089 am 3f5d8a00: am cad8d226: Merge "Use mxcr_mask instead of mxcsr_mask to match glibc." by Elliott Hughes · 11 years ago
  100. 413a4bd am 43ec1fb7: am a4c0b756: Merge "Add mkfifoat(3)." by Elliott Hughes · 11 years ago