precalculate gnu hash rather than doing it lazily in find_sym inner loop
[musl] / ldso / dynlink.c
2017-03-15 Rich Felkerprecalculate gnu hash rather than doing it lazily in...
2017-03-14 Rich Felkerremove unused refcnt field for shared libraries
2017-03-14 Rich Felkeravoid loading of multiple libc versions via explicit...
2017-03-14 Rich Felkeremulate lazy relocation as deferrable relocation
2017-03-13 Rich Felkerreorder addend handling before symbol lookup in relocat...
2017-03-13 Rich Felkerrework ldso handling of global symbol table for consistency
2017-03-12 Szabolcs Nagytreat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-05 Rich Felkerfix crash from corrupted tls module list after failed...
2016-11-11 Bobby Binghamtreat null vdso base same as missing
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-07 Szabolcs Nagyfix ldso reserved library name handling
2016-11-07 Szabolcs Nagyfix accidental global static pointer in ldso
2016-03-06 Rich Felkergeneralize mips-specific reloc code not to hard-code...
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-30 Rich Felkerfix regression in dynamic-linked tls when both main...
2016-01-26 Rich Felkermove dynamic linker to its own top-level directory...