summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)AuthorLines
2023-11-06ldso: fix TLSDESC addend processing on archs with backwards descriptorsRich Felker-1/+1
2023-11-06ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logicRich Felker-5/+5
2023-11-06ldso: use __ehdr_start if available to locate its own ELF headersRich Felker-1/+3
2023-04-11fix inadvertently static local var in dynlink get_lfs64Rich Felker-1/+2
2023-01-18fix debugger tracking of shared libraries on mips with PIE main programRich Felker-0/+4
2022-11-30ldso: fix invalid early references to extern-linkage libc.page_sizeRich Felker-1/+8
2022-11-10fix double-processing of DT_RELR relocations in ldso relocating itselfRich Felker-0/+1
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-0/+34
2022-09-12process DT_RELR relocations in ldso-startup/static-pieRich Felker-0/+15
2022-08-17ldso: make exit condition clearer in fixup_rpathÉrico Nogueira-1/+1
2022-08-02ldso: process RELR only for non-FDPIC archsRich Felker-1/+2
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song-1/+20
2022-07-19early stage ldso: remove symbolic references via error handling functionRich Felker-2/+11
2022-07-02in early stage ldso before __dls2b, call mprotect with __syscallAlex Xu (Hello71)-6/+8
2021-04-20remove unnecessary cast for map_library returnÉrico Nogueira-1/+1
2021-04-16fix regression in dl_iterate_phdr reporting of modules with no TLSRich Felker-1/+2
2021-03-26fix dl_iterate_phdr dlpi_tls_data reporting to match specRich Felker-1/+1
2021-03-05don't fail to map library/executable with zero-length segment mapsRich Felker-0/+1
2020-11-11lift child restrictions after multi-threaded forkRich Felker-0/+19
2020-11-11convert malloc use under libc-internal locks to use internal allocatorRich Felker-0/+5
2020-11-11drop use of getdelim/stdio in dynamic linkerRich Felker-5/+22
2020-10-27ldso: notify the debugger when we're doing a dlopenrcombs-2/+6
2020-10-14ldso: use pthread_t rather than kernel tid to track ctor visitorRich Felker-3/+3
2020-10-14fix stale lock when allocation of ctor queue fails during dlopenRich Felker-1/+2
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker-1/+1
2020-06-10have ldso track replacement of aligned_allocRich Felker-0/+2
2020-06-02move declaration of interfaces between malloc and ldso to dynlink.hRich Felker-1/+0
2020-03-20ldso: remove redundant switch case for REL_NONEFangrui Song-2/+0
2020-01-15fix incorrect __hwcap seen in dynamic-linked __set_thread_areaRich Felker-1/+1
2020-01-01fix fdpic regression in dynamic linker with overly smart compilersRich Felker-2/+8
2019-12-31fix crashing ldso on archs where __set_thread_area examines auxvRich Felker-13/+13
2019-12-31move stage3_func typedef out of shared internal dynlink.h headerRich Felker-0/+2
2019-11-02add time64 redirect for, and redirecting implementation of, dlsymRich Felker-0/+27
2019-08-13fix regression whereby main thread didn't get TLS relocationsRich Felker-7/+13
2019-08-12make relocation time symbol lookup and dlsym consistentSzabolcs Nagy-53/+31
2019-08-12ldso: correct condition for local symbol handling in do_relocsRich Felker-1/+1
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland-0/+3
2019-08-11ldso: remove redundant runtime checks in static TLS logicRich Felker-2/+2
2019-08-11ldso: fix calloc misuse allocating initial tlsRich Felker-5/+7
2019-07-06fix inadvertent use of uninitialized variable in dladdrRich Felker-1/+1
2019-06-25remove unnecessary and problematic _Noreturn from crt/ldso startupRich Felker-2/+2
2019-05-16fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy-3/+4
2019-05-16fix static tls offsets of shared libs on TLS_ABOVE_TP targetsSzabolcs Nagy-4/+2
2019-05-12remove unused struct dso members from dynlink.cFangrui Song-1/+0
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker-0/+3
2019-04-06fix the use of syscall result in dl_mmapIlya Matveychikov-1/+1
2019-04-02delete a redundant if in dynamic linker ctor execution loopRay-1/+0
2019-03-10fix invalid-/double-/use-after-free in new dlopen ctor executionRich Felker-1/+2
2019-03-03avoid malloc of ctor queue for programs with no external depsRich Felker-2/+9
2019-03-03avoid malloc of deps arrays for ldso and vdsoRich Felker-0/+3