summaryrefslogtreecommitdiff
path: root/ldso/libdl
AgeCommit message (Expand)Author
2018-04-27libdl: first execute all destructors, then munmap libraryWaldemar Brodkorb
2018-04-27libdl: calculate the length for second parameter of munmap.Dave Flogeras
2018-04-22libdl: end must be bigger than startWaldemar Brodkorb
2018-04-22libdl: remove gcc warningsWaldemar Brodkorb
2018-04-17libdl: fix problem with unmappingWaldemar Brodkorb
2018-04-17libdl: better checking and logging for ctors/dtorsWaldemar Brodkorb
2018-04-17libdl: remove dead codeWaldemar Brodkorb
2018-04-17libdl: remove LDSO_NO_CLEANUPWaldemar Brodkorb
2018-04-17Revert "libdl: fix dlclose() issue"Waldemar Brodkorb
2018-03-15libdl: fix dlclose() issueWaldemar Brodkorb
2018-03-14Revert "Revert "libdl: fix size parameter when unmap library in dlclose""Waldemar Brodkorb
2017-07-20Revert "libdl: fix size parameter when unmap library in dlclose"Waldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-01-22nds32: add NPTL/TLS, *context function, libm changes and code cleanupVincent Ren-Wei Chen
2016-12-10fix static linking for FDPIC toolchainsWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
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-31libdl: dlopen() mustn't forget RTLD_NODELETE flagLeonid Lisovskiy
2015-12-17dlclose fixWaldemar Brodkorb
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2013-11-06libdl: fix unused variable warningBaruch Siach
2013-06-07ldso/libdl: Also include dl-tls.h for for !SHARED.Gregory Fong
2013-05-13libdl: fix dlopen implementation from statically linked applicationFilippo Arcidiacono
2013-03-22Fix some fragileness in dlopen/do_dlopen wrapper & worker pair.Nathan Sidwell
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2013-01-09dl: fix dlsym lookups with RTLD_NEXTTimo Teräs
2012-06-15libdl.c: disable dlinfoPeter S. Mazinger
2012-06-15libdl: no need for _dl_strstr in libdl, use strstrPeter S. Mazinger
2012-06-15libdl.c: hide dl_cleanupPeter S. Mazinger
2012-06-15libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdlPeter S. Mazinger
2012-02-09libdl: fix memleak for local scope of dlopened's needed librariesFilippo Arcidiacono
2012-01-23libdl: fix dlclose handling of symbol scopeCarmelo Amoroso
2012-01-23mips/libdl: Apply relocations after appending the new scopeKhem Raj
2011-12-22libdl: rudimentary locking for dlopen/dlsym/dlcloseTimo Teräs
2011-11-27ldso: use __func__ rather than __FUNCTION__Mike Frysinger
2011-11-23libdl: fix size parameter when unmap library in dlcloseFilippo Arcidiacono
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-10-25ldso: let people disable to lookup into LD_LIBRARY_PATHCarmelo Amoroso
2011-10-19libdl: remove _dl_ldsopath from libdl.aCarmelo Amoroso
2011-07-25libdl: add option for controlling dl_cleanupRichard Braun
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-14libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()Bernhard Reutner-Fischer
2011-05-10ldso: commentary typo fixBernhard Reutner-Fischer
2011-05-10libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-02-14ldso: remove now unused variableBernhard Reutner-Fischer