1. 06700b2 Fix crash when trying to load invalid ELF file. by Dmitriy Ivanov · 9 years ago
  2. 34e8e47 Add flag that makes linker honor min(p_vaddr) by Dmitriy Ivanov · 9 years ago
  3. 8fdb341 linker: never mark pages simultaneously writable / executable by Nick Kralevich · 9 years ago
  4. 56be6ed Revert "Remove text-relocation support for lp32" by Dimitry Ivanov · 9 years ago
  5. cb00add Remove text-relocation support for lp32 by Dmitriy Ivanov · 9 years ago
  6. 20d89cb Fix long lines and replace macros with functions. by Dmitriy Ivanov · 9 years ago
  7. 18a6956 Add support for packed relocations. by Dmitriy Ivanov · 9 years ago
  8. 05fc1d7 Add missing includes. by Elliott Hughes · 9 years ago
  9. 1649e7e Enable -Wold-style-cast warnings for linker by Dmitriy Ivanov · 9 years ago
  10. b514026 Kill <machine/exec.h>. by Elliott Hughes · 10 years ago
  11. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 10 years ago
  12. 4544d9f Fix misleading comment. by Robert Grosse · 10 years ago
  13. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 10 years ago
  14. e93be99 Fix gdb could not get shared library list issue by Ningsheng Jian · 10 years ago
  15. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  16. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  17. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  18. 851135b Replace NULL with nullptr by Dmitriy Ivanov · 10 years ago
  19. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 10 years ago
  20. 04dc91a Load library using file handle. by Dmitriy Ivanov · 10 years ago
  21. 26ec967 Handle empty relro segment or incorrectly sized file. by Torne (Richard Coles) · 10 years ago
  22. 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 10 years ago
  23. 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 10 years ago
  24. faf05ba Clean up all the lint cpplint can find in the dynamic linker. by Elliott Hughes · 10 years ago
  25. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 10 years ago
  26. 4041b13 bionic: Do not use magic number for portability by Qiming Shi · 10 years ago
  27. e365f9d AArch64: Linker64 support for AArch64 by Marcus Oakland · 11 years ago
  28. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 11 years ago
  29. c00f2cb x86_64 linker. by Elliott Hughes · 11 years ago
  30. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
  31. 0e79b91 Add more information to error due to truncated Elf32_Ehdr by Brian Carlstrom · 11 years ago
  32. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 11 years ago
  33. 82dcc79 Fix bionic linker to support segments with zero p_filesz by Brian Carlstrom · 11 years ago
  34. 650be4e More linker cleanup. by Elliott Hughes · 11 years ago
  35. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 11 years ago
  36. cf23905 [MIPS] Set DT_DEBUG dyntab entry if it is writable by Chris Dearman · 11 years ago
  37. 18a206c More dynamic linker cleanup. by Elliott Hughes · 12 years ago[Renamed (99%) from linker/linker_phdr.c]
  38. 06b5961 Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 12 years ago