add speculation control prctls from linux v4.17
[oweals/musl.git] / ldso /
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-17 Rich Felkerenable reclaim_gaps for fdpic
2018-04-17 Alexander Monakovldso, malloc: implement reclaim_gaps via __malloc_donate
2018-02-07 Rich Felkerdisallow non-absolute rpath $ORIGIN for suid/sgid/AT_SE...
2018-02-07 Rich Felkerhonor rpath $ORIGIN for ldd/ldso command with program...
2018-02-02 Rich Felkeradjust dladdr dli_fbase definition to match other imple...
2017-11-13 Rich Felkerfix malloc state corruption when ldso rejects loading...
2017-07-04 Rich Felkerallow specifying argv[0] when invoking a program via...
2017-07-04 Rich Felkerfix regression in dlopen promotion from RTLD_LOCAL...
2017-07-04 Rich Felkerldso: avoid spurious & possible erroneous work for...
2017-03-21 Rich Felkerfix dlopen/dlsym regression opening libs already loaded...
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-02-18 Rich Felkerfix regression in SH/FDPIC dynamic linker
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...