1. dcaef37 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 10 years ago
  2. 19b669b Remove linker-namespace functions from the header by Dimitry Ivanov · 10 years ago
  3. bee8572 Fix linker crash on trying to unload main executable by Dimitry Ivanov · 10 years ago
  4. 19b5e8c Add libvorbisidec.so to the grey-list by Dimitry Ivanov · 10 years ago
  5. 0551c1d Remove dangling links in secondary namespaces by Dimitry Ivanov · 10 years ago
  6. 79abce4 linker: unload RTLD_NODELETE libraries when loading fails by Dimitry Ivanov · 10 years ago
  7. 8e3a3fb Add libgui.so to the grey-list by Dimitry Ivanov · 10 years ago
  8. 5981d5b Add libexpat.so to the grey-list by Dimitry Ivanov · 10 years ago
  9. 38b88a4 Use consistent quoting in linker messages. by Elliott Hughes · 10 years ago
  10. b3ee859 CloseArchive() to free memory when OpenArchive fails. by Yabin Cui · 10 years ago
  11. 9ce09e4 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  12. ae74e87 linker: hide the pointer to soinfo by Dimitry Ivanov · 10 years ago
  13. 9acb3b7 Do not add linker the _r_debug.r_map on link_image by Dimitry Ivanov · 10 years ago
  14. b6ac9aa Improvements to dynamic linker messages by Dimitry Ivanov · 10 years ago
  15. ed70f6a Move gdb support functions to a separate file by Dimitry Ivanov · 10 years ago
  16. 0f478e8 Use insert_link_map_into_debug_map for executable by Dimitry Ivanov · 10 years ago
  17. fefb4d3 Update a comment for init_linker_info_for_gdb by Dimitry Ivanov · 10 years ago
  18. 05b60b2 Initialize linker link_map for gdb directly by Dimitry Ivanov · 10 years ago
  19. 19930d5 Remove missing DT_SONAME warning from the toast by Dimitry Ivanov · 10 years ago
  20. 06abcef debuggerd: rethrow the full signal we receive, always. by Josh Gao · 10 years ago
  21. 31e910c Add libsqlite.so to the grey-list by Dimitry Ivanov · 10 years ago
  22. 6be6ef5 Modify android_dlwarning function to use a callback by Dimitry Ivanov · 10 years ago
  23. 350bdad linker: print "not accessible" error message to the log by Dimitry Ivanov · 10 years ago
  24. df91dc2 Add android_dlwarning() method by Dimitry Ivanov · 10 years ago
  25. b8e3769 Fix is_greylisted check in case of an absolute path by Dimitry Ivanov · 10 years ago
  26. 5596502 Merge "Updated to v4.4.1 kernel headers." am: 831c8a5249 am: e5df2f5f59 by Christopher Ferris · 10 years ago
  27. 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
  28. 8b898d1 Merge "linker: Change the library search order" am: c92ffa95fc am: 10e4fd56b5 by Dimitry Ivanov · 10 years ago
  29. 88f5111 linker: Change the library search order by Dimitry Ivanov · 10 years ago
  30. f53e7de linker: check if needed_by is nullptr by Dimitry Ivanov · 10 years ago
  31. 1005748 Do not allow System.load() of external libraries by Dimitry Ivanov · 10 years ago
  32. 9a020b1 Merge "linker: mark library .bss pages with anon:.bss" am: 0e915b294b by Dimitry Ivanov · 10 years ago
  33. 1b84afc linker: mark library .bss pages with anon:.bss by Dimitry Ivanov · 10 years ago
  34. 116b57f Merge "Unify names for pages allocated for small objects" am: eecae0a359 by Dimitry Ivanov · 10 years ago
  35. d9d6a84 Unify names for pages allocated for small objects by Dimitry Ivanov · 10 years ago
  36. a2a0501 Add libskia.so to the grey-list. by Dimitry Ivanov · 10 years ago
  37. 20c5c24 Merge "linker: align allocated blocks to 16 bytes" am: b3ec261817 am: 8aea99eacb by Dimitry Ivanov · 10 years ago
  38. 3edc5c4 linker: align allocated blocks to 16 bytes by Dimitry Ivanov · 10 years ago
  39. 321dc06 Merge "Do not unmap reserved region on dlclose" am: 3e3b992469 am: 7a55637013 by Dimitry Ivanov · 10 years ago
  40. f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
  41. 78dfc40 Greylist libui.so by Dimitry Ivanov · 10 years ago
  42. dc2bee9 Add the name of needed_by library to the warning by Dimitry Ivanov · 10 years ago
  43. f1db47a Limit greylisting to apps targeting sdk version<=23 by Dimitry Ivanov · 10 years ago
  44. 8849ad6 Merge "Defend against -fstack-protector in libc startup." am: 195b85a80f by Elliott Hughes · 10 years ago
  45. 36ac45f Refine greylist to exclude transitively DT_NEEDED libraries by Dimitry Ivanov · 10 years ago
  46. a8bda26 Greylist some of internal native libraries by Dimitry Ivanov · 10 years ago
  47. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  48. 116b569 Clarify which linker we are. by Elliott Hughes · 10 years ago
  49. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  50. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
  51. 0bc3977 Merge "Move dlsym and dladdr implementation to linker.cpp" by Dimitry Ivanov · 10 years ago
  52. 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
  53. cb025e5 Merge "Revert "Add /odm/lib to shared lib search path"" by Dimitry Ivanov · 10 years ago
  54. 3980175 Merge "Add permitted_when_isolated_path to linker namespaces" by Dimitry Ivanov · 10 years ago
  55. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  56. 5a3ab34 Merge "Revert "Ensure that readlink has access to /proc/self/fd"" by Dimitry Ivanov · 10 years ago
  57. db43526 Revert "Ensure that readlink has access to /proc/self/fd" by Dimitry Ivanov · 10 years ago
  58. 40728bc Revert "Add /odm/lib to shared lib search path" by Dimitry Ivanov · 10 years ago
  59. e371ae6 Merge "Allow dlopening public libs using absolute path" by Dimitry Ivanov · 10 years ago
  60. 22840aa Allow dlopening public libs using absolute path by Dimitry Ivanov · 10 years ago
  61. 939a7e0 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  62. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  63. 3c52481 Handling invalid section headers by Dmitriy Ivanov · 10 years ago
  64. 84bab5a Move some utility functions to linker_utils by Dmitriy Ivanov · 10 years ago
  65. b76123f Improve error message for files with no sections by Dmitriy Ivanov · 10 years ago
  66. 0ebe2f0 Merge "Add /odm/lib to shared lib search path" by Hung-ying Tyan · 10 years ago
  67. 313632d Merge "Do not depend on host bits to get the right size to write." by Junichi Uekawa · 10 years ago
  68. ff35b1e Do not depend on host bits to get the right size to write. by Junichi Uekawa · 10 years ago
  69. f74b041 Add /odm/lib to shared lib search path by Hung-ying Tyan · 10 years ago
  70. 3cc35e2 Ignore target sdk version for the public namespace by Dmitriy Ivanov · 10 years ago
  71. fbfba64 Remove the warning about empty LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  72. d9b08a0 Fix arm64 and x86 builds by Dmitriy Ivanov · 10 years ago
  73. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  74. fd7a91e linker: cleanup solist after unsuccessful read by Dmitriy Ivanov · 10 years ago
  75. 7a9311f Fix linked_list::remove_if() by Dmitriy Ivanov · 10 years ago
  76. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  77. 4f7a7ad Implement Library Load Order Randomization by Dmitriy Ivanov · 10 years ago
  78. cf1cbbe refactoring: introduce MappedFileFragment by Dmitriy Ivanov · 10 years ago
  79. 747d30e dlfcn: update ifdef around old_name_ by Mike Frysinger · 10 years ago
  80. 5fd94df Merge "Replace auto -> const auto&/auto&&" by Dimitry Ivanov · 10 years ago
  81. 9c2122e Merge "Fix R_AARCH64_ABS/PREL relocations" by Dimitry Ivanov · 10 years ago
  82. 77f91c6 Fix R_AARCH64_ABS/PREL relocations by Dmitriy Ivanov · 10 years ago
  83. 4e50d02 Ensure that readlink has access to /proc/self/fd by Dmitriy Ivanov · 10 years ago
  84. fae39d2 Log dlopen failures caused by text relocations by Dmitriy Ivanov · 10 years ago
  85. 5dce894 Replace auto -> const auto&/auto&& by Dmitriy Ivanov · 10 years ago
  86. 6f2d310 Correctly resolve realpath for absolute paths by Lazar Trsic · 10 years ago
  87. b28ffc7 linker: Switch to clang by Dmitriy Ivanov · 10 years ago
  88. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  89. 8068786 Remove textrels support for platform libs by Dmitriy Ivanov · 10 years ago
  90. a1feb11 Make dt_runpath work for libraries opened from apk by Dmitriy Ivanov · 10 years ago
  91. a0f187b Fix linker tests by Dmitriy Ivanov · 10 years ago
  92. 7e03993 Fix the comment by Dmitriy Ivanov · 10 years ago
  93. b482750 Optimize dlopen from a zip file by Dmitriy Ivanov · 10 years ago
  94. 280d546 Fix bug number for linker related workarounds by Dmitriy Ivanov · 10 years ago
  95. dccc408 Fix mips FP abi bug in the linker. by Douglas Leung · 10 years ago
  96. edfc9f6 linker: don't pass dlextinfo to dependent loads by Dmitriy Ivanov · 10 years ago
  97. 44ead71 Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  98. 93ce354 Fix a mistype in segment overrange checking by skvalex · 10 years ago
  99. d1afa66 Don't attach linker_asan to linker in module definition. by Ying Wang · 10 years ago
  100. 5341691 Move up to C++14. by Dan Albert · 10 years ago