1. dc25f6c Use an APEX's linker configuration for any executable under its `bin` directory. by Roland Levillain · 7 years ago
  2. 3a1936c ldd: slightly improve error message. by Elliott Hughes · 7 years ago
  3. 7493673 Merge "Use PT_INTERP as the linker's l_name path" by Ryan Prichard · 7 years ago
  4. cf9ed12 Use PT_INTERP as the linker's l_name path by Ryan Prichard · 7 years ago
  5. 3ec16be linker: Speed up find_loaded_library_by_inode() by Vic Yang · 7 years ago
  6. 424eb11 Merge "Staticlly allocate string buffers for realpath_fd()" by Treehugger Robot · 7 years ago
  7. b66a78b linker namespace name is duped when the namespace is created by Jiyong Park · 7 years ago
  8. 72aafad Merge "Don't resolve already resolved paths when parsing ld.config.txt" by Treehugger Robot · 7 years ago
  9. 8bb97d7 Merge "Add bootstrap directory to bootstrap linker's search path." by Peter Collingbourne · 7 years ago
  10. 341b61e Don't resolve already resolved paths when parsing ld.config.txt by Jiyong Park · 7 years ago
  11. ea11be0 Add bootstrap directory to bootstrap linker's search path. by Peter Collingbourne · 7 years ago
  12. d8bef67 Staticlly allocate string buffers for realpath_fd() by Vic Yang · 7 years ago
  13. 90f96b9 linker: support ldd(1)-like behavior via --list. by Elliott Hughes · 7 years ago
  14. 78e42d8 Merge "Enable native_bridge_support" by Dimitry Ivanov · 7 years ago
  15. af1467b Merge "Exclude libgcc_stripped wherever libgcc is excluded" by Yi Kong · 7 years ago
  16. 7ac2afb Exclude libgcc_stripped wherever libgcc is excluded by Yi Kong · 7 years ago
  17. 7f04880 Enable native_bridge_support by dimitry · 7 years ago
  18. b51bb50 Track libziparchive API change. by Elliott Hughes · 7 years ago
  19. afe30a5 Remove dependency on unused libutils by dimitry · 7 years ago
  20. 401e2ef Merge "Only write main library's RELRO by default." by Treehugger Robot · 7 years ago
  21. 584bc62 Move libdl and linker to static NOTICE files. by Elliott Hughes · 7 years ago
  22. 7b9db34 Fix linker compilation with timing enabled by Vic Yang · 7 years ago
  23. 5d10374 Only write main library's RELRO by default. by Torne (Richard Coles) · 7 years ago
  24. 93ea856 Merge changes I59a8bc4a,Ic437d352 by Ryan Prichard · 7 years ago
  25. e4d620b Fix dlsym and dladdr for TLS symbols by Ryan Prichard · 7 years ago
  26. fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 7 years ago
  27. 976d4b4 Use std::move() for rvalue-reference setters and ctors by Vic Yang · 7 years ago
  28. 2d020e4 linker: Add support for "whitelisted" property in linker config files by Vic Yang · 7 years ago
  29. 6091665 Merge "Add more linker debug." by Martin Stjernholm · 7 years ago
  30. 95252ee Add more linker debug. by Martin Stjernholm · 7 years ago
  31. 036e09c Don't install *.mountpoint targets by Jiyong Park · 7 years ago
  32. 92b3e1b Cosmetic changes to linker allocator and config by Ryan Prichard · 7 years ago
  33. b0e2dd0 Allow building the linker with -O0 by Ryan Prichard · 7 years ago
  34. b39cb3c linker: Handle libraries with disjoint mappings correctly. by Peter Collingbourne · 7 years ago
  35. 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 7 years ago
  36. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  37. 54c8640 Merge "Redirect /system/lib/libicuuc.so regardless of duplication in /system" by vichang · 7 years ago
  38. d102cf6 Merge "Switch linker tests to Android.bp." by Elliott Hughes · 7 years ago
  39. f84d0a9 Merge "libasync_safe: stop clobbering other folks' identifiers." by Elliott Hughes · 7 years ago
  40. 15a2b7b Switch linker tests to Android.bp. by Elliott Hughes · 7 years ago
  41. 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 7 years ago
  42. fcd3538 Disable native_coverage for ld-android and linker by Pirama Arumuga Nainar · 7 years ago
  43. af12c94 Redirect /system/lib/libicuuc.so regardless of duplication in /system by Victor Chang · 7 years ago
  44. efc503d Greylist libraries are attempted to be loaded in the default ns by Jiyong Park · 7 years ago
  45. 808d176 Merge "Fix linker self-exec detection" by Ryan Prichard · 7 years ago
  46. 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
  47. 6cb719f Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by Victor Chang · 7 years ago
  48. 73ee7a6 Merge "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by vichang · 7 years ago
  49. 1906e77 Revert "Allow dlopen("/system/lib/<soname>") for pre-Q" by vichang · 7 years ago
  50. 9c48951 Merge "Allow dlopen("/system/lib/<soname>") for pre-Q" by vichang · 7 years ago
  51. f6e4cfd Allow dlopen("/system/lib/<soname>") for pre-Q by Victor Chang · 7 years ago
  52. bb7e123 Purge linker block allocators before leaving linker by Vic Yang · 7 years ago
  53. fbc4c8e Move the dynamic linker to ./bootstrap subdir by Jiyong Park · 7 years ago
  54. a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
  55. 7bb60fc Revert "linker: Purge block allocator memory when possible" by Vic Yang · 7 years ago
  56. ffaae70 Implement arm64 TLSDESC by Ryan Prichard · 7 years ago
  57. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
  58. 3b463cf Implement TLS_DTPMOD and TLS_DTPREL relocations by Ryan Prichard · 7 years ago
  59. ea41ab0 Ignore DT_TLSDESC_GOT / DT_TLSDESC_PLT by Ryan Prichard · 7 years ago
  60. 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago
  61. 52165b3 Replace some of linker_allocator's header includes by Ryan Prichard · 7 years ago
  62. 70ee182 Merge "Call realpath(3) only when the path is accessible for read" by Treehugger Robot · 7 years ago
  63. fbd6f3c Merge changes Iece631a5,I53769e0e by Treehugger Robot · 7 years ago
  64. 42e8198 Call realpath(3) only when the path is accessible for read by Jiyong Park · 7 years ago
  65. 57b9d1e support LIB in runpath by Jiyong Park · 7 years ago
  66. dac328a linker: Reduce number of mmap()/prctl() calls in block allocator by Vic Yang · 7 years ago
  67. fb78a4a linker: Purge block allocator memory when possible by Vic Yang · 7 years ago
  68. 314c0f7 Merge "Fix soinfo_tls::module dangling reference" by Ryan Prichard · 7 years ago
  69. bf427f4 Fix soinfo_tls::module dangling reference by Ryan Prichard · 7 years ago
  70. 1906268 Merge "linker: only generate log messages when logging is enabled" by Josh Gao · 7 years ago
  71. 9a23865 Merge changes Ia08e1b5c,I60e589dd,Ib7edb665,Ibf1bf5ec,Ibd623857 by Ryan Prichard · 7 years ago
  72. a022034 linker: only generate log messages when logging is enabled by Tim Murray · 7 years ago
  73. fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
  74. 1988350 Avoid a dlopen abort on an invalid TLS alignment by Ryan Prichard · 7 years ago
  75. 5bccde7 Merge "Fix fd leak in android_dlopen_ext." by Treehugger Robot · 7 years ago
  76. e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
  77. de853ff Fix fd leak in android_dlopen_ext. by Martin Stjernholm · 7 years ago
  78. 977e47d StaticTlsLayout: add exe/tcb and solib layout by Ryan Prichard · 7 years ago
  79. 9ee8069 Build the linker with -D_USING_LIBCXX by Ryan Prichard · 7 years ago
  80. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  81. 6b55cc3 dir.${section}: downgrade "can't resolve" diag by Ryan Prichard · 7 years ago
  82. 2ccb2f0 Add generic TLS linker reloc macros by Ryan Prichard · 7 years ago
  83. 259429b Further improve of linker memory allocators by Vic Yang · 7 years ago
  84. 5493851 Reduce LinkerSmallObjectAllocator memory overhead by Vic Yang · 7 years ago
  85. 0218e92 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  86. 34583c1 Move dlerror out of a TLS slot and into a pthread_internal_t member. by Elliott Hughes · 7 years ago
  87. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  88. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  89. 6b3be17 Prevent dependency cycle due to system_shared_libs expansion by Dan Willemsen · 7 years ago
  90. 6b70fda Merge changes I376d7695,Ied443375,I614d25e7 by Ryan Prichard · 7 years ago
  91. c7cbef4 Merge "linker: changes to init work arounds" by Tom Cherry · 7 years ago
  92. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  93. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  94. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  95. de69660 Fix free pages count in LinkerSmallObjectAllocator by Vic Yang · 7 years ago
  96. 0ff8df5 Merge "Cleanup: __libc_init_AT_SECURE, auxv, sysinfo" by Ryan Prichard · 7 years ago
  97. f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
  98. 701bd0c Cleanup: __libc_init_AT_SECURE, auxv, sysinfo by Ryan Prichard · 7 years ago
  99. a4f3625 Fix: search path is not added when one of its parent is not accessible by Jiyong Park · 7 years ago
  100. ba1a723 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago