1. e6ee960 Replace .align with .balign for clarity by Dimitry Ivanov · 9 years ago
  2. bd839d1 Merge changes from topic 'ndk-headers-licenses' by Treehugger Robot · 10 years ago
  3. c30862f One NOTICE file to rule them all. by Dan Albert · 10 years ago
  4. 816676e Add test for libraries with textrels by Dimitry Ivanov · 10 years ago
  5. 2589f9d Fix for default library path "/vendor/lib" by neo.chae · 10 years ago
  6. 3f66057 linker: Refactoring step 3 of many by Dimitry Ivanov · 10 years ago
  7. 01fdb6a Silently ignore empty path elements by Dimitry Ivanov · 10 years ago
  8. f4e3ebe linker: stat /proc/self/exe instead of executable_path by Dimitry Ivanov · 10 years ago
  9. 59ba65e Don't warn about DT_FLAGS_1 containing DF_1_PIE by Bernhard Rosenkränzer · 10 years ago
  10. e808702 Merge "linker: disallow W + E PT_LOAD segments" by Dimitry Ivanov · 10 years ago
  11. 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 10 years ago
  12. 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 10 years ago
  13. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 10 years ago
  14. 4cf7024 linker: use stat(2) to check file existence by Dimitry Ivanov · 10 years ago
  15. 45d25ca linker_asan: Translate absolute dlopen paths to use asan-libraries. by Dimitry Ivanov · 10 years ago
  16. bd90675 Check alignment along with range of mapped file fragments by Dimitry Ivanov · 10 years ago
  17. 576a375 linker: fix mips build by Dimitry Ivanov · 10 years ago
  18. 8336b64 Merge changes I868417f4,I57ac3667 by Treehugger Robot · 10 years ago
  19. 48ec288 Extract soinfo and globals to separate files. by Dimitry Ivanov · 10 years ago
  20. b943f30 Move android_namespace_t to a separate file. by Dimitry Ivanov · 10 years ago
  21. 77a3e28 Update NOTICE files. by Elliott Hughes · 10 years ago
  22. 769b33f Sync linker with internal branch by Dimitry Ivanov · 10 years ago
  23. 65707b6 Improvements to initialization of linker_allocator by Dimitry Ivanov · 10 years ago
  24. c73eec1 Add sanity checks for e_shentsize and e_shstrndx by Dimitry Ivanov · 10 years ago
  25. 5543746 Pass argc/argv/envp to dso constructors by Dimitry Ivanov · 10 years ago
  26. d13e9a6 Align-up and randomize shared libraries. by Evgenii Stepanov · 10 years ago
  27. 97f0aef Convert linker from Android.mk to Android.bp by Colin Cross · 10 years ago
  28. ebe5af7 Fix typo in the comment by Dimitry Ivanov · 10 years ago
  29. 0c9d30f linker: Improve elf-file validation by Dimitry Ivanov · 10 years ago
  30. f857211 Use trivial types to avoid calls to new for globals by Dimitry Ivanov · 10 years ago
  31. b996d60 linker: Enable debug logging via properties by Dimitry Ivanov · 10 years ago
  32. 36ad020 Merge "Fix misc-macro-parentheses warnings in bionic." by Chih-hung Hsieh · 10 years ago
  33. 801dfc0 Merge "Lose debuggerd client code to libdebuggerd_client." by Treehugger Robot · 10 years ago
  34. 523e2a9 Make missing public soname error message clear. by Christopher Ferris · 10 years ago
  35. 3cc387e Lose debuggerd client code to libdebuggerd_client. by Josh Gao · 10 years ago
  36. 1a5fd9c Fix misc-macro-parentheses warnings in bionic. by Chih-Hung Hsieh · 10 years ago
  37. d799b2b Correctly handle the case of empty LD_PRELOAD entries by Dimitry Ivanov · 10 years ago
  38. 5240863 Do not resolve caller_ns when it is not needed by Dimitry Ivanov · 10 years ago
  39. d2205a6 Do not check zip-entry validity on create_namespace by Dimitry Ivanov · 10 years ago
  40. 42abf3d Merge "linker: Allow caller to specify parent namespace" by Treehugger Robot · 10 years ago
  41. 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 10 years ago
  42. fc2da53 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 10 years ago
  43. 882b8af Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  44. 41fd295 Remove linker-namespace functions from the header by Dimitry Ivanov · 10 years ago
  45. 83fcb54 Fix linker crash on trying to unload main executable by Dimitry Ivanov · 10 years ago
  46. 5480761 Improve error message for empty list of public libs by Dimitry Ivanov · 10 years ago
  47. 1c3a5d8 Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL" by Than McIntosh · 10 years ago
  48. aca299a Remove dangling links in secondary namespaces by Dimitry Ivanov · 10 years ago
  49. 3647314 linker: remove unnecessary reset of constructors_called flag by Dimitry Ivanov · 10 years ago
  50. dd906d7 linker: unload RTLD_NODELETE libraries when loading fails by Dimitry Ivanov · 10 years ago
  51. 83b44a9 Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL by Lazar Trsic · 10 years ago
  52. fa4aeed linker: Add unit-test for sleb128_decoder by Dimitry Ivanov · 10 years ago
  53. d15837a Merge "Revert "[MIPS] Link .dex or .oat code lacking .MIPS.abiflags segment"" by Dimitry Ivanov · 10 years ago
  54. d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 10 years ago
  55. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  56. 722072d CloseArchive() to free memory when OpenArchive fails. by Yabin Cui · 10 years ago
  57. 2ee4588 Revert "[MIPS] Link .dex or .oat code lacking .MIPS.abiflags segment" by Goran Jakovljevic · 10 years ago
  58. 61cf3f3 debuggerd: rethrow the full signal we receive, always. by Josh Gao · 10 years ago
  59. e97d8ed Do not add linker the _r_debug.r_map on link_image by Dimitry Ivanov · 10 years ago
  60. d17a377 linker: print "not accessible" error message to the log by Dimitry Ivanov · 10 years ago
  61. 9f0a695 Improvements to dynamic linker messages by Dimitry Ivanov · 10 years ago
  62. 6b788ee Move gdb support functions to a separate file by Dimitry Ivanov · 10 years ago
  63. 0fa5410 Revert "Move gdb support functions to a separate file" by Nicolas Geoffray · 10 years ago
  64. f8d051c Move gdb support functions to a separate file by Dimitry Ivanov · 10 years ago
  65. f3064e4 Use insert_link_map_into_debug_map for executable by Dimitry Ivanov · 10 years ago
  66. c347a10 Merge "Update a comment for init_linker_info_for_gdb" by Dimitry Ivanov · 10 years ago
  67. 6400129 Update a comment for init_linker_info_for_gdb by Dimitry Ivanov · 10 years ago
  68. 2de48bc Merge "Initialize linker link_map for gdb directly" by Dimitry Ivanov · 10 years ago
  69. acedcba Merge "Revert "Revert "Split out liblinker_malloc static library""" by Dimitry Ivanov · 10 years ago
  70. aa9cb26 Revert "Revert "Split out liblinker_malloc static library"" by Dimitry Ivanov · 10 years ago
  71. 8d22dd5 Initialize linker link_map for gdb directly by Dimitry Ivanov · 10 years ago
  72. e687d06 linker: remove soinfo::entry by Dimitry Ivanov · 10 years ago
  73. 3bbeca7 Revert "Split out liblinker_malloc static library" by Dimitry Ivanov · 10 years ago
  74. a805643 Split out liblinker_malloc static library by Dimitry Ivanov · 10 years ago
  75. 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
  76. 88f5111 linker: Change the library search order by Dimitry Ivanov · 10 years ago
  77. 1b84afc linker: mark library .bss pages with anon:.bss by Dimitry Ivanov · 10 years ago
  78. d9d6a84 Unify names for pages allocated for small objects by Dimitry Ivanov · 10 years ago
  79. 3edc5c4 linker: align allocated blocks to 16 bytes by Dimitry Ivanov · 10 years ago
  80. f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
  81. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  82. 116b569 Clarify which linker we are. by Elliott Hughes · 10 years ago
  83. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  84. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
  85. 0bc3977 Merge "Move dlsym and dladdr implementation to linker.cpp" by Dimitry Ivanov · 10 years ago
  86. 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
  87. cb025e5 Merge "Revert "Add /odm/lib to shared lib search path"" by Dimitry Ivanov · 10 years ago
  88. 3980175 Merge "Add permitted_when_isolated_path to linker namespaces" by Dimitry Ivanov · 10 years ago
  89. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  90. 5a3ab34 Merge "Revert "Ensure that readlink has access to /proc/self/fd"" by Dimitry Ivanov · 10 years ago
  91. db43526 Revert "Ensure that readlink has access to /proc/self/fd" by Dimitry Ivanov · 10 years ago
  92. 40728bc Revert "Add /odm/lib to shared lib search path" by Dimitry Ivanov · 10 years ago
  93. e371ae6 Merge "Allow dlopening public libs using absolute path" by Dimitry Ivanov · 10 years ago
  94. 22840aa Allow dlopening public libs using absolute path by Dimitry Ivanov · 10 years ago
  95. 939a7e0 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  96. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  97. 3c52481 Handling invalid section headers by Dmitriy Ivanov · 10 years ago
  98. 84bab5a Move some utility functions to linker_utils by Dmitriy Ivanov · 10 years ago
  99. b76123f Improve error message for files with no sections by Dmitriy Ivanov · 10 years ago
  100. 0ebe2f0 Merge "Add /odm/lib to shared lib search path" by Hung-ying Tyan · 10 years ago