1. b4b1e10 reintroduce hardening against partially-replaced allocator by Rich Felker · 6 years ago
  2. d610c14 enable reclaim_gaps for fdpic by Rich Felker · 6 years ago
  3. ce7ae11 ldso, malloc: implement reclaim_gaps via __malloc_donate by Alexander Monakov · 6 years ago
  4. 376b3c5 disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes by Rich Felker · 6 years ago
  5. f0b235c honor rpath $ORIGIN for ldd/ldso command with program in working dir by Rich Felker · 6 years ago
  6. b3ae7be adjust dladdr dli_fbase definition to match other implementations by Rich Felker · 6 years ago
  7. a71b46c fix malloc state corruption when ldso rejects loading a second libc by Rich Felker · 7 years ago
  8. f3055e0 allow specifying argv[0] when invoking a program via ldso command by Rich Felker · 7 years ago
  9. 43c423a fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL by Rich Felker · 7 years ago
  10. 66b53cf ldso: avoid spurious & possible erroneous work for libs with no deps by Rich Felker · 7 years ago
  11. 0c53178 fix dlopen/dlsym regression opening libs already loaded at startup by Rich Felker · 7 years ago
  12. a393d5c precalculate gnu hash rather than doing it lazily in find_sym inner loop by Rich Felker · 7 years ago
  13. cb52539 remove unused refcnt field for shared libraries by Rich Felker · 7 years ago
  14. c49d3c8 avoid loading of multiple libc versions via explicit pathname by Rich Felker · 7 years ago
  15. 6476b81 emulate lazy relocation as deferrable relocation by Rich Felker · 7 years ago
  16. 4823b13 reorder addend handling before symbol lookup in relocation code by Rich Felker · 7 years ago
  17. 4ff234f rework ldso handling of global symbol table for consistency by Rich Felker · 7 years ago
  18. c9783e4 treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym by Szabolcs Nagy · 8 years ago
  19. 1f53e7d fix crashes in x32 __tls_get_addr by rofl0r · 8 years ago
  20. 27b3fd6 fix crash from corrupted tls module list after failed dlopen by Rich Felker · 8 years ago
  21. 5448289 treat null vdso base same as missing by Bobby Bingham · 8 years ago
  22. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago
  23. 5ffe515 fix ldso reserved library name handling by Szabolcs Nagy · 8 years ago
  24. 86e8cc0 fix accidental global static pointer in ldso by Szabolcs Nagy · 8 years ago
  25. 71392a9 generalize mips-specific reloc code not to hard-code sym/type encoding by Rich Felker · 8 years ago
  26. 2d0290d fix regression in SH/FDPIC dynamic linker by Rich Felker · 8 years ago
  27. c18d05f ldso: fix GDB dynamic linker info on MIPS by Felix Fietkau · 8 years ago
  28. 140ad50 fix regression in dynamic-linked tls when both main app & libs have tls by Rich Felker · 8 years ago
  29. 5552ce5 move dynamic linker to its own top-level directory, ldso by Rich Felker · 8 years ago