summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2010-06-21get rid of needless c99 constructAustin Foxley
2010-06-02ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-05-05ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov
2010-04-28include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley
2010-04-22ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-16ldso/i386: support protected symbolsJoakim Tjernlund
2010-04-14Merge commit 'origin/master' into nptlAustin Foxley
2010-04-14ldso: Add config option for controlling LD_PRELOADCarmelo AMOROSO
2010-04-12silence debug warningBernhard Reutner-Fischer
2010-04-12whitespace cleanupBernhard Reutner-Fischer
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-12silence warning about undefined preprocessor tokenBernhard Reutner-Fischer
2010-04-11ldso_sh: Provide only one definition for elf_machine_type_classCarmelo Amoroso
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-19x86_64: finish up tls reloc support in ldsoAustin Foxley
2010-02-17Add missing libgcc_s.h header.Khem Raj
2010-02-11ldso: fix USE_TLS checkAustin Foxley
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-05ldso: add missing prototypesBernhard Reutner-Fischer
2010-01-25mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj
2010-01-25mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj
2010-01-21ldso: tweak shadow warning with preload file supportBernhard Reutner-Fischer
2010-01-21mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2010-01-21ldso: tweak shadow warning with preload file supportBernhard Reutner-Fischer
2010-01-14mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2009-12-23Merge remote branch 'origin/master' into nptlAustin Foxley
2009-12-23Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-03ldso_tls: Refetch dtv from memory if THREAD_DTV has changedCarmelo Amoroso
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-27ldso: initialize stack_chk_guard after TLS is initializedNatanael Copa
2009-11-25avoid warning about unused variableBernhard Reutner-Fischer
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-11-22ldso: let people disable the implicit path searchMike Frysinger
2009-11-20remove superfluous extra semicolonsBernhard Reutner-Fischer
2009-11-15ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer
2009-10-16ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley
2009-10-15ldso: drop duplicated/unused definesMike Frysinger
2009-10-15ldso: unify and cleanup _dl_mmap codeMike Frysinger
2009-10-15ldso: define MAP_FAILED for everyoneMike Frysinger
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley
2009-10-09check_ld some more flagsBernhard Reutner-Fischer
2009-10-07ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger
2009-10-07ldso: use O_CLOEXEC for cache fileMike Frysinger