summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
| * remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-092-7/+7
| * Add sanity checks to ld.so DSBT supportMark Salter2011-03-051-1/+28
| * The C6X portAurelien Jacquiot2011-03-057-0/+860
| * Add support for DSBT ELF to ld.soMark Salter2011-03-054-4/+43
| * Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-052-0/+2
| * Correct ssp codePeter S. Mazinger2011-03-031-8/+6
| * syntax fixPeter S. Mazinger2011-03-031-1/+1
| * initialize tls_tpnt to NULL on all archsPeter S. Mazinger2011-03-033-3/+3
| * ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso2011-03-031-1/+1
| * ldso: fix fdpic buildsMike Frysinger2011-02-211-2/+7
| * ldso: remove now unused variableBernhard Reutner-Fischer2011-02-141-1/+0
| * Fix memory leak in dlopen()/dlclose().Philip Craig2011-02-111-0/+4
* | ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso2011-03-071-1/+1
* | Merge remote branch 'origin/master' into prelinkCarmelo Amoroso2011-02-031-1/+1
|\|
| * mips: avoid segmentation fault when RLD_MAP is 0Richard Braun2011-01-291-1/+1
* | ldso: fix _dl_debug_lookup to handle protected symbolsFilippo Arcidiacono2011-01-271-1/+1
* | libdl: fix tls symbol lookup in dlsymFilippo Arcidiacono2011-01-251-1/+1
* | Merge remote branch 'origin/master' into prelinkCarmelo Amoroso2011-01-2118-216/+203
|\|
| * ldso: get rid of _dl_lookup_hashCarmelo Amoroso2011-01-203-11/+5
| * Add protected symbols support for all architecturesSalvatore Cro2011-01-2016-89/+131
| * Revert "ldso/arm: Correct protected symbol resolution"Carmelo Amoroso2011-01-201-9/+2
| * Revert "ldso_sh: add support for protected symbols to SH"Carmelo Amoroso2011-01-201-24/+18
| * Revert "ldso/i386: support protected symbols"Carmelo Amoroso2011-01-201-8/+2
* | Merge commit 'origin/master' into prelinkCarmelo Amoroso2010-11-281-6/+6
|\|
| * Revert "ldso: silence warning about unused tls var if !tls"Bernhard Reutner-Fischer2010-11-241-2/+0
| * ldso: silence warning about unused tls var if !tlsBernhard Reutner-Fischer2010-11-241-0/+2
| * ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko2010-11-021-6/+6
* | ldso: Extend prelink support for all other achitecturesFilippo Arcidiacono2010-10-1113-105/+171
* | Merge commit 'origin/master' into prelinkCarmelo Amoroso2010-09-241-18/+25
|\|
| * ldso_sh: add support for protected symbols to SHSalvatore Cro2010-09-241-18/+24
* | ldso: Fix loadaddr and mappaddr when prelink support is enabled.Filippo Arcidiacono2010-09-173-29/+14
* | ldso: Add runtime prelink supportFilippo Arcidiacono2010-09-176-9/+157
* | ldso: Do not add the ld.so at the end of the loaded modules listFilippo Arcidiacono2010-09-171-55/+64
* | ldso: Add support for LD_WARN and LD_TRACE_PRELINKINGFilippo Arcidiacono2010-09-177-25/+164
* | ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono2010-09-1710-75/+197
* | ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono2010-09-176-14/+165
|/
* ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono2010-09-151-7/+10
* ldso: Fix compilation for x86_64 without TLS support.Will Newton2010-09-071-0/+2
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-273-3/+2
* ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono2010-07-261-1/+1
* ldso/arm: Correct protected symbol resolutionKhem Raj2010-07-211-2/+9
* ldso/mips: pltgot should array not address of array to dynamic info.Khem Raj2010-07-191-1/+1
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-061-1/+1
* get rid of needless c99 constructAustin Foxley2010-06-211-2/+2
* ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj2010-06-021-2/+2
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-093-16/+45
* ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov2010-05-051-2/+2
* include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley2010-04-281-0/+1
* ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs2010-04-223-13/+22
* nptl: proper soname handlingNatanael Copa2010-04-222-4/+4