summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorLines
2015-09-17further refactoring of dynamic linker load address computationsRich Felker-2/+2
2015-09-17begin refactoring load address computations in dynamic linkerRich Felker-19/+22
2015-09-17remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker-14/+8
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+6
2015-06-28dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov-13/+11
2015-06-28dynlink.c: slim down gnu_lookupAlexander Monakov-9/+5
2015-06-28dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov-3/+22
2015-06-27dynlink.c: use a faster expression in gnu_hashAlexander Monakov-1/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker-3/+3
2015-06-23make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker-2/+24
2015-06-17ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker-2/+4
2015-06-07fix regression in pre-v7 arm on kernels with kuser helper removedRich Felker-17/+14
2015-06-04fix dynamic linker regression processing R_*_NONE type relocationsRich Felker-0/+1
2015-05-25reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker-11/+43
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker-11/+8
2015-05-25simplify/shrink relocation processing in dynamic linker stage 1Rich Felker-24/+16
2015-05-25remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker-1/+0
2015-05-18reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker-1/+1
2015-04-21remove always-true conditional in dynamic linker TLSDESC processingRich Felker-1/+1
2015-04-21remove redundant code in do_dlsym functionRich Felker-1/+1
2015-04-18make dlerror state and message thread-local and dynamically-allocatedRich Felker-32/+61
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker-0/+10
2015-04-17comment fixes in aarch64 tlsdesc asmSzabolcs Nagy-4/+4
2015-04-17ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker-2/+4
2015-04-17fix PLT call offset in sh dlsym asmRich Felker-3/+3
2015-04-17fix sh build regressions in asmRich Felker-1/+1
2015-04-14use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker-4/+10
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker-3/+14
2015-04-14fix inconsistent visibility for internal __tls_get_new functionRich Felker-0/+1
2015-04-14make _dlstart_c function use hidden visibilityRich Felker-0/+1
2015-04-13remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker-5/+5
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-10/+2
2015-04-13move thread pointer setup to beginning of dynamic linker stage 3Rich Felker-8/+23
2015-04-13stabilize dynamic linker's layout of static TLSRich Felker-9/+6
2015-04-13dynamic linker bootstrap overhaulRich Felker-442/+281
2015-04-04fix rpath string memory leak on failed dlopenRich Felker-0/+2
2015-04-03halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker-8/+18
2015-04-01harden dynamic linker library path searchRich Felker-5/+16
2015-03-11add aarch64 portSzabolcs Nagy-0/+115
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy-3/+3
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker-2/+8
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2014-11-23adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker-0/+2
2014-11-19save auxv pointer into libc struct early in dynamic linker startupRich Felker-0/+1
2014-08-08add dlerror message for static-linked dlsym failureRich Felker-0/+2
2014-08-08fix dlerror when using dlopen with a static libcClément Vasseur-0/+2
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+39
2014-07-11explicitly reject empty names in dynamic linker load_library functionRich Felker-0/+5
2014-07-11make dynamic linker accept colon as a separator for LD_PRELOADRich Felker-2/+2
2014-06-30fix regression in mips dynamic linkerRich Felker-1/+6