summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-elf.c
AgeCommit message (Expand)Author
2017-03-17Search the configured multilibAlexey Neyman
2016-06-22ldso: fix dlsym hang when reloading DSOsLeonid Lisovskiy
2016-06-22ldso: Consistently set & use DL_OPENED flag in both ld.so and libdlLeonid Lisovskiy
2016-01-31ldso: Use single rtld_flags interpretation through all the callsLeonid Lisovskiy
2016-01-31ldso: Fix fail of $ORIGIN expansion in case of RTLD_NOLOADLeonid Lisovskiy
2015-04-13fix compile error when LDSO_RUNPATH_OF_EXECUTABLE is setWaldemar Brodkorb
2015-02-20sync with uClibcWaldemar Brodkorb
2015-02-20Allow use of executable RUNPATH/RPATH when finding libraries.Steve Ellcey
2015-02-08Use executables RPATH/RUNPATH when searching for libraries.Waldemar Brodkorb
2015-01-25add support for $ORIGINWaldemar Brodkorb
2014-09-04ldso: Fix compile-error on noMMUBernhard Reutner-Fischer
2013-11-12ldso: silence warnings in debug codeBernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2012-06-15add LDSO_SAFE_RUNPATH config optionPeter S. Mazinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger
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