1. f3055e0 allow specifying argv[0] when invoking a program via ldso command by Rich Felker · 7 years ago
  2. 43c423a fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL by Rich Felker · 7 years ago
  3. 66b53cf ldso: avoid spurious & possible erroneous work for libs with no deps by Rich Felker · 7 years ago
  4. 0c53178 fix dlopen/dlsym regression opening libs already loaded at startup by Rich Felker · 7 years ago
  5. a393d5c precalculate gnu hash rather than doing it lazily in find_sym inner loop by Rich Felker · 8 years ago
  6. cb52539 remove unused refcnt field for shared libraries by Rich Felker · 8 years ago
  7. c49d3c8 avoid loading of multiple libc versions via explicit pathname by Rich Felker · 8 years ago
  8. 6476b81 emulate lazy relocation as deferrable relocation by Rich Felker · 8 years ago
  9. 4823b13 reorder addend handling before symbol lookup in relocation code by Rich Felker · 8 years ago
  10. 4ff234f rework ldso handling of global symbol table for consistency by Rich Felker · 8 years ago
  11. c9783e4 treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym by Szabolcs Nagy · 8 years ago
  12. 1f53e7d fix crashes in x32 __tls_get_addr by rofl0r · 8 years ago
  13. 27b3fd6 fix crash from corrupted tls module list after failed dlopen by Rich Felker · 8 years ago
  14. 5448289 treat null vdso base same as missing by Bobby Bingham · 8 years ago
  15. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago
  16. 5ffe515 fix ldso reserved library name handling by Szabolcs Nagy · 8 years ago
  17. 86e8cc0 fix accidental global static pointer in ldso by Szabolcs Nagy · 8 years ago
  18. 71392a9 generalize mips-specific reloc code not to hard-code sym/type encoding by Rich Felker · 9 years ago
  19. 2d0290d fix regression in SH/FDPIC dynamic linker by Rich Felker · 9 years ago
  20. c18d05f ldso: fix GDB dynamic linker info on MIPS by Felix Fietkau · 9 years ago
  21. 140ad50 fix regression in dynamic-linked tls when both main app & libs have tls by Rich Felker · 9 years ago
  22. 5552ce5 move dynamic linker to its own top-level directory, ldso by Rich Felker · 9 years ago