summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2013-03-22Fix some fragileness in dlopen/do_dlopen wrapper & worker pair.Nathan Sidwell
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14metag: Add support for loading shared objects into core memories.Markos Chandras
2013-03-14Add support for the Meta architectureMarkos Chandras
2013-03-14ldso: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2013-02-20ldso: Use newer syscalls if arch does not have the deprecated syscallsMarkos Chandras
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-09dl: fix dlsym lookups with RTLD_NEXTTimo Teräs
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-18ldso: include dlfcn.h for RTLD_NODELETEMike Frysinger
2012-06-15add LDSO_SAFE_RUNPATH config optionPeter S. Mazinger
2012-06-15dl-defs.h: avoid including dl-sysdep.h if compiling hostutilsPeter S. Mazinger
2012-06-15mips/README: fix comment about file from which functions were copiedPeter S. Mazinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger
2012-06-15dl-string.h: include dl-defs.h instead of dl-sysdep.hPeter S. Mazinger
2012-06-15dl-defs.h: include dl-sysdep.h before fallbacks.Peter S. Mazinger
2012-06-15dl-elf.h: add some includes and fix commentsPeter S. Mazinger
2012-06-15ldso/include: change guard of headers to reflect the file names.Peter S. Mazinger
2012-06-15libdl.c: disable dlinfoPeter S. Mazinger
2012-06-15dl-string.h: change IS_IN_libdl guard to IS_IN_rtldPeter S. Mazinger
2012-06-15dl-string.h: use __powerpc__ guard instead of powerpcPeter S. Mazinger
2012-06-15dl-string.h: remove mips related guardPeter S. Mazinger
2012-06-15avr32: common do_rem is good for itPeter S. Mazinger
2012-06-15libdl: no need for _dl_strstr in libdl, use strstrPeter S. Mazinger
2012-06-15ppc/elfinterp.c: fix comment typosPeter S. Mazinger
2012-06-15dl-hash.h: remove unused _dl_symbol and unneeded prototypesPeter S. Mazinger
2012-06-15libdl.c: hide dl_cleanupPeter S. Mazinger
2012-06-15dl-elf.h: remove unused prototypePeter S. Mazinger
2012-06-15libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdlPeter S. Mazinger
2012-06-15ldso: use .arm mode for resolver unconditionallyBernhard Reutner-Fischer
2012-06-13Update C6X supportMark Salter
2012-06-06ldso: preload standard path library with setuid bit setFilippo Arcidiacono
2012-06-06Clean up DSBT supportMark Salter
2012-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
2012-04-08ldso: fix fdpic support broken from prelink patchFilippo Arcidiacono
2012-03-29ldso: mark _start hiddenMike Frysinger
2012-03-27ldso: bfin: add alias from __start to _startMike Frysinger
2012-03-26ldso: bfin: tweak styleMike Frysinger
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
2012-03-15ldso: remove duplicated assignment with TLS symbolCarmelo Amoroso
2012-03-14ldso:sh: fix compiler warning due to unused-but-set-variableCarmelo Amoroso
2012-02-09libdl: fix memleak for local scope of dlopened's needed librariesFilippo Arcidiacono
2012-01-27ldso: fix typo in debug messageBernhard Reutner-Fischer
2012-01-23ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocationsCarmelo Amoroso
2012-01-23libdl: fix dlclose handling of symbol scopeCarmelo Amoroso
2012-01-23mips/libdl: Apply relocations after appending the new scopeKhem Raj
2012-01-14buildsys: cache build flags in varsMike Frysinger
2012-01-02ldso: setup search path even when there are no "/"Mike Frysinger