1. d84897d Revert "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 10 years ago
  2. 189ac9f Revert "Fix relocation to look for symbols in local group" by Dmitriy Ivanov · 10 years ago
  3. 8bf7353 Revert "Remove unnecessary lookups during relocations" by Dmitriy Ivanov · 10 years ago
  4. 8b952f5 Revert "Fix mips build" by Dmitriy Ivanov · 10 years ago
  5. 86fdf8f Revert "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 10 years ago
  6. 976402c Fix symbol lookup order during relocation by Dmitriy Ivanov · 10 years ago
  7. bf3d5ef Fix mips build by Dmitriy Ivanov · 10 years ago
  8. 6442dbd Remove unnecessary lookups during relocations by Dmitriy Ivanov · 10 years ago
  9. fd2747b Fix relocation to look for symbols in local group by Dmitriy Ivanov · 10 years ago
  10. e4bc6f0 Ignore DT_BIND_NOW (0x18) by Dmitriy Ivanov · 10 years ago
  11. 1d3e81a Resolve "unused DT entry" warnings for x86_64 by Dmitriy Ivanov · 10 years ago
  12. c87f65d Add RTLD_NODELETE flag support by Dmitriy Ivanov · 10 years ago
  13. 210ff1b Fix mips build by Dmitriy Ivanov · 10 years ago
  14. 0f47d9c Fix unused DT entry warnings. by Dmitriy Ivanov · 10 years ago
  15. f90e210 Return has_DT_SYMBOLIC flag. by Dmitriy Ivanov · 10 years ago
  16. d5eb108 Temporary disable DL_WARNs for unused DT_* by Dmitriy Ivanov · 10 years ago
  17. 0960884 Fix 64bit build by Dmitriy Ivanov · 10 years ago
  18. 634a045 Fix some unused DT_ warnings by Dmitriy Ivanov · 10 years ago
  19. b364d95 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 10 years ago
  20. c85e82d Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 10 years ago
  21. 926797a Reformatting by Dmitriy Ivanov · 10 years ago
  22. 702ab5b Rename library_offset to library_fd_offset by Dmitriy Ivanov · 10 years ago
  23. de01780 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 10 years ago
  24. 04f5f41 Fix gdb could not get shared library list issue by Ningsheng Jian · 10 years ago
  25. 7d971ec Fix unload of recursively linked library by Dmitriy Ivanov · 10 years ago
  26. f4cb631 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 10 years ago
  27. ef1306d Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 10 years ago
  28. ae69a95 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  29. c0133a7 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  30. 8de1dde Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 10 years ago
  31. 59c12a6 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  32. 7210c41 Encapsulate soinfo_link_image and soinfo_relocate by Dmitriy Ivanov · 10 years ago
  33. ff01f6f Introduce size-based r/w allocators by Dmitriy Ivanov · 10 years ago
  34. 4d01d08 Erase elements in LinkedList::remove_if by Dmitriy Ivanov · 10 years ago
  35. cfad7ae Replace NULL with nullptr by Dmitriy Ivanov · 10 years ago
  36. 5dfe802 Remove unnecessary calls to LinkedList::clear() by Dmitriy Ivanov · 10 years ago
  37. 93c3f42 Enable __cxa_atexit && __cxa_finalize for linker by Dmitriy Ivanov · 10 years ago
  38. 3bbd218 Bump soinfo version by Dmitriy Ivanov · 10 years ago
  39. bd321c1 Run constructors before resolving ifunc functions by Dmitriy Ivanov · 10 years ago
  40. 31b88da Added test for ifunc support in dynamic linker. by Brigid Smith · 10 years ago
  41. 05e190c Look into ld_preloads before current library by Dmitriy Ivanov · 10 years ago
  42. 172955a Replace snprintf calls in linker. by Christopher Ferris · 10 years ago
  43. 9419420 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 10 years ago
  44. 8a84d38 Optimize symbol lookup by Dmitriy Ivanov · 10 years ago
  45. db7a17d Revert "Revert "Fix dlsym(3) to do breadth first search."" by Dmitriy Ivanov · 10 years ago
  46. 1b1966d Revert "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 10 years ago
  47. 422106a Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 10 years ago
  48. 5febb0d Fix 'adb shell /system/bin/linker' crash by Dmitriy Ivanov · 10 years ago
  49. 6554996 Fix global variable initialization for linker by Dmitriy Ivanov · 10 years ago
  50. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 10 years ago
  51. 76e289c Revert "Reenable support for non-PIE executables" by Nick Kralevich · 10 years ago
  52. d383066 Build fix by Dmitriy Ivanov · 10 years ago
  53. 04dc91a Load library using file handle. by Dmitriy Ivanov · 10 years ago
  54. 12bf3bc Write message to stderr on __libc_fatal() by Dmitriy Ivanov · 10 years ago
  55. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 10 years ago
  56. aa836f7 Reinstate the x86 dynamic linker warning for text relocations. by Elliott Hughes · 10 years ago
  57. e43c4a7 Disallow dlopen("egl/blah.so") on LP64 by Dmitriy Ivanov · 10 years ago
  58. d81b3b2 Reenable support for non-PIE executables by Nick Kralevich · 10 years ago
  59. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 10 years ago
  60. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 10 years ago
  61. ce00354 Merge "Do not add arcs to the soinfo graph on dlopen" by Dmitriy Ivanov · 10 years ago
  62. 3c005d6 Do not add arcs to the soinfo graph on dlopen by Bjorn Andersson · 10 years ago
  63. 2ea60ff Remove unnecessary #includes of <sys/atomics.h>. by Elliott Hughes · 10 years ago
  64. f092feb Merge "Add R_X86_64_64 to the list of possible weak relocs" by Dmitriy Ivanov · 10 years ago
  65. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 10 years ago
  66. bb5bb20 Add R_X86_64_64 to the list of possible weak relocs by Pavel Chupin · 10 years ago
  67. 489e498 Fix lookup-by-base-name for lp64 by Dmitriy Ivanov · 10 years ago
  68. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 10 years ago
  69. 1728b23 Switch to g_ for globals. by Elliott Hughes · 10 years ago
  70. d44927b Merge "Refactor linker allocator" by Dmitriy Ivanov · 10 years ago
  71. d597d26 Refactor linker allocator by Dmitriy Ivanov · 10 years ago
  72. 6275f20 Cleanup: updated comments by Dmitriy Ivanov · 10 years ago
  73. b906e13 Cleanup: remove AARCH/ARM_COPY relocation support by Dmitriy Ivanov · 10 years ago
  74. 2aebf54 Remove support for non-PIE executables by Nick Kralevich · 10 years ago
  75. 5ca7ed9 Disallow dlopen("egl/blah.so") on LP64 by Dmitriy Ivanov · 10 years ago
  76. 0dcf06f Fix arm64/x86 build. by Torne (Richard Coles) · 10 years ago
  77. b1bfa79 Merge "Allow sharing the RELRO section via a file." by Torne (Richard Coles) · 10 years ago
  78. c363e5d Merge "Support loading libraries to a reserved address." by Torne (Richard Coles) · 10 years ago
  79. 16f6429 Merge "Add android_dlopen_ext() interface to linker." by Torne (Richard Coles) · 10 years ago
  80. 865119e Temporarily disable text relocation warnings for x86 libraries by Du Chenyang · 10 years ago
  81. 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 10 years ago
  82. 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 10 years ago
  83. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 10 years ago
  84. 812fd42 Use __unused instead of UNUSED in linker.cpp by Kito Cheng · 10 years ago
  85. 006f9ad Linker writes to wrong memory location when processing DT_MIPS_RLD_MAP by Benjamin Adolphi · 10 years ago
  86. c62b8a4 Remove unused variables not spotted by GCC. by Elliott Hughes · 10 years ago
  87. faf05ba Clean up all the lint cpplint can find in the dynamic linker. by Elliott Hughes · 10 years ago
  88. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 10 years ago
  89. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 10 years ago
  90. 3a9c5d6 Fix <link.h>. by Elliott Hughes · 10 years ago
  91. 5ceb889 bionic: Change the type of soinfo's size to size_t by Weiwu Chen · 11 years ago
  92. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 10 years ago
  93. b93702a Improve dynamic linker diagnostics for internal errors. by Elliott Hughes · 10 years ago
  94. e365f9d AArch64: Linker64 support for AArch64 by Marcus Oakland · 11 years ago
  95. 5407eed Fix debugging issues in vdso handling by Pavel Chupin · 11 years ago
  96. ebd506c Fix linker crashes during unknown symbol lookup by Sergey Melnikov · 11 years ago
  97. e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 11 years ago
  98. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 11 years ago
  99. b8b0b6b Revert "Don't warn about x86 text relocations. They're too prevalent." by Elliott Hughes · 11 years ago
  100. 5be2c59 Don't warn about x86 text relocations. They're too prevalent. by Elliott Hughes · 11 years ago