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