1. 280d546 Fix bug number for linker related workarounds by Dmitriy Ivanov · 10 years ago
  2. afab3ff Move PAGE_MASK into <sys/user.h>. by Elliott Hughes · 10 years ago
  3. 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 10 years ago
  4. 7271caf Lock on dl_interate_phdr by Dmitriy Ivanov · 10 years ago
  5. bc425c7 [MIPS] Support FR=0 emulation on FR=1 64-bit FP registers by Duane Sand · 10 years ago
  6. cc83890 Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers" by Dimitry Ivanov · 10 years ago
  7. d02ec08 [MIPS] Support FR=0 emulation on FR=1 64-bit FP registers by Duane Sand · 10 years ago
  8. 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 10 years ago
  9. 1913352 Backward compatibility for dlsym(RTLD_DEFAULT, ...) by Dmitriy Ivanov · 10 years ago
  10. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
  11. 9185e04 Apply work around b/19059885 to x86 by Dmitriy Ivanov · 10 years ago
  12. f39cb63 Lookup version info when relocating mips got by Dmitriy Ivanov · 10 years ago
  13. 7e4bbba Refactoring: move VersionTracker to link_image by Dmitriy Ivanov · 10 years ago
  14. 31b408d Refactoring: extract lookup_version_info(..) by Dmitriy Ivanov · 10 years ago
  15. 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
  16. aae859c Add realpath for soinfo by Dmitriy Ivanov · 10 years ago
  17. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 10 years ago
  18. 56be6ed Revert "Remove text-relocation support for lp32" by Dimitry Ivanov · 10 years ago
  19. cb00add Remove text-relocation support for lp32 by Dmitriy Ivanov · 10 years ago
  20. 20d89cb Fix long lines and replace macros with functions. by Dmitriy Ivanov · 10 years ago
  21. e631f91 Limit soinfo compatibility fields to arm32 by Dmitriy Ivanov · 10 years ago
  22. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
  23. 3597b80 Store fields for gnu_hash separately by Dmitriy Ivanov · 10 years ago
  24. 18a6956 Add support for packed relocations. by Dmitriy Ivanov · 10 years ago
  25. fa26eee Refactoring: introduce reloc_iterators by Dmitriy Ivanov · 10 years ago
  26. 114ff69 Refactoring: move mips reloc to separate method by Dmitriy Ivanov · 11 years ago
  27. bcc04d0 Refactoring: unify relocate function by Dmitriy Ivanov · 11 years ago
  28. ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 11 years ago
  29. 047b593 Rename soinfo methods and fields by Dmitriy Ivanov · 11 years ago
  30. 8894091 Fix mips build by Dmitriy Ivanov · 11 years ago
  31. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 11 years ago
  32. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  33. cfa97f1 Fix relocation to look for symbols in local group by Dmitriy Ivanov · 11 years ago
  34. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  35. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 11 years ago
  36. 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
  37. 96bc37f Return has_DT_SYMBOLIC flag. by Dmitriy Ivanov · 11 years ago
  38. 8f61d99 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 11 years ago
  39. e8ba50f Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 11 years ago
  40. 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 11 years ago
  41. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  42. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  43. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  44. 29bbc9d Encapsulate soinfo_link_image and soinfo_relocate by Dmitriy Ivanov · 11 years ago
  45. 0d15094 Bump soinfo version by Dmitriy Ivanov · 11 years ago
  46. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  47. 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 11 years ago
  48. c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
  49. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
  50. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 11 years ago
  51. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 11 years ago
  52. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 11 years ago
  53. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 11 years ago
  54. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  55. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 11 years ago
  56. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 11 years ago
  57. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  58. 3a9c5d6 Fix <link.h>. by Elliott Hughes · 11 years ago
  59. 5ceb889 bionic: Change the type of soinfo's size to size_t by Weiwu Chen · 12 years ago
  60. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 12 years ago
  61. 1272dbd Add NT_PRSTATUS to <elf.h>. by Elliott Hughes · 12 years ago
  62. 74ce459 Update <sys/exec_elf.h> to get the DF_* flags. by Elliott Hughes · 12 years ago
  63. e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 12 years ago
  64. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 12 years ago
  65. c00f2cb x86_64 linker. by Elliott Hughes · 12 years ago
  66. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
  67. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 12 years ago
  68. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 12 years ago
  69. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  70. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 12 years ago
  71. fa8c05d Use Elf32_Addr instead of unsigned in linker by Kito Cheng · 12 years ago
  72. 650be4e More linker cleanup. by Elliott Hughes · 12 years ago
  73. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 12 years ago
  74. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 12 years ago
  75. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 12 years ago
  76. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 13 years ago
  77. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 13 years ago
  78. d23736e Keep the dynamic linker's soinfo pools mostly read-only. by Elliott Hughes · 13 years ago
  79. 1a69616 Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too. by Elliott Hughes · 13 years ago
  80. ba98d92 Dynamically allocate soinfo-structs in linker by Magnus Malmborn · 13 years ago
  81. 5ae44f3 linker: handle R_ARM_COPY relocations in a proper way by Ard Biesheuvel · 13 years ago
  82. 18a206c More dynamic linker cleanup. by Elliott Hughes · 13 years ago
  83. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 13 years ago
  84. bedfe38 More cleanup. by Elliott Hughes · 13 years ago
  85. 5135b3a linker: don't perform unnecessary mprotects by Nick Kralevich · 13 years ago
  86. 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 13 years ago
  87. d7daacb MIPS support to the linker by Raghu Gandham · 13 years ago
  88. b52e438 linker: improve loadable segment protection. by David 'Digit' Turner · 13 years ago
  89. bea23e5 linker: rename load_offset to load_bias. by David 'Digit' Turner · 13 years ago
  90. c1bd559 linker: New sources to manage the ELF program header table. by David 'Digit' Turner · 13 years ago
  91. 1608416 linker: small code-cleanup by David 'Digit' Turner · 13 years ago
  92. f186a18 Support non-zero p_vaddr in first PT_LOAD segment by Ji-Hwan Lee · 13 years ago
  93. 9ec0f03 Add relro support by Nick Kralevich · 13 years ago
  94. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 13 years ago
  95. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 13 years ago
  96. e83c56d Execute .preinit_array before any shared object initialization functions. by Evgeniy Stepanov · 14 years ago
  97. 468319c Make the linker relocatable. by Nick Kralevich · 14 years ago
  98. 8e8a7b1 Revert "Make the linker relocatable." by Nick Kralevich · 14 years ago
  99. 994e9a5 Make the linker relocatable. by Nick Kralevich · 14 years ago
  100. bda5da0 fix prototype of dladdr by Mathias Agopian · 14 years ago