1. e9b6fc6 Improve the dynamic linker diagnostics. by Elliott Hughes · 12 years ago
  2. ad18073 Merge "linker: Fix ARM_R_COPY relocations" by Nick Kralevich · 12 years ago
  3. d39c3ab linker: Fix ARM_R_COPY relocations by Nick Kralevich · 12 years ago
  4. 3697b52 Allow linker to compile with -DLINKER_DEBUG=1 by Nick Kralevich · 12 years ago
  5. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 12 years ago
  6. 105bc26 Fix comment typos. by Elliott Hughes · 12 years ago
  7. 32dbc03 Regenerate all NOTICE files with the latest version of the script. by Elliott Hughes · 12 years ago
  8. bedfe38 More cleanup. by Elliott Hughes · 12 years ago
  9. 12c78bb linker: avoid clobbering the .dynamic section of shared libs by Ard Biesheuvel · 12 years ago
  10. ae5c644 Add dependencies on all the makefiles. by Elliott Hughes · 12 years ago
  11. 9181a5d Fix module constructor order. by Evgeniy Stepanov · 12 years ago
  12. 5135b3a linker: don't perform unnecessary mprotects by Nick Kralevich · 12 years ago
  13. 0bf5cf8 Merge "Set the dynamic field in the link map for the linker itself." by Ben Cheng · 12 years ago
  14. 06f0e74 Set the dynamic field in the link map for the linker itself. by Ben Cheng · 12 years ago
  15. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 12 years ago
  16. 57e6d9a Fix x86 build. by Elliott Hughes · 12 years ago
  17. 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 12 years ago
  18. d7daacb MIPS support to the linker by Raghu Gandham · 12 years ago
  19. 8dfc073 Fix a TEMP_FAILURE_RETRY usage error in the linker. by Elliott Hughes · 12 years ago
  20. f6ee33c Merge "linker: Fix LD_PRELOADS for calling constructors" by Nick Kralevich · 12 years ago
  21. 3fd5e91 Merge "bionic: Report linker relocation address to gdb" by Elliott Hughes · 12 years ago
  22. 8211bc6 linker: cleanup of undefined state handling, which is really dead code by Robin Burchell · 12 years ago
  23. 439fa8e linker: Use SHN_UNDEF instead of describing what it is trying to do. by Robin Burchell · 12 years ago
  24. 856512e Use std=gnu99 for the dynamic linker as well as libc. by Elliott Hughes · 12 years ago
  25. bb5c30a bionic: Report linker relocation address to gdb by Ryan V. Bissell · 12 years ago
  26. 326e85e linker: Fix LD_PRELOADS for calling constructors by Kito Cheng · 12 years ago
  27. 793e6ae am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity() by Andrew Hsieh · 12 years ago
  28. 67636ee am 40e7ed58: Unhide rtld_db_dlactivity() by Andrew Hsieh · 12 years ago
  29. 40e7ed5 Unhide rtld_db_dlactivity() by Andrew Hsieh · 12 years ago
  30. b52e438 linker: improve loadable segment protection. by David 'Digit' Turner · 12 years ago
  31. 63f99f4 linker: simplify code for dynamic and ARM exidx sections. by David 'Digit' Turner · 12 years ago
  32. bea23e5 linker: rename load_offset to load_bias. by David 'Digit' Turner · 12 years ago
  33. 23363ed linker: avoid mapping the whole library before load. by David 'Digit' Turner · 12 years ago
  34. a6545f4 linker: Add PAGE_START/OFFSET/END convenience macros by David 'Digit' Turner · 12 years ago
  35. c1bd559 linker: New sources to manage the ELF program header table. by David 'Digit' Turner · 12 years ago
  36. 20bc061 Add module base to main executable's ARM_exidx. by Evgeniy Stepanov · 12 years ago
  37. 63d0cee am fa136e8c: am a5948157: Merge "Define __stack_chk_fail_local.S" by Andrew Hsieh · 12 years ago
  38. fa136e8 am a5948157: Merge "Define __stack_chk_fail_local.S" by Andrew Hsieh · 12 years ago
  39. 6973e3d Define __stack_chk_fail_local.S by Andrew Hsieh · 12 years ago
  40. 166b7db linker: reduce size by nearly 20KB by David 'Digit' Turner · 12 years ago
  41. 1608416 linker: small code-cleanup by David 'Digit' Turner · 12 years ago
  42. f418559 am e4db460a: am b7630f01: Use new debuggerd protocol. by Jeff Brown · 12 years ago
  43. b7630f0 Use new debuggerd protocol. by Jeff Brown · 12 years ago
  44. f186a18 Support non-zero p_vaddr in first PT_LOAD segment by Ji-Hwan Lee · 12 years ago
  45. 75917c8 Use mmap to read an initial ELF header of library by Ji-Hwan Lee · 12 years ago
  46. dcbc378 Make the linker relocatable. by Nick Kralevich · 13 years ago
  47. e742c1f linker: set LOCAL_NO_CRT := true by Nick Kralevich · 13 years ago
  48. 077891b linker: Fix the computation of si->base by David 'Digit' Turner · 13 years ago
  49. 6cdefd0 Add linker support for PIE by Nick Kralevich · 13 years ago
  50. 94179a5 linker: remove STB_LOCAL hack by Nick Kralevich · 12 years ago
  51. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 12 years ago
  52. 7f03d23 Revert "linker: remove STB_LOCAL hack" by Nick Kralevich · 12 years ago
  53. 61ff834 linker: remove STB_LOCAL hack by Nick Kralevich · 12 years ago
  54. 8c4f3ce linker: surround "debug_verbosity" by "#if LINKER_DEBUG" by Nick Kralevich · 12 years ago
  55. 3a7ea52 linker: enable -fvisibility=hidden by Nick Kralevich · 12 years ago
  56. aac0dc9 Merge "linker: fix off-by-one error in GNU_RELRO handling" by Nick Kralevich · 12 years ago
  57. d73b5ca linker: fix off-by-one error in GNU_RELRO handling by Nick Kralevich · 12 years ago
  58. 6625986 linker: initially reserved memory as PROT_NONE by Nick Kralevich · 12 years ago
  59. ca9a071 Re-throw signals by Andy McFadden · 12 years ago
  60. e5cf816 Merge "Log the thread id and name for fatal signals." by Marco Nelissen · 12 years ago
  61. 3df3e67 Log the thread id and name for fatal signals. by Marco Nelissen · 12 years ago
  62. 9ec0f03 Add relro support by Nick Kralevich · 13 years ago
  63. 76ab561 am 49a05c06: am 62daffe1: am f9c5afb1: Merge "Redesign dlopen() locks to be recursive per thread." by Jean-Baptiste Queru · 13 years ago
  64. e19d702 Redesign dlopen() locks to be recursive per thread. by Pavel Chupin · 13 years ago
  65. 9db064a am 5d7181a7: am 68fc85ff: am 177a7706: linker: fix x86 build by David 'Digit' Turner · 13 years ago
  66. 177a770 linker: fix x86 build by David 'Digit' Turner · 13 years ago
  67. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 13 years ago
  68. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 13 years ago
  69. f5d1693 Fix recursive ELF constructor check by Jesse Hall · 13 years ago
  70. 1fc5176 Log debuggerd connection failures by Andy McFadden · 13 years ago
  71. f20d59e am c83c1da5: am cee8425f: Merge "Move variable declaration on its own line" by Jean-Baptiste Queru · 13 years ago
  72. 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
  73. bb44055 Move variable declaration on its own line by Stephen Smalley · 13 years ago
  74. 861b42a Use the AT_SECURE auxv flag to determine whether to enable secure mode. by Stephen Smalley · 13 years ago
  75. e83c56d Execute .preinit_array before any shared object initialization functions. by Evgeniy Stepanov · 13 years ago
  76. 253b763 get rid of unused "main" function. by Nick Kralevich · 13 years ago
  77. 0e0bd58 am 1ad08626: am 897815a1: bionic: add machine type check by Zhenghua Wang · 13 years ago
  78. 897815a bionic: add machine type check by Zhenghua Wang · 13 years ago
  79. 7e2daef Merge "Make the linker relocatable." by Nick Kralevich · 13 years ago
  80. 8180b08 linker: Fix the computation of si->base by David 'Digit' Turner · 13 years ago
  81. 468319c Make the linker relocatable. by Nick Kralevich · 13 years ago
  82. 7939908 linker: set LOCAL_NO_CRT := true by Nick Kralevich · 13 years ago
  83. 8e8a7b1 Revert "Make the linker relocatable." by Nick Kralevich · 13 years ago
  84. 994e9a5 Make the linker relocatable. by Nick Kralevich · 13 years ago
  85. d9ad623 Add linker support for PIE by Nick Kralevich · 13 years ago
  86. bda5da0 fix prototype of dladdr by Mathias Agopian · 13 years ago
  87. 96e5fac am 91966c30: am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors" by David 'Digit' Turner · 13 years ago
  88. 91966c3 am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors" by David 'Digit' Turner · 13 years ago
  89. 38bccb2 linker.h: don't change the soinfo structure by Nick Kralevich · 13 years ago
  90. e5ea455 linker: allow debugging of constructors by David 'Digit' Turner · 13 years ago
  91. ec92af8 Log signal info at time of receipt by Andy McFadden · 13 years ago
  92. 48527c3 Revert "Revert "linker: get rid of the buddy allocator"" by Shih-wei Liao · 13 years ago
  93. f9a9cda Revert "linker: get rid of the buddy allocator" by Nick Kralevich · 13 years ago
  94. 7059b1f linker: get rid of the buddy allocator by Nick Kralevich · 13 years ago
  95. a903811 Revert "x86: Enable -fstack-protector" by Martijn Coenen · 13 years ago
  96. 65fb884 am 204d1f65: am b2c7e0c1: Merge "x86: Enable -fstack-protector" by David Turner · 13 years ago
  97. 204d1f6 am b2c7e0c1: Merge "x86: Enable -fstack-protector" by David Turner · 13 years ago
  98. e0b4844 x86: Enable -fstack-protector by Bruce Beare · 13 years ago
  99. c2af2c0 am 1af88c97: am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shared library regions" by David Turner · 13 years ago
  100. 1af88c9 am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shared library regions" by David Turner · 13 years ago