OSDN Git Service

fix spurious undefined behavior in getaddrinfo
[android-x86/external-musl-libc.git] / ldso /
2019-02-19 Rich Felkerinstall dynamic tls synchronously at dlopen, streamline...
2018-10-16 Rich Felkeradd new stage 2b to dynamic linker bootstrap for thread...
2018-10-15 Rich Felkerfix misleading placement of statement on same line...
2018-10-12 Rich Felkerfix dlsym of thread-local symbols on archs with DTP_OFF...
2018-10-12 Rich Felkercombine arch ABI's DTP_OFFSET into DTV pointers
2018-10-01 Rich Felkeradd TLSDESC support for 32-bit arm
2018-09-19 Rich Felkersupport setting of default thread stack size via PT_GNU...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermove tlsdesc and internal dl function declarations...
2018-09-12 Rich Felkermove declarations of tls setup/access functions to...
2018-09-12 Rich Felkermove declarations for malloc internals to malloc_impl.h
2018-09-12 Rich Felkerimprove machinery for ldso to report libc version
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-07-16 Rich Felkerblock dlopen of libraries with initial-exec refs to...
2018-07-16 Rich Felkerfix inefficient choice of tlsdesc function due to off...
2018-06-28 Rich Felkeravoid spurious dso matches by dladdr outside bounds...
2018-06-28 Rich Felkermake dladdr consistently produce the first symbol in...
2018-06-28 Rich Felkerfix symtab-order-dependent spurious matches in dladdr
2018-06-27 Rich Felkercorrectly handle non-matching symbols in dladdr
2018-06-27 Rich Felkeravoid using undefined pointer arithmetic in dladdr
2018-06-26 Rich Felkerfix dynamic linker mapping/clearing bss in first/only...
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...