about summary refs log tree commit diff
path: root/src/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker2015-05-181-1/+1
* remove always-true conditional in dynamic linker TLSDESC processingRich Felker2015-04-211-1/+1
* remove redundant code in do_dlsym functionRich Felker2015-04-211-1/+1
* make dlerror state and message thread-local and dynamically-allocatedRich Felker2015-04-181-32/+61
* apply hidden visibility to tlsdesc accessor functionsRich Felker2015-04-175-0/+10
* comment fixes in aarch64 tlsdesc asmSzabolcs Nagy2015-04-171-4/+4
* ensure debugger hook for dynamic linker does not point to a PLT slotRich Felker2015-04-171-2/+4
* fix PLT call offset in sh dlsym asmRich Felker2015-04-171-3/+3
* fix sh build regressions in asmRich Felker2015-04-171-1/+1
* use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker2015-04-143-4/+10
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-1411-3/+14
* fix inconsistent visibility for internal __tls_get_new functionRich Felker2015-04-141-0/+1
* make _dlstart_c function use hidden visibilityRich Felker2015-04-141-0/+1
* remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker2015-04-131-5/+5
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-10/+2
* move thread pointer setup to beginning of dynamic linker stage 3Rich Felker2015-04-131-8/+23
* stabilize dynamic linker's layout of static TLSRich Felker2015-04-131-9/+6
* dynamic linker bootstrap overhaulRich Felker2015-04-1313-442/+281
* fix rpath string memory leak on failed dlopenRich Felker2015-04-041-0/+2
* halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker2015-04-031-8/+18
* harden dynamic linker library path searchRich Felker2015-04-011-5/+16
* add aarch64 portSzabolcs Nagy2015-03-113-0/+115
* copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy2015-03-111-3/+3
* fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker2015-03-061-2/+8
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker2014-11-231-0/+2
* save auxv pointer into libc struct early in dynamic linker startupRich Felker2014-11-191-0/+1
* add dlerror message for static-linked dlsym failureRich Felker2014-08-081-0/+2
* fix dlerror when using dlopen with a static libcClément Vasseur2014-08-081-0/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-182-0/+39
* explicitly reject empty names in dynamic linker load_library functionRich Felker2014-07-111-0/+5
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-111-2/+2
* fix regression in mips dynamic linkerRich Felker2014-06-301-1/+6
* fix regression in dynamic linker error reportingRich Felker2014-06-291-9/+5
* rename dynamic linker _start to _dlstart in the stub versionRich Felker2014-06-231-1/+1
* rename dynamic linker entry point from _start to _dlstartRich Felker2014-06-208-19/+19
* add tlsdesc support for x86_64Rich Felker2014-06-191-0/+40
* separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker2014-06-191-6/+6
* add tlsdesc support for i386Rich Felker2014-06-191-0/+27
* change dynamic TLS installation strategy to optimize accessRich Felker2014-06-191-8/+14
* add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker2014-06-192-0/+54
* reduce code duplication in dynamic linker error pathsRich Felker2014-06-181-16/+16
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-8/+89
* add options when explicitly invoking dynamic loaderRich Felker2014-04-161-2/+21
* remove lazy ssp initializationTimo Teräs2014-03-251-13/+0
* if dynamic linker's relro mprotect call fails, include reason in messageRich Felker2014-03-251-1/+1
* cosmetic improvements in dynamic linker cleanupRich Felker2014-03-251-5/+5
* clean up internal dynamic linker functions enumerating phdrsTimo Teräs2014-03-251-28/+23
* implement PT_GNU_RELRO supportTimo Teräs2014-03-251-15/+37
* always initialize thread pointer at program startRich Felker2014-03-241-9/+19