1. 86fdf8f Revert "Fix symbol lookup order during relocation" by Dmitriy Ivanov · 10 years ago
  2. 976402c Fix symbol lookup order during relocation by Dmitriy Ivanov · 10 years ago
  3. fd2747b Fix relocation to look for symbols in local group by Dmitriy Ivanov · 10 years ago
  4. c87f65d Add RTLD_NODELETE flag support by Dmitriy Ivanov · 10 years ago
  5. 0f47d9c Fix unused DT entry warnings. by Dmitriy Ivanov · 10 years ago
  6. f90e210 Return has_DT_SYMBOLIC flag. by Dmitriy Ivanov · 10 years ago
  7. b364d95 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 10 years ago
  8. c85e82d Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 10 years ago
  9. de01780 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 10 years ago
  10. 1cd0c67 L-MR1 specific fixes by Dmitriy Ivanov · 10 years ago
  11. f4cb631 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 10 years ago
  12. ae69a95 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  13. c0133a7 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  14. 59c12a6 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  15. 7210c41 Encapsulate soinfo_link_image and soinfo_relocate by Dmitriy Ivanov · 10 years ago
  16. 3bbd218 Bump soinfo version by Dmitriy Ivanov · 10 years ago
  17. bd321c1 Run constructors before resolving ifunc functions by Dmitriy Ivanov · 10 years ago
  18. 31b88da Added test for ifunc support in dynamic linker. by Brigid Smith · 10 years ago
  19. 9419420 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 10 years ago
  20. db7a17d Revert "Revert "Fix dlsym(3) to do breadth first search."" by Dmitriy Ivanov · 10 years ago
  21. 1b1966d Revert "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 10 years ago
  22. 422106a Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 10 years ago
  23. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 10 years ago
  24. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 10 years ago
  25. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 10 years ago
  26. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 10 years ago
  27. 1728b23 Switch to g_ for globals. by Elliott Hughes · 10 years ago
  28. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 11 years ago
  29. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 11 years ago
  30. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  31. 3a9c5d6 Fix <link.h>. by Elliott Hughes · 11 years ago
  32. 5ceb889 bionic: Change the type of soinfo's size to size_t by Weiwu Chen · 11 years ago
  33. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 11 years ago
  34. 1272dbd Add NT_PRSTATUS to <elf.h>. by Elliott Hughes · 11 years ago
  35. 74ce459 Update <sys/exec_elf.h> to get the DF_* flags. by Elliott Hughes · 11 years ago
  36. e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 11 years ago
  37. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 11 years ago
  38. c00f2cb x86_64 linker. by Elliott Hughes · 11 years ago
  39. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
  40. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 11 years ago
  41. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 11 years ago
  42. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  43. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 12 years ago
  44. fa8c05d Use Elf32_Addr instead of unsigned in linker by Kito Cheng · 12 years ago
  45. 650be4e More linker cleanup. by Elliott Hughes · 12 years ago
  46. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 12 years ago
  47. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 12 years ago
  48. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 12 years ago
  49. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 12 years ago
  50. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 12 years ago
  51. d23736e Keep the dynamic linker's soinfo pools mostly read-only. by Elliott Hughes · 12 years ago
  52. 1a69616 Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too. by Elliott Hughes · 12 years ago
  53. ba98d92 Dynamically allocate soinfo-structs in linker by Magnus Malmborn · 12 years ago
  54. 5ae44f3 linker: handle R_ARM_COPY relocations in a proper way by Ard Biesheuvel · 12 years ago
  55. 18a206c More dynamic linker cleanup. by Elliott Hughes · 12 years ago
  56. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 12 years ago
  57. bedfe38 More cleanup. by Elliott Hughes · 12 years ago
  58. 5135b3a linker: don't perform unnecessary mprotects by Nick Kralevich · 12 years ago
  59. 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 12 years ago
  60. d7daacb MIPS support to the linker by Raghu Gandham · 12 years ago
  61. b52e438 linker: improve loadable segment protection. by David 'Digit' Turner · 12 years ago
  62. bea23e5 linker: rename load_offset to load_bias. by David 'Digit' Turner · 12 years ago
  63. c1bd559 linker: New sources to manage the ELF program header table. by David 'Digit' Turner · 12 years ago
  64. 1608416 linker: small code-cleanup by David 'Digit' Turner · 12 years ago
  65. f186a18 Support non-zero p_vaddr in first PT_LOAD segment by Ji-Hwan Lee · 12 years ago
  66. 9ec0f03 Add relro support by Nick Kralevich · 13 years ago
  67. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 13 years ago
  68. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 13 years ago
  69. e83c56d Execute .preinit_array before any shared object initialization functions. by Evgeniy Stepanov · 13 years ago
  70. 468319c Make the linker relocatable. by Nick Kralevich · 13 years ago
  71. 8e8a7b1 Revert "Make the linker relocatable." by Nick Kralevich · 13 years ago
  72. 994e9a5 Make the linker relocatable. by Nick Kralevich · 13 years ago
  73. bda5da0 fix prototype of dladdr by Mathias Agopian · 13 years ago
  74. 38bccb2 linker.h: don't change the soinfo structure by Nick Kralevich · 13 years ago
  75. 48527c3 Revert "Revert "linker: get rid of the buddy allocator"" by Shih-wei Liao · 13 years ago
  76. f9a9cda Revert "linker: get rid of the buddy allocator" by Nick Kralevich · 13 years ago
  77. 7059b1f linker: get rid of the buddy allocator by Nick Kralevich · 13 years ago
  78. 1698d9e Fixed support for RTLD_NEXT in dlsym() by Matt Fischer · 15 years ago
  79. e2a8b1f Added support for dladdr() by Matt Fischer · 15 years ago
  80. a3de55c am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 15 years ago
  81. fe62de1 Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 15 years ago
  82. 10be95c merge from open-source master by Jean-Baptiste Queru · 15 years ago
  83. ad13c57 added and modified linker to support SuperH architecture by Shin-ichiro KAWASAKI · 15 years ago
  84. 9ea64da bionic/linker: change lookup() to return soinfo, not base by Iliyan Malchev · 15 years ago
  85. 2e85579 linker: Make the errors reported by dlopen/dlsym be more useful. by Dima Zavin · 15 years ago
  86. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  87. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  88. a799b53 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  89. fe57450 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  90. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  91. a27d2ba Initial Contribution by The Android Open Source Project · 16 years ago