1. 87c3585 Make mips_relocate_got tolerate a missing got by Brian Carlstrom · 11 years ago
  2. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 12 years ago
  3. c908442 linker: Emit a warning on text relocations by Nick Kralevich · 11 years ago
  4. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 11 years ago
  5. 6bec5b7 Small cleanup of soinfo_elf_lookup. by Christopher Ferris · 11 years ago
  6. 8147d3c Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors. by Elliott Hughes · 11 years ago
  7. 8d3e91d linker: only re-open std* for setuid programs. by Nick Kralevich · 11 years ago
  8. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 11 years ago
  9. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 11 years ago
  10. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 11 years ago
  11. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 11 years ago
  12. fa8c05d Use Elf32_Addr instead of unsigned in linker by Kito Cheng · 11 years ago
  13. 2d4b9b7 Fix typo of DT_NEEDED for DT_NULL by Brian Carlstrom · 11 years ago
  14. 5e2492e Fix TIMING/STATS/COUNT_PAGES dynamic linker build by Kito Cheng · 11 years ago
  15. 43cc7f7 Fix MIPS linker build by Brian Carlstrom · 11 years ago
  16. 650be4e More linker cleanup. by Elliott Hughes · 11 years ago
  17. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 12 years ago
  18. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  19. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  20. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 12 years ago
  21. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 12 years ago
  22. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 12 years ago
  23. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 12 years ago
  24. 99c3205 Fix my git mistake. by Elliott Hughes · 12 years ago
  25. cf23905 [MIPS] Set DT_DEBUG dyntab entry if it is writable by Chris Dearman · 12 years ago
  26. db492b3 Fix debug malloc. by Elliott Hughes · 12 years ago
  27. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 12 years ago
  28. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 12 years ago
  29. 20a2440 Do not include '\0' when writing error messages to stderr by Chris Dearman · 12 years ago
  30. c5db969 We should use load_bias. This patch fixes MIPS NDK device exception test failures. by Chao-Ying Fu · 12 years ago
  31. 9c94fc9 Tone down some of the overly-verbose linker logging. by Elliott Hughes · 12 years ago
  32. 61a9ccb Make dynamic linker debugging always available. by Elliott Hughes · 12 years ago
  33. ed53723 Merge "Adjust symbol lookup for DT_SYMBOLIC case" by Elliott Hughes · 12 years ago
  34. c77c434 Adjust symbol lookup for DT_SYMBOLIC case by Pavel Chupin · 12 years ago
  35. 6971fe4 Allow dlopen("egl/blah.so"). by Elliott Hughes · 12 years ago
  36. d23736e Keep the dynamic linker's soinfo pools mostly read-only. by Elliott Hughes · 12 years ago
  37. 1a69616 Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too. by Elliott Hughes · 12 years ago
  38. ba98d92 Dynamically allocate soinfo-structs in linker by Magnus Malmborn · 12 years ago
  39. 124fae9 Reject .so files with no sysv hash table. by Elliott Hughes · 12 years ago
  40. 5ae44f3 linker: handle R_ARM_COPY relocations in a proper way by Ard Biesheuvel · 12 years ago
  41. 18a206c More dynamic linker cleanup. by Elliott Hughes · 12 years ago
  42. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 12 years ago
  43. 3b297c4 Fix dlerror(3). by Elliott Hughes · 12 years ago
  44. 9c3449e bionic: linker: Need update the map->l_addr for execution. by Xiaokang Qin · 12 years ago
  45. e9b6fc6 Improve the dynamic linker diagnostics. by Elliott Hughes · 12 years ago
  46. d39c3ab linker: Fix ARM_R_COPY relocations by Nick Kralevich · 12 years ago
  47. bedfe38 More cleanup. by Elliott Hughes · 12 years ago
  48. 12c78bb linker: avoid clobbering the .dynamic section of shared libs by Ard Biesheuvel · 12 years ago
  49. 9181a5d Fix module constructor order. by Evgeniy Stepanov · 12 years ago
  50. 5135b3a linker: don't perform unnecessary mprotects by Nick Kralevich · 12 years ago
  51. 06f0e74 Set the dynamic field in the link map for the linker itself. by Ben Cheng · 12 years ago
  52. 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 12 years ago[Renamed (83%) from linker/linker.c]
  53. d7daacb MIPS support to the linker by Raghu Gandham · 12 years ago
  54. 8dfc073 Fix a TEMP_FAILURE_RETRY usage error in the linker. by Elliott Hughes · 12 years ago
  55. f6ee33c Merge "linker: Fix LD_PRELOADS for calling constructors" by Nick Kralevich · 12 years ago
  56. 3fd5e91 Merge "bionic: Report linker relocation address to gdb" by Elliott Hughes · 12 years ago
  57. 8211bc6 linker: cleanup of undefined state handling, which is really dead code by Robin Burchell · 12 years ago
  58. 439fa8e linker: Use SHN_UNDEF instead of describing what it is trying to do. by Robin Burchell · 12 years ago
  59. bb5c30a bionic: Report linker relocation address to gdb by Ryan V. Bissell · 12 years ago
  60. 326e85e linker: Fix LD_PRELOADS for calling constructors by Kito Cheng · 12 years ago
  61. 793e6ae am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity() by Andrew Hsieh · 12 years ago
  62. 40e7ed5 Unhide rtld_db_dlactivity() by Andrew Hsieh · 12 years ago
  63. b52e438 linker: improve loadable segment protection. by David 'Digit' Turner · 12 years ago
  64. 63f99f4 linker: simplify code for dynamic and ARM exidx sections. by David 'Digit' Turner · 12 years ago
  65. bea23e5 linker: rename load_offset to load_bias. by David 'Digit' Turner · 12 years ago
  66. 23363ed linker: avoid mapping the whole library before load. by David 'Digit' Turner · 12 years ago
  67. a6545f4 linker: Add PAGE_START/OFFSET/END convenience macros by David 'Digit' Turner · 12 years ago
  68. 20bc061 Add module base to main executable's ARM_exidx. by Evgeniy Stepanov · 12 years ago
  69. 1608416 linker: small code-cleanup by David 'Digit' Turner · 12 years ago
  70. f186a18 Support non-zero p_vaddr in first PT_LOAD segment by Ji-Hwan Lee · 12 years ago
  71. 75917c8 Use mmap to read an initial ELF header of library by Ji-Hwan Lee · 12 years ago
  72. 94179a5 linker: remove STB_LOCAL hack by Nick Kralevich · 12 years ago
  73. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 12 years ago
  74. 7f03d23 Revert "linker: remove STB_LOCAL hack" by Nick Kralevich · 12 years ago
  75. 61ff834 linker: remove STB_LOCAL hack by Nick Kralevich · 12 years ago
  76. 8c4f3ce linker: surround "debug_verbosity" by "#if LINKER_DEBUG" by Nick Kralevich · 12 years ago
  77. aac0dc9 Merge "linker: fix off-by-one error in GNU_RELRO handling" by Nick Kralevich · 12 years ago
  78. d73b5ca linker: fix off-by-one error in GNU_RELRO handling by Nick Kralevich · 12 years ago
  79. 6625986 linker: initially reserved memory as PROT_NONE by Nick Kralevich · 12 years ago
  80. 9ec0f03 Add relro support by Nick Kralevich · 13 years ago
  81. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 13 years ago
  82. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 13 years ago
  83. f5d1693 Fix recursive ELF constructor check by Jesse Hall · 13 years ago
  84. f20d59e am c83c1da5: am cee8425f: Merge "Move variable declaration on its own line" by Jean-Baptiste Queru · 13 years ago
  85. c3650d6 am 5b44655f: am 7e6a5773: Merge "Use the AT_SECURE auxv flag to determine whether to enable secure mode." by Jean-Baptiste Queru · 13 years ago
  86. bb44055 Move variable declaration on its own line by Stephen Smalley · 13 years ago
  87. 861b42a Use the AT_SECURE auxv flag to determine whether to enable secure mode. by Stephen Smalley · 13 years ago
  88. e83c56d Execute .preinit_array before any shared object initialization functions. by Evgeniy Stepanov · 13 years ago
  89. 253b763 get rid of unused "main" function. by Nick Kralevich · 13 years ago
  90. 0e0bd58 am 1ad08626: am 897815a1: bionic: add machine type check by Zhenghua Wang · 13 years ago
  91. 897815a bionic: add machine type check by Zhenghua Wang · 13 years ago
  92. 7e2daef Merge "Make the linker relocatable." by Nick Kralevich · 13 years ago
  93. 8180b08 linker: Fix the computation of si->base by David 'Digit' Turner · 13 years ago
  94. 468319c Make the linker relocatable. by Nick Kralevich · 13 years ago
  95. 8e8a7b1 Revert "Make the linker relocatable." by Nick Kralevich · 13 years ago
  96. 994e9a5 Make the linker relocatable. by Nick Kralevich · 13 years ago
  97. d9ad623 Add linker support for PIE by Nick Kralevich · 13 years ago
  98. bda5da0 fix prototype of dladdr by Mathias Agopian · 13 years ago
  99. 96e5fac am 91966c30: am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors" by David 'Digit' Turner · 13 years ago
  100. 91966c3 am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors" by David 'Digit' Turner · 13 years ago