1. 11da1dc Move ld-android.so build under linker/ by dimitry · 8 years ago
  2. 8e8c2c0 Unhardcode linker soname by dimitry · 8 years ago
  3. 965d06d Fix logic in loading dependencies crossing namespace boundaries by dimitry · 8 years ago
  4. 816b259 Merge "linker: add support for odm partition" am: 7b5073767d by Alin Jerpelea · 8 years ago
  5. 7b50737 Merge "linker: add support for odm partition" by Treehugger Robot · 8 years ago
  6. 2573be6 Merge "Allow property += value in ld.config.txt" am: bfd06f63e5 by Jiyong Park · 8 years ago
  7. bfd06f6 Merge "Allow property += value in ld.config.txt" by Treehugger Robot · 8 years ago
  8. bf9cf75 Merge "Use ld.config.$VER.txt when current VNDK version is $VER" am: 86a3803799 by Justin Yun · 8 years ago
  9. 53ce742 Use ld.config.$VER.txt when current VNDK version is $VER by Justin Yun · 8 years ago
  10. 8b02951 Allow property += value in ld.config.txt by Jiyong Park · 8 years ago
  11. 074a9fd linker: add support for odm partition by Alin Jerpelea · 8 years ago
  12. 65ba81b Merge "Revert "Fix bug with double unload on unsuccessful dlopen"" by Elliott Hughes · 8 years ago
  13. 27f1806 Revert "Fix bug with double unload on unsuccessful dlopen" by Elliott Hughes · 8 years ago
  14. f1e645c Merge "Fix bug with double unload on unsuccessful dlopen" am: dc89324e93 by Dimitry Ivanov · 8 years ago
  15. 58554cc Fix bug with double unload on unsuccessful dlopen by dimitry · 8 years ago
  16. 74d57a3 Merge commit 'e3d21c84af0b8e3244e4c67a873d2a16bfb85034' into HEAD by Xin Li · 8 years ago
  17. c92ce71 Log dlclose calls and library unloads by dimitry · 8 years ago
  18. 0b1c8be Merge "linker: fix error message for inaccessible libs" by Dimitry Ivanov · 8 years ago
  19. 8ab16c5 Merge "Set search path to ro.vndk.version property" by Treehugger Robot · 8 years ago
  20. 8db36a5 linker: fix error message for inaccessible libs by dimitry · 8 years ago
  21. 27242c6 Actually correctly call vector::erase after remove_if. by Josh Gao · 8 years ago
  22. 8fc5032 Set search path to ro.vndk.version property by Sundong Ahn · 8 years ago
  23. 9f69fc7 Merge "Correctly call vector::erase after std::remove_if." by Treehugger Robot · 8 years ago
  24. 01162f2 Fix: linker segfault on dlopen of a DF_1_GLOBAL so by Jiyong Park · 8 years ago
  25. 44f6e18 Correctly call vector::erase after std::remove_if. by Josh Gao · 8 years ago
  26. 68039e5 Merge "Force _start to be the top frame for the linker." am: 5f1a8440ad am: 30ed16f7c7 by Christopher Ferris · 8 years ago
  27. aa81761 Force _start to be the top frame for the linker. by Christopher Ferris · 8 years ago
  28. 1f62be3 Merge "Fix mip64 build." am: 92b0f36acc am: 7d8623a4d6 am: c67348fa04 by Elliott Hughes · 8 years ago
  29. 1622b1c Merge "MIPS: Fix MIPS linker VDSO issues" am: 73651cf23f am: 76c07c50af by Goran Ferenc · 8 years ago
  30. ab413c5 Fix mip64 build. by Elliott Hughes · 8 years ago
  31. e8c76b7 MIPS: Fix MIPS linker VDSO issues by Goran Ferenc · 8 years ago
  32. 9db212c Merge "Add missing includes." am: 36f7b8b789 am: 19ecbbd6a1 am: b4b0e42c0d by Dan Albert · 8 years ago
  33. 1c78cb0 Add missing includes. by Dan Albert · 8 years ago
  34. 1a524d6 Revert "linker: disable ld.config.txt in ASAN mode" by Jiyong Park · 8 years ago
  35. 3491d65 Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: c6021960a4 am: 735fef090d by Dan Willemsen · 8 years ago
  36. c602196 Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" by Dan Willemsen · 8 years ago
  37. dfbff07 Merge "Use -Werror in bionic" am: 9385d778fd am: 7887421aed am: a4fcd22ffd by Chih-Hung Hsieh · 8 years ago
  38. 9385d77 Merge "Use -Werror in bionic" by Treehugger Robot · 8 years ago
  39. 84f0dcd Use -Werror in bionic by Chih-Hung Hsieh · 8 years ago
  40. 3a3982d Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 8 years ago
  41. 0de4982 Merge "Replace abort with exit(1) in __linker_cannot_link" am: 95f90784ea am: 2161b032e0 by dimitry · 8 years ago
  42. 04f7a79 Replace abort with exit(1) in __linker_cannot_link by dimitry · 8 years ago
  43. df775ed Merge "Link vdso before linking the main executable" am: 62767bc31d am: 348161ed3c by dimitry · 8 years ago
  44. c18de1b Link vdso before linking the main executable by dimitry · 8 years ago
  45. 93b277a Merge "Don't resolve permitted.paths" into oc-mr1-dev am: 52cd1e7a42 by Jiyong Park · 8 years ago
  46. 0f33f23 Don't resolve permitted.paths by Jiyong Park · 8 years ago
  47. 527757e Don't resolve permitted.paths by Jiyong Park · 8 years ago
  48. 39b6547 Merge changes from topic "host_bionic" am: 6e6e1abb89 am: 9938cdeee8 by Dan Willemsen · 8 years ago
  49. 60b8ad3 linker: Only link to debuggerd on Android am: 4326d84d21 am: 7e78df9a62 by Dan Willemsen · 8 years ago
  50. 7ccc50d Use an embedded linker for host bionic by Dan Willemsen · 8 years ago
  51. 4326d84 linker: Only link to debuggerd on Android by Dan Willemsen · 8 years ago
  52. f810219 Merge "Always log errno when aborting." am: 0c9ea17e0c am: 002b30843b by Elliott Hughes · 8 years ago
  53. 7b0af7a Always log errno when aborting. by Elliott Hughes · 8 years ago
  54. 4fde457 Merge "Explicitly name DT_RPATH." am: e0e2798f11 am: e68ca24650 am: 1b64c2c4f0 by Elliott Hughes · 8 years ago
  55. 6eae4cc Explicitly name DT_RPATH. by Elliott Hughes · 8 years ago
  56. cd13aab Merge changes from topic "version-script-for-binaries" am: 0d5d0746e8 am: fcf482294a by Dimitry Ivanov · 8 years ago
  57. 383e2a8 Implement __gnu_Unwind_Find_exidx/__cxa_type_match am: 25bf29bbad am: 64403340fe by dimitry · 8 years ago
  58. 7abea57 Replace artificial symbol table with proper one by dimitry · 8 years ago
  59. 25bf29b Implement __gnu_Unwind_Find_exidx/__cxa_type_match by dimitry · 8 years ago
  60. 5050503 Merge "Add support of architecture specific ld.configs" am: 506f3f11f1 am: bfec477beb by Dimitry Ivanov · 8 years ago
  61. fe1b27c Add support of architecture specific ld.configs by dimitry · 8 years ago
  62. 6cd3989 Make default namespace handle the 'visible' flag. by Justin Yun · 8 years ago
  63. 3396d16 Merge "Make default namespace handle the 'visible' flag." am: f2c203f188 am: 01a2910758 am: 897b6dabef by Justin Yun · 8 years ago
  64. 01a2910 Merge "Make default namespace handle the 'visible' flag." am: f2c203f188 by Justin Yun · 8 years ago
  65. 90de9f0 Make default namespace handle the 'visible' flag. by Justin Yun · 8 years ago
  66. 150452f Revert "linker: disable ld.config.txt in ASAN mode" am: f1e5dbd1cc by Jiyong Park · 8 years ago
  67. f1e5dbd Revert "linker: disable ld.config.txt in ASAN mode" by Jiyong Park · 8 years ago
  68. 34a4acd linker: the global group is added to all built-in namespaces by Jiyong Park · 8 years ago
  69. d741e5e Merge "linker: the global group is added to all built-in namespaces" am: c9fb66209d am: ec8c79aaa1 am: 0a51b36ad6 by Jiyong Park · 8 years ago
  70. ec8c79a Merge "linker: the global group is added to all built-in namespaces" by Jiyong Park · 8 years ago
  71. 91cf283 Merge "Fix asan path translation loading a library twice." into oc-mr1-dev by Evgenii Stepanov · 8 years ago
  72. cc28f6e Merge "Fix asan path translation loading a library twice." into oc-mr1-dev by Evgenii Stepanov · 8 years ago
  73. 02586a2 linker: the global group is added to all built-in namespaces by Jiyong Park · 8 years ago
  74. f54872e Merge "Clean up linker fatals slightly." am: 1bac61f09f by Elliott Hughes · 8 years ago
  75. ad2d038 Clean up linker fatals slightly. by Elliott Hughes · 8 years ago
  76. 9e77a64 Fix asan path translation loading a library twice. by Evgenii Stepanov · 8 years ago
  77. 66479d8 Merge "The ifdef check for AT_SYSINFO_EHDR is no longer needed" am: 9d2d21d636 by Dimitry Ivanov · 8 years ago
  78. f9abbf6 The ifdef check for AT_SYSINFO_EHDR is no longer needed by dimitry · 8 years ago
  79. f437c90 Merge "bionic: fix assorted static analyzer warnings" am: e202036e03 by George Burgess IV · 8 years ago
  80. 7059100 bionic: fix assorted static analyzer warnings by George Burgess IV · 8 years ago
  81. bfda577 Merge "linker_config_test: allow search paths of systems without a vendor partition" am: b1b7eda11e by Jaesung Chung · 8 years ago
  82. 9d97008 linker_config_test: allow search paths of systems without a vendor partition by Jaesung Chung · 8 years ago
  83. c3c83d9 Merge "Make dl_iterate_phdr return correct name for first entry" am: 533cf06474 am: 1e55a0420e by Dimitry Ivanov · 8 years ago
  84. c27ac0d Merge "Make dl_iterate_phdr return correct name for first entry" am: 533cf06474 by Dimitry Ivanov · 8 years ago
  85. cd510cb Make dl_iterate_phdr return correct name for first entry by Dimitry Ivanov · 8 years ago
  86. 08d3f97 Merge "linker: disable ld.config.txt in ASAN mode" into oc-dev am: 41e0ceb5c9 by Jiyong Park · 8 years ago
  87. 81b1757 linker: disable ld.config.txt in ASAN mode by Jiyong Park · 8 years ago
  88. f14633f Merge "Remove obsolete __stack_chk_fail_local." am: 6c01208e90 am: c80d8405da by Elliott Hughes · 8 years ago
  89. a6c583f Merge "Remove obsolete __stack_chk_fail_local." am: 6c01208e90 am: c80d8405da by Elliott Hughes · 8 years ago
  90. 4af220c Remove obsolete __stack_chk_fail_local. by Elliott Hughes · 8 years ago
  91. fa6ebae Merge "Revert "linker: remove link from external library on unload"" into oc-dev by Dimitry Ivanov · 8 years ago
  92. ec5ddc0 Revert "linker: remove link from external library on unload" by Dimitry Ivanov · 8 years ago
  93. 5ef13ba linker: remove link from external library on unload am: b37d10cc80 am: 3a644889b2 am: cb40eec87c am: 0399816edb by Dimitry Ivanov · 8 years ago
  94. efbc044 linker: remove link from external library on unload am: b37d10cc80 am: 3a644889b2 am: cb40eec87c am: 0399816edb by Dimitry Ivanov · 8 years ago
  95. cb40eec linker: remove link from external library on unload am: b37d10cc80 by Dimitry Ivanov · 8 years ago
  96. 3a64488 linker: remove link from external library on unload am: b37d10cc80 by Dimitry Ivanov · 8 years ago
  97. b37d10c linker: remove link from external library on unload by Dimitry Ivanov · 8 years ago
  98. 37b91af greylist is no longer enabled by default. by Jiyong Park · 8 years ago
  99. e8ffe56 greylist is no longer enabled by default. by Jiyong Park · 8 years ago
  100. 5725481 Merge "Move libc_log code into libasync_safe." by Christopher Ferris · 8 years ago