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