1. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 11 years ago
  2. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 11 years ago
  3. aa754dc Improve stack overflow diagnostics. by Elliott Hughes · 11 years ago
  4. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 12 years ago
  5. c908442 linker: Emit a warning on text relocations by Nick Kralevich · 11 years ago
  6. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 11 years ago
  7. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 12 years ago
  8. 6bec5b7 Small cleanup of soinfo_elf_lookup. by Christopher Ferris · 11 years ago
  9. 82dcc79 Fix bionic linker to support segments with zero p_filesz by Brian Carlstrom · 11 years ago
  10. 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
  11. 8d3e91d linker: only re-open std* for setuid programs. by Nick Kralevich · 11 years ago
  12. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 11 years ago
  13. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 11 years ago
  14. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  15. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 12 years ago
  16. fa8c05d Use Elf32_Addr instead of unsigned in linker by Kito Cheng · 12 years ago
  17. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 12 years ago
  18. 2d4b9b7 Fix typo of DT_NEEDED for DT_NULL by Brian Carlstrom · 12 years ago
  19. 5e2492e Fix TIMING/STATS/COUNT_PAGES dynamic linker build by Kito Cheng · 12 years ago
  20. 43cc7f7 Fix MIPS linker build by Brian Carlstrom · 12 years ago
  21. 650be4e More linker cleanup. by Elliott Hughes · 12 years ago
  22. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 12 years ago
  23. aa772a3 Update linker README. by Elliott Hughes · 12 years ago
  24. 91a9925 Everyone has a TLS register. by Elliott Hughes · 12 years ago
  25. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  26. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  27. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  28. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 12 years ago
  29. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 12 years ago
  30. 6b8e321 Clean up debuggerd-related logging. by Elliott Hughes · 12 years ago
  31. ca48376 Merge "Fix the duplication in the debugging code." by Elliott Hughes · 12 years ago
  32. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 12 years ago
  33. 4df577f Revert "Filter ANDROID_PROPERTY_WORKSPACE" by Guang Zhu · 12 years ago
  34. d89ce40 linker: add -Wl,--exclude-libs,ALL to LDFLAGS by Nick Kralevich · 12 years ago
  35. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 12 years ago
  36. ba117e4 Merge "stack protector: use AT_RANDOM" by Nick Kralevich · 12 years ago
  37. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 12 years ago
  38. a0f6475 Filter ANDROID_PROPERTY_WORKSPACE by Nick Kralevich · 12 years ago
  39. 99c3205 Fix my git mistake. by Elliott Hughes · 12 years ago
  40. cf23905 [MIPS] Set DT_DEBUG dyntab entry if it is writable by Chris Dearman · 12 years ago
  41. db492b3 Fix debug malloc. by Elliott Hughes · 12 years ago
  42. 918d776 Merge "Support System.loadLibrary for libraries with transitive dependencies." by Elliott Hughes · 12 years ago
  43. eababde Fix format_number. by Elliott Hughes · 12 years ago
  44. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 12 years ago
  45. 45288c5 Fix x86 dynamic linker build. by Elliott Hughes · 12 years ago
  46. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 12 years ago
  47. 97b70b2 Merge "Replace .S version of x86 crtfiles with .c version" by Elliott Hughes · 12 years ago
  48. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 12 years ago
  49. 20a2440 Do not include '\0' when writing error messages to stderr by Chris Dearman · 12 years ago
  50. 8784709 Merge "We should use load_bias. This patch fixes MIPS NDK device exception test failures." by Nick Kralevich · 12 years ago
  51. c5db969 We should use load_bias. This patch fixes MIPS NDK device exception test failures. by Chao-Ying Fu · 12 years ago
  52. 83697b8 Temporarily address gcc 4.7 breakage. by Nick Kralevich · 12 years ago
  53. ce876be am a41e6426: Merge "Tone down some of the overly-verbose linker logging." by Elliott Hughes · 12 years ago
  54. 9c94fc9 Tone down some of the overly-verbose linker logging. by Elliott Hughes · 12 years ago
  55. bc35807 am 9df2e000: Merge "Cleaning the linker environment as we initialize it requires less API." by Elliott Hughes · 12 years ago
  56. cfb47da am 01271b18: Merge "Make dynamic linker debugging always available." by Elliott Hughes · 12 years ago
  57. 9df2e00 Merge "Cleaning the linker environment as we initialize it requires less API." by Elliott Hughes · 12 years ago
  58. 61a9ccb Make dynamic linker debugging always available. by Elliott Hughes · 12 years ago
  59. 0894b2c Cleaning the linker environment as we initialize it requires less API. by Elliott Hughes · 12 years ago
  60. cdc5a17 am ed537239: Merge "Adjust symbol lookup for DT_SYMBOLIC case" by Elliott Hughes · 12 years ago
  61. ed53723 Merge "Adjust symbol lookup for DT_SYMBOLIC case" by Elliott Hughes · 12 years ago
  62. c77c434 Adjust symbol lookup for DT_SYMBOLIC case by Pavel Chupin · 12 years ago
  63. e109930 am dc77a228: Merge "Allow dlopen("egl/blah.so")." by Elliott Hughes · 12 years ago
  64. 6971fe4 Allow dlopen("egl/blah.so"). by Elliott Hughes · 12 years ago
  65. 6db8f5b am d30116cf: Merge "Keep the dynamic linker\'s soinfo pools mostly read-only." by Elliott Hughes · 12 years ago
  66. d23736e Keep the dynamic linker's soinfo pools mostly read-only. by Elliott Hughes · 12 years ago
  67. 65ba5b6 am 064f862d: Merge "Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too." by Elliott Hughes · 12 years ago
  68. 1a69616 Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too. by Elliott Hughes · 12 years ago
  69. 3bb6257 am 0be1819b: Merge "Dynamically allocate soinfo-structs in linker" by Elliott Hughes · 12 years ago
  70. ba98d92 Dynamically allocate soinfo-structs in linker by Magnus Malmborn · 12 years ago
  71. 1de3af5 am c0ac7eba: Merge "Reject .so files with no sysv hash table." by Elliott Hughes · 12 years ago
  72. 124fae9 Reject .so files with no sysv hash table. by Elliott Hughes · 12 years ago
  73. 3cd7a16 am 084be591: Merge "linker: handle R_ARM_COPY relocations in a proper way" by Elliott Hughes · 12 years ago
  74. 5ae44f3 linker: handle R_ARM_COPY relocations in a proper way by Ard Biesheuvel · 12 years ago
  75. 914112e am 155e8d1d: Merge "More dynamic linker cleanup." by Elliott Hughes · 12 years ago
  76. 18a206c More dynamic linker cleanup. by Elliott Hughes · 12 years ago
  77. 8cacc63 am 7193731a: Merge "Workaround g++ 4.7 compfail" by Elliott Hughes · 12 years ago
  78. 20aa6c0 Workaround g++ 4.7 compfail by Pavel Chupin · 12 years ago
  79. 06abe13 am a2f596b6: Merge "Make dlerror(3) thread-safe." by Elliott Hughes · 12 years ago
  80. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 12 years ago
  81. c2483ea am 9434e8fe: Merge "Make the dlfcn mutex static." by Elliott Hughes · 12 years ago
  82. 22d6292 Make the dlfcn mutex static. by Elliott Hughes · 12 years ago
  83. ab4e2ed am db4fdf1a: Merge "Fix dlerror(3)." by Elliott Hughes · 12 years ago
  84. 3b297c4 Fix dlerror(3). by Elliott Hughes · 12 years ago
  85. a55f0a1 am b04598a6: Set up the private variables. by Ying Wang · 12 years ago
  86. b04598a Set up the private variables. by Ying Wang · 12 years ago
  87. 1db6f2d Test flags before using "info" by Andy McFadden · 12 years ago
  88. 51c7167 am 7c67e4e4: am 98957db5: Merge "Test flags before using "info"" into jb-mr1-dev by Andy McFadden · 12 years ago
  89. f84bc8d Test flags before using "info" by Andy McFadden · 12 years ago
  90. 5b6346f Merge "bionic: linker: Need update the map->l_addr for execution." by Elliott Hughes · 12 years ago
  91. e6dc2a6 Revert dl_fbase initialization to the address where the shared object is loaded. by Raghu Gandham · 12 years ago
  92. c1993ca Fix dlsym and dladdr to use load_bias instead of base by Raghu Gandham · 12 years ago
  93. 9c3449e bionic: linker: Need update the map->l_addr for execution. by Xiaokang Qin · 12 years ago
  94. e9b6fc6 Improve the dynamic linker diagnostics. by Elliott Hughes · 12 years ago
  95. ad18073 Merge "linker: Fix ARM_R_COPY relocations" by Nick Kralevich · 12 years ago
  96. d39c3ab linker: Fix ARM_R_COPY relocations by Nick Kralevich · 12 years ago
  97. 3697b52 Allow linker to compile with -DLINKER_DEBUG=1 by Nick Kralevich · 12 years ago
  98. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 12 years ago
  99. 105bc26 Fix comment typos. by Elliott Hughes · 12 years ago
  100. 32dbc03 Regenerate all NOTICE files with the latest version of the script. by Elliott Hughes · 12 years ago