1. 83fcb54 Fix linker crash on trying to unload main executable by Dimitry Ivanov · 9 years ago
  2. 5480761 Improve error message for empty list of public libs by Dimitry Ivanov · 9 years ago
  3. 1c3a5d8 Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL" by Than McIntosh · 9 years ago
  4. aca299a Remove dangling links in secondary namespaces by Dimitry Ivanov · 9 years ago
  5. 3647314 linker: remove unnecessary reset of constructors_called flag by Dimitry Ivanov · 9 years ago
  6. dd906d7 linker: unload RTLD_NODELETE libraries when loading fails by Dimitry Ivanov · 9 years ago
  7. 83b44a9 Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL by Lazar Trsic · 9 years ago
  8. d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 9 years ago
  9. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  10. 722072d CloseArchive() to free memory when OpenArchive fails. by Yabin Cui · 9 years ago
  11. e97d8ed Do not add linker the _r_debug.r_map on link_image by Dimitry Ivanov · 10 years ago
  12. d17a377 linker: print "not accessible" error message to the log by Dimitry Ivanov · 10 years ago
  13. 9f0a695 Improvements to dynamic linker messages by Dimitry Ivanov · 10 years ago
  14. 6b788ee Move gdb support functions to a separate file by Dimitry Ivanov · 10 years ago
  15. 0fa5410 Revert "Move gdb support functions to a separate file" by Nicolas Geoffray · 10 years ago
  16. f8d051c Move gdb support functions to a separate file by Dimitry Ivanov · 10 years ago
  17. f3064e4 Use insert_link_map_into_debug_map for executable by Dimitry Ivanov · 10 years ago
  18. c347a10 Merge "Update a comment for init_linker_info_for_gdb" by Dimitry Ivanov · 10 years ago
  19. 6400129 Update a comment for init_linker_info_for_gdb by Dimitry Ivanov · 10 years ago
  20. 8d22dd5 Initialize linker link_map for gdb directly by Dimitry Ivanov · 10 years ago
  21. e687d06 linker: remove soinfo::entry by Dimitry Ivanov · 10 years ago
  22. 88f5111 linker: Change the library search order by Dimitry Ivanov · 10 years ago
  23. f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
  24. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  25. 116b569 Clarify which linker we are. by Elliott Hughes · 10 years ago
  26. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  27. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
  28. 0bc3977 Merge "Move dlsym and dladdr implementation to linker.cpp" by Dimitry Ivanov · 10 years ago
  29. 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
  30. cb025e5 Merge "Revert "Add /odm/lib to shared lib search path"" by Dimitry Ivanov · 10 years ago
  31. 3980175 Merge "Add permitted_when_isolated_path to linker namespaces" by Dimitry Ivanov · 10 years ago
  32. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  33. 5a3ab34 Merge "Revert "Ensure that readlink has access to /proc/self/fd"" by Dimitry Ivanov · 10 years ago
  34. db43526 Revert "Ensure that readlink has access to /proc/self/fd" by Dimitry Ivanov · 10 years ago
  35. 40728bc Revert "Add /odm/lib to shared lib search path" by Dimitry Ivanov · 10 years ago
  36. e371ae6 Merge "Allow dlopening public libs using absolute path" by Dimitry Ivanov · 10 years ago
  37. 22840aa Allow dlopening public libs using absolute path by Dimitry Ivanov · 10 years ago
  38. 939a7e0 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  39. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  40. 0ebe2f0 Merge "Add /odm/lib to shared lib search path" by Hung-ying Tyan · 10 years ago
  41. 313632d Merge "Do not depend on host bits to get the right size to write." by Junichi Uekawa · 10 years ago
  42. ff35b1e Do not depend on host bits to get the right size to write. by Junichi Uekawa · 10 years ago
  43. f74b041 Add /odm/lib to shared lib search path by Hung-ying Tyan · 10 years ago
  44. 3cc35e2 Ignore target sdk version for the public namespace by Dmitriy Ivanov · 10 years ago
  45. fbfba64 Remove the warning about empty LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  46. d9b08a0 Fix arm64 and x86 builds by Dmitriy Ivanov · 10 years ago
  47. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  48. fd7a91e linker: cleanup solist after unsuccessful read by Dmitriy Ivanov · 10 years ago
  49. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  50. 4f7a7ad Implement Library Load Order Randomization by Dmitriy Ivanov · 10 years ago
  51. 5fd94df Merge "Replace auto -> const auto&/auto&&" by Dimitry Ivanov · 10 years ago
  52. 9c2122e Merge "Fix R_AARCH64_ABS/PREL relocations" by Dimitry Ivanov · 10 years ago
  53. 77f91c6 Fix R_AARCH64_ABS/PREL relocations by Dmitriy Ivanov · 10 years ago
  54. 4e50d02 Ensure that readlink has access to /proc/self/fd by Dmitriy Ivanov · 10 years ago
  55. fae39d2 Log dlopen failures caused by text relocations by Dmitriy Ivanov · 10 years ago
  56. 5dce894 Replace auto -> const auto&/auto&& by Dmitriy Ivanov · 10 years ago
  57. 6f2d310 Correctly resolve realpath for absolute paths by Lazar Trsic · 10 years ago
  58. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  59. 8068786 Remove textrels support for platform libs by Dmitriy Ivanov · 10 years ago
  60. a1feb11 Make dt_runpath work for libraries opened from apk by Dmitriy Ivanov · 10 years ago
  61. 7e03993 Fix the comment by Dmitriy Ivanov · 10 years ago
  62. b482750 Optimize dlopen from a zip file by Dmitriy Ivanov · 10 years ago
  63. 280d546 Fix bug number for linker related workarounds by Dmitriy Ivanov · 10 years ago
  64. edfc9f6 linker: don't pass dlextinfo to dependent loads by Dmitriy Ivanov · 10 years ago
  65. b447440 Prevent buffer over-read in linker.cpp's parse_path. by tony.ys_liu · 10 years ago
  66. ec83a61 Restore protection flags for ifunc during relocs. by Dmitriy Ivanov · 10 years ago
  67. d294863 Use a less misleading name for the code that sets up the main thread. by Elliott Hughes · 10 years ago
  68. 730ed9d Add constant for zip separator by Dmitriy Ivanov · 10 years ago
  69. d640b22 A special linker for ASan executables. by Evgenii Stepanov · 10 years ago
  70. 609f11b Fix memory-leak on soinfo_free() by Dmitriy Ivanov · 10 years ago
  71. 33ef6c2 Merge "Respect caller DT_RUNPATH in dlopen()." by Evgenii Stepanov · 10 years ago
  72. 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 10 years ago
  73. c224747 Improve personality initialization by Dmitriy Ivanov · 10 years ago
  74. 7271caf Lock on dl_interate_phdr by Dmitriy Ivanov · 10 years ago
  75. 71107cd Merge "Rename ZipEntryName to ZipString" by Yusuke Sato · 10 years ago
  76. 3f987f5 Fix crash when trying to load invalid ELF file. by Dmitriy Ivanov · 10 years ago
  77. 56f40fb Rename ZipEntryName to ZipString by Yusuke Sato · 10 years ago
  78. bc425c7 [MIPS] Support FR=0 emulation on FR=1 64-bit FP registers by Duane Sand · 10 years ago
  79. c666838 Merge "Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers"" by Dimitry Ivanov · 10 years ago
  80. cc83890 Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers" by Dimitry Ivanov · 10 years ago
  81. e4ad91f Remove text-relocs support for apps targeting M+ by Dmitriy Ivanov · 10 years ago
  82. d02ec08 [MIPS] Support FR=0 emulation on FR=1 64-bit FP registers by Duane Sand · 10 years ago
  83. a970333 Improve library lookup logic by Dmitriy Ivanov · 10 years ago
  84. d2c81ed Revert "Improve library lookup logic" by Dimitry Ivanov · 10 years ago
  85. 455c145 Improve library lookup logic by Dmitriy Ivanov · 10 years ago
  86. 402a750 Make path to apk compliant with jar url format by Dmitriy Ivanov · 10 years ago
  87. 175dae9 Fix l_addr for the linker by Dmitriy Ivanov · 10 years ago
  88. 72af123 Merge "Support DT_RUNPATH in the linker." by Evgenii Stepanov · 10 years ago
  89. 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 10 years ago
  90. ba1d40a Merge "Statically linked executables should honor AT_SECURE." by Elliott Hughes · 10 years ago
  91. 1801db3 Statically linked executables should honor AT_SECURE. by Elliott Hughes · 10 years ago
  92. 624b8f1 Check if strtab exists before using it by Dmitriy Ivanov · 10 years ago
  93. 1913352 Backward compatibility for dlsym(RTLD_DEFAULT, ...) by Dmitriy Ivanov · 10 years ago
  94. 11b15b2 Merge "Work around for libraries without dt_soname" by Dmitriy Ivanov · 10 years ago
  95. 75108f4 Work around for libraries without dt_soname by Dmitriy Ivanov · 10 years ago
  96. f439b5a Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 10 years ago
  97. 5511551 Merge "Improve some of error/warning messages" by Dmitriy Ivanov · 10 years ago
  98. d974e88 Work around incorrect dt_needed entries by Dmitriy Ivanov · 10 years ago
  99. 087005f Improve some of error/warning messages by Dmitriy Ivanov · 10 years ago
  100. b96ac41 Fix RTLD_NEXT lookup for the local_group by Dmitriy Ivanov · 10 years ago