summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorFilesLines
2015-04-21remove always-true conditional in dynamic linker TLSDESC processingRich Felker1-1/+1
2015-04-21remove redundant code in do_dlsym functionRich Felker1-1/+1
2015-04-18make dlerror state and message thread-local and dynamically-allocatedRich Felker1-32/+61
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker5-0/+10
2015-04-17comment fixes in aarch64 tlsdesc asmSzabolcs Nagy1-4/+4
2015-04-17ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker1-2/+4
2015-04-17fix PLT call offset in sh dlsym asmRich Felker1-3/+3
2015-04-17fix sh build regressions in asmRich Felker1-1/+1
2015-04-14use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker3-4/+10
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker11-3/+14
2015-04-14fix inconsistent visibility for internal __tls_get_new functionRich Felker1-0/+1
2015-04-14make _dlstart_c function use hidden visibilityRich Felker1-0/+1
2015-04-13remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker1-5/+5
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker1-10/+2
2015-04-13move thread pointer setup to beginning of dynamic linker stage 3Rich Felker1-8/+23
2015-04-13stabilize dynamic linker's layout of static TLSRich Felker1-9/+6
2015-04-13dynamic linker bootstrap overhaulRich Felker13-442/+281
2015-04-04fix rpath string memory leak on failed dlopenRich Felker1-0/+2
2015-04-03halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker1-8/+18
2015-04-01harden dynamic linker library path searchRich Felker1-5/+16
2015-03-11add aarch64 portSzabolcs Nagy3-0/+115
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy1-3/+3
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker1-2/+8
2015-03-03make all objects used with atomic operations volatileRich Felker1-1/+1
2014-11-23adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker1-0/+2
2014-11-19save auxv pointer into libc struct early in dynamic linker startupRich Felker1-0/+1
2014-08-08add dlerror message for static-linked dlsym failureRich Felker1-0/+2
2014-08-08fix dlerror when using dlopen with a static libcClément Vasseur1-0/+2
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson2-0/+39
2014-07-11explicitly reject empty names in dynamic linker load_library functionRich Felker1-0/+5
2014-07-11make dynamic linker accept colon as a separator for LD_PRELOADRich Felker1-2/+2
2014-06-30fix regression in mips dynamic linkerRich Felker1-1/+6
2014-06-29fix regression in dynamic linker error reportingRich Felker1-9/+5
2014-06-23rename dynamic linker _start to _dlstart in the stub versionRich Felker1-1/+1
2014-06-20rename dynamic linker entry point from _start to _dlstartRich Felker8-19/+19
2014-06-19add tlsdesc support for x86_64Rich Felker1-0/+40
2014-06-19separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker1-6/+6
2014-06-19add tlsdesc support for i386Rich Felker1-0/+27
2014-06-19change dynamic TLS installation strategy to optimize accessRich Felker1-8/+14
2014-06-19add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker2-0/+54
2014-06-18reduce code duplication in dynamic linker error pathsRich Felker1-16/+16
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker1-8/+89
2014-04-16add options when explicitly invoking dynamic loaderRich Felker1-2/+21
2014-03-25remove lazy ssp initializationTimo Teräs1-13/+0
2014-03-25if dynamic linker's relro mprotect call fails, include reason in messageRich Felker1-1/+1
2014-03-25cosmetic improvements in dynamic linker cleanupRich Felker1-5/+5
2014-03-25clean up internal dynamic linker functions enumerating phdrsTimo Teräs1-28/+23
2014-03-25implement PT_GNU_RELRO supportTimo Teräs1-15/+37
2014-03-24always initialize thread pointer at program startRich Felker1-9/+19
2014-02-27rename superh port to "sh" for consistencyRich Felker2-0/+0