about summary refs log tree commit diff
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0Rich Felker2018-10-121-3/+3
* combine arch ABI's DTP_OFFSET into DTV pointersRich Felker2018-10-121-14/+11
* add TLSDESC support for 32-bit armRich Felker2018-10-011-0/+7
* support setting of default thread stack size via PT_GNU_STACK headerRich Felker2018-09-181-0/+12
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* move tlsdesc and internal dl function declarations to dynlink.hRich Felker2018-09-121-4/+0
* move declarations of tls setup/access functions to pthread_impl.hRich Felker2018-09-121-4/+0
* move declarations for malloc internals to malloc_impl.hRich Felker2018-09-121-1/+1
* improve machinery for ldso to report libc versionRich Felker2018-09-121-3/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-052-23/+13
* block dlopen of libraries with initial-exec refs to dynamic TLSRich Felker2018-07-161-0/+8
* fix inefficient choice of tlsdesc function due to off-by-oneRich Felker2018-07-161-1/+1
* avoid spurious dso matches by dladdr outside bounds of load segmentsRich Felker2018-06-281-1/+10
* make dladdr consistently produce the first symbol in presence of aliasesRich Felker2018-06-281-1/+1
* fix symtab-order-dependent spurious matches in dladdrRich Felker2018-06-281-5/+8
* correctly handle non-matching symbols in dladdrRich Felker2018-06-271-4/+13
* avoid using undefined pointer arithmetic in dladdrRich Felker2018-06-271-8/+9
* fix dynamic linker mapping/clearing bss in first/only LOAD segmentRich Felker2018-06-261-6/+5
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-2/+3
* reintroduce hardening against partially-replaced allocatorRich Felker2018-04-191-0/+9
* enable reclaim_gaps for fdpicRich Felker2018-04-171-2/+18
* ldso, malloc: implement reclaim_gaps via __malloc_donateAlexander Monakov2018-04-171-12/+4
* disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processesRich Felker2018-02-071-0/+3
* honor rpath $ORIGIN for ldd/ldso command with program in working dirRich Felker2018-02-071-1/+10
* adjust dladdr dli_fbase definition to match other implementationsRich Felker2018-02-021-1/+1
* fix malloc state corruption when ldso rejects loading a second libcRich Felker2017-11-131-3/+4
* allow specifying argv[0] when invoking a program via ldso commandRich Felker2017-07-041-0/+7
* fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBALRich Felker2017-07-041-1/+6
* ldso: avoid spurious & possible erroneous work for libs with no depsRich Felker2017-07-041-4/+7
* fix dlopen/dlsym regression opening libs already loaded at startupRich Felker2017-03-211-2/+2
* precalculate gnu hash rather than doing it lazily in find_sym inner loopRich Felker2017-03-151-8/+2
* remove unused refcnt field for shared librariesRich Felker2017-03-141-4/+0
* avoid loading of multiple libc versions via explicit pathnameRich Felker2017-03-141-1/+11
* emulate lazy relocation as deferrable relocationRich Felker2017-03-141-3/+66
* reorder addend handling before symbol lookup in relocation codeRich Felker2017-03-131-16/+17
* rework ldso handling of global symbol table for consistencyRich Felker2017-03-121-44/+53
* treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_symSzabolcs Nagy2017-03-111-3/+1
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-5/+5
* fix crash from corrupted tls module list after failed dlopenRich Felker2017-01-041-0/+1
* treat null vdso base same as missingBobby Bingham2016-11-111-1/+1
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-2/+2
* fix ldso reserved library name handlingSzabolcs Nagy2016-11-071-19/+19
* fix accidental global static pointer in ldsoSzabolcs Nagy2016-11-071-1/+2
* generalize mips-specific reloc code not to hard-code sym/type encodingRich Felker2016-03-061-1/+1
* fix regression in SH/FDPIC dynamic linkerRich Felker2016-02-181-0/+2
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-4/+7
* fix regression in dynamic-linked tls when both main app & libs have tlsRich Felker2016-01-301-1/+1
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-252-0/+2077