summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-elf.c
AgeCommit message (Expand)Author
2012-06-06Clean up DSBT supportMark Salter
2012-04-08ldso: fix fdpic support broken from prelink patchFilippo Arcidiacono
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-10-25ldso: let people disable to lookup into LD_LIBRARY_PATHCarmelo Amoroso
2011-10-25ldso: minor fixes to implicit search pathCarmelo Amoroso
2011-10-19libdl: remove _dl_ldsopath from libdl.aCarmelo Amoroso
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-05-27Correct a bug when remapping textrel segments on nommuAlan Davis
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-04-11Support dynamic assignment of DSBT_INDEXBernd Schmidt
2011-04-11Fix nommu handling of DT_TEXTRELBernd Schmidt
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-07ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso
2011-03-05Add sanity checks to ld.so DSBT supportMark Salter
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-03-03ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso
2010-09-17ldso: Fix loadaddr and mappaddr when prelink support is enabled.Filippo Arcidiacono
2010-09-17ldso: Add runtime prelink supportFilippo Arcidiacono
2010-09-17ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2010-04-22ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs
2010-04-12silence debug warningBernhard Reutner-Fischer
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-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-07ldso: use O_CLOEXEC for cache fileMike Frysinger
2009-10-07ldso: use MAP_FAILED with ld.so.cacheMike Frysinger
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-12-03- use proper macrosBernhard Reutner-Fischer
2008-12-03- use proper macro (no obj-code changes)Bernhard Reutner-Fischer
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
2008-09-23ldso: removed dead code.Carmelo Amoroso
2008-05-30- fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer
2008-05-30- Avoid warning about missing brace.Bernhard Reutner-Fischer
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2007-12-04Blackfin FD-PIC patch 6/6.Bernd Schmidt
2007-04-17fix ld.so.cache handling on no-mmu setupsMike Frysinger
2007-02-16Fix dlopen for static apps.Joakim Tjernlund
2006-09-19merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05use ElfW(Addr) in more placesMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-06-19eat whitespaceMike Frysinger
2006-04-12doh, forgot to copy the final \0Eric Andersen
2006-04-12micro-optimization -- we already know how long the source isEric Andersen