only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / ldso /
2020-06-11 Rich Felkerhave ldso track replacement of aligned_alloc
2020-06-03 Rich Felkermove declaration of interfaces between malloc and ldso...
2020-03-20 Fangrui Songldso: remove redundant switch case for REL_NONE
2020-01-15 Rich Felkerfix incorrect __hwcap seen in dynamic-linked __set_thre...
2020-01-01 Rich Felkerfix fdpic regression in dynamic linker with overly...
2020-01-01 Rich Felkerfix crashing ldso on archs where __set_thread_area...
2020-01-01 Rich Felkermove stage3_func typedef out of shared internal dynlink...
2019-11-02 Rich Felkeradd time64 redirect for, and redirecting implementation...
2019-08-14 Rich Felkerfix regression whereby main thread didn't get TLS reloc...
2019-08-12 Szabolcs Nagymake relocation time symbol lookup and dlsym consistent
2019-08-12 Rich Felkerldso: correct condition for local symbol handling in...
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-11 Rich Felkerldso: remove redundant runtime checks in static TLS...
2019-08-11 Rich Felkerldso: fix calloc misuse allocating initial tls
2019-07-06 Rich Felkerfix inadvertent use of uninitialized variable in dladdr
2019-06-25 Rich Felkerremove unnecessary and problematic _Noreturn from crt...
2019-05-17 Szabolcs Nagyfix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_...
2019-05-17 Szabolcs Nagyfix static tls offsets of shared libs on TLS_ABOVE_TP...
2019-05-12 Fangrui Songremove unused struct dso members from dynlink.c
2019-04-10 Rich Felkeroverhaul i386 syscall mechanism not to depend on extern...
2019-04-06 Ilya Matveychikovfix the use of syscall result in dl_mmap
2019-04-02 Raydelete a redundant if in dynamic linker ctor execution...
2019-03-10 Rich Felkerfix invalid-/double-/use-after-free in new dlopen ctor...
2019-03-03 Rich Felkeravoid malloc of ctor queue for programs with no externa...
2019-03-03 Rich Felkeravoid malloc of deps arrays for ldso and vdso
2019-03-03 Rich Felkeravoid malloc of deps array for programs with no externa...
2019-03-03 Rich Felkerfix malloc misuse for startup ctor queue, breakage...
2019-03-03 Rich Felkersynchronize shared library dtor exec against concurrent...
2019-03-03 Rich Felkeroverhaul shared library ctor execution for dependency...
2019-03-02 Rich Felkerrecord preloaded libraries as direct pseudo-dependencie...
2019-03-02 Rich Felkerfix unsafety of new ldso dep tracking in presence of...
2019-02-27 Rich Felkerfix and overhaul dlsym depedency order, always record...
2019-02-27 Rich Felkerfix crash/misbehavior from oob read in new dynamic...
2019-02-25 Rich Felkerfix crash in new dynamic tls installation when last...
2019-02-22 Rich Felkeradd membarrier syscall wrapper, refactor dynamic tls...
2019-02-22 Rich Felkerfix loop logic cruft in dynamic tls installation
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...