1. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 11 years ago
  2. 60d5b06 Simplify defining the linker architecture macro. by Elliott Hughes · 11 years ago
  3. b8b0b6b Revert "Don't warn about x86 text relocations. They're too prevalent." by Elliott Hughes · 11 years ago
  4. 5be2c59 Don't warn about x86 text relocations. They're too prevalent. by Elliott Hughes · 11 years ago
  5. 3d4470c change wording on text relocation message. by Nick Kralevich · 11 years ago
  6. 2258347 Build the linker with the same -std flags as the rest of bionic. by Elliott Hughes · 11 years ago
  7. 41b87c6 Merge "x86_64: Add R_X86_64_64 relocation handling" by Elliott Hughes · 11 years ago
  8. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 11 years ago
  9. c075c18 x86_64: Add R_X86_64_64 relocation handling by Pavel Chupin · 11 years ago
  10. 1a57f9f x86_64: Rename 64-bit linker to linker64 by Pavel Chupin · 11 years ago
  11. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 11 years ago
  12. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 11 years ago
  13. 011bc0b Use /system/lib64 and /vendor/lib64 for 64-bit libraries. by Elliott Hughes · 11 years ago
  14. 0f395b7 Make logging fall back to /dev/stderr if we're on the host. by Elliott Hughes · 11 years ago
  15. d7398f1 Use linker64 for the 64-bit linker. by Elliott Hughes · 11 years ago
  16. afac15d Use C99 structure initializer designator style. by Elliott Hughes · 11 years ago
  17. c00f2cb x86_64 linker. by Elliott Hughes · 11 years ago
  18. 99f0e1a Fix Clang warning since KernelArgumentBlock is actually a class. by Stephen Hines · 11 years ago
  19. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
  20. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 11 years ago
  21. 87c3585 Make mips_relocate_got tolerate a missing got by Brian Carlstrom · 11 years ago
  22. 0e79b91 Add more information to error due to truncated Elf32_Ehdr by Brian Carlstrom · 11 years ago
  23. cbf07a2 am 2be511d4: Merge "Improve stack overflow diagnostics (take 2)." by Elliott Hughes · 11 years ago
  24. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 11 years ago
  25. 6f08b86 am 2cf5a6f6: Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 11 years ago
  26. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 11 years ago
  27. 10a954d am 026867c7: Merge "Improve stack overflow diagnostics." by Elliott Hughes · 11 years ago
  28. aa754dc Improve stack overflow diagnostics. by Elliott Hughes · 11 years ago
  29. d31287d am 7d624e9a: Merge "Kernel dso support for \'dl_iterate_phdr\' function" by Elliott Hughes · 11 years ago
  30. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 11 years ago
  31. 100d678 am 53ddcc90: Merge "linker: Emit a warning on text relocations" by Nick Kralevich · 11 years ago
  32. c908442 linker: Emit a warning on text relocations by Nick Kralevich · 11 years ago
  33. 45ef218 am 6807af77: Merge "Make LD_PRELOAD failures just warnings." by Elliott Hughes · 11 years ago
  34. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 11 years ago
  35. d978d21 am 8252b8e4: Merge "Honor p_vaddr if set" by Brian Carlstrom · 11 years ago
  36. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 11 years ago
  37. 81bfade am 06713930: Merge "Small cleanup of soinfo_elf_lookup." by Brian Carlstrom · 11 years ago
  38. 6bec5b7 Small cleanup of soinfo_elf_lookup. by Christopher Ferris · 11 years ago
  39. 46bf467 am f5f29de6: Merge "Fix bionic linker to support segments with zero p_filesz" by Brian Carlstrom · 11 years ago
  40. 82dcc79 Fix bionic linker to support segments with zero p_filesz by Brian Carlstrom · 11 years ago
  41. 58f3dbd am 98f7659d: Merge "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
  42. 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
  43. ed572aa am 5f28fde8: Merge "linker: only re-open std* for setuid programs." by Nick Kralevich · 11 years ago
  44. 8d3e91d linker: only re-open std* for setuid programs. by Nick Kralevich · 11 years ago
  45. 9c7b510 am 240fb862: Merge "Make abort messages available to debuggerd." by Elliott Hughes · 11 years ago
  46. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 11 years ago
  47. 3077d88 am c48968d2: am 4453c51c: Merge "Drop unnecessary execution permission for .cpp/.c/.h" by Elliott Hughes · 11 years ago
  48. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 11 years ago
  49. 12ea800 am 5f829205: am c1416647: Merge "Clean up internal libc logging." by Elliott Hughes · 11 years ago
  50. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 11 years ago
  51. 746f128 am 5d998b4a: am f21aa3b6: Merge "Use more types than just \'unsigned\' in the linker." by Elliott Hughes · 11 years ago
  52. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 11 years ago
  53. e9cdce3 am 3c9afb5e: am 6b4c77f8: Merge "Use Elf32_Addr instead of unsigned in linker" by Elliott Hughes · 11 years ago
  54. fa8c05d Use Elf32_Addr instead of unsigned in linker by Kito Cheng · 11 years ago
  55. 8a01572 resolved conflicts for merge of 4706606c to jb-mr2-dev by Elliott Hughes · 11 years ago
  56. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 11 years ago
  57. c7b9f95 am 91392116: am 33031fed: Merge "Fix typo of DT_NEEDED for DT_NULL" by Brian Carlstrom · 11 years ago
  58. 2d4b9b7 Fix typo of DT_NEEDED for DT_NULL by Brian Carlstrom · 11 years ago
  59. bac72ab am 50a2cd86: am 0b4a85bf: Merge "Fix TIMING/STATS/COUNT_PAGES dynamic linker build" by Elliott Hughes · 11 years ago
  60. 5e2492e Fix TIMING/STATS/COUNT_PAGES dynamic linker build by Kito Cheng · 11 years ago
  61. 2527a8b am 9043202b: am 20958207: Merge "Fix MIPS linker build" by Brian Carlstrom · 11 years ago
  62. 43cc7f7 Fix MIPS linker build by Brian Carlstrom · 11 years ago
  63. c1a5d20 am 9a0b658c: am c41dcad0: Merge "More linker cleanup." by Elliott Hughes · 11 years ago
  64. 650be4e More linker cleanup. by Elliott Hughes · 11 years ago
  65. 8c65a1e am a2517de3: am 036f9097: Merge "Minor linker cleanup, primarily to use Elf32_Dyn" by Brian Carlstrom · 11 years ago
  66. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 11 years ago
  67. 6f55284 am b5862d4d: Merge "Update linker README." by Elliott Hughes · 11 years ago
  68. aa772a3 Update linker README. by Elliott Hughes · 11 years ago
  69. 2db16ea am 3002d64b: Merge "Everyone has a TLS register." by Elliott Hughes · 11 years ago
  70. 91a9925 Everyone has a TLS register. by Elliott Hughes · 11 years ago
  71. 63358ae am 8f509e8b: am 9a9bb243: Merge "Switch to using AT_RANDOM for the stack guards." by Elliott Hughes · 11 years ago
  72. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 11 years ago
  73. 8c372fc am 5bb67760: am f6afd3b6: Merge "Fix x86 build, remove void* arithmetic." by Elliott Hughes · 11 years ago
  74. 389ebfa am 6f67cd22: am 2f41531f: Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 11 years ago
  75. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 11 years ago
  76. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 11 years ago
  77. 1c30393 am 0e51a861: am 4fc2a74b: Merge "Remove partial implementation of MIPS non-PIC support." by Elliott Hughes · 11 years ago
  78. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 11 years ago
  79. a1b8c14 am a7f44b5a: am 172e038f: am f09f6db5: Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 11 years ago
  80. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 11 years ago
  81. bdd2095 am 1029364e: am e8e1f34a: am 85597e2b: Merge "Clean up debuggerd-related logging." by Elliott Hughes · 11 years ago
  82. 6b8e321 Clean up debuggerd-related logging. by Elliott Hughes · 11 years ago
  83. 16f7b78 am 4cd5703b: am 75b64a1b: am ca483765: Merge "Fix the duplication in the debugging code." by Elliott Hughes · 11 years ago
  84. ca48376 Merge "Fix the duplication in the debugging code." by Elliott Hughes · 11 years ago
  85. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 11 years ago
  86. 4df577f Revert "Filter ANDROID_PROPERTY_WORKSPACE" by Guang Zhu · 11 years ago
  87. bf1d225 Revert "Filter ANDROID_PROPERTY_WORKSPACE" by Guang Zhu · 11 years ago
  88. dbcf3ed am 36c4eb18: am 3a72fe58: am f3fe1945: Merge "linker: add -Wl,--exclude-libs,ALL to LDFLAGS" by Nick Kralevich · 11 years ago
  89. d89ce40 linker: add -Wl,--exclude-libs,ALL to LDFLAGS by Nick Kralevich · 11 years ago
  90. 927d904 am 91bc5865: am 8d01c055: am 1271cdc1: Merge "Revert "stack protector: use AT_RANDOM"" by Nick Kralevich · 11 years ago
  91. bcd18c0 am 27ff1ae4: am de666485: am ba117e41: Merge "stack protector: use AT_RANDOM" by Nick Kralevich · 11 years ago
  92. dde6b88 am 079e4356: am 30894bdf: am 1b34228b: Merge "Filter ANDROID_PROPERTY_WORKSPACE" by Nick Kralevich · 11 years ago
  93. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 11 years ago
  94. ba117e4 Merge "stack protector: use AT_RANDOM" by Nick Kralevich · 11 years ago
  95. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 11 years ago
  96. a0f6475 Filter ANDROID_PROPERTY_WORKSPACE by Nick Kralevich · 11 years ago
  97. 32cefdb am 375db86a: am 09d13c39: Merge "Fix my git mistake." by Elliott Hughes · 11 years ago
  98. 99c3205 Fix my git mistake. by Elliott Hughes · 11 years ago
  99. 14ab1a6 am bc3c7183: am 48c632a3: Merge "[MIPS] Set DT_DEBUG dyntab entry if it is writable" by Elliott Hughes · 11 years ago
  100. cf23905 [MIPS] Set DT_DEBUG dyntab entry if it is writable by Chris Dearman · 11 years ago