summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
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
2012-01-02ldso: simplify interp path search logicMike Frysinger
2011-12-22libdl: rudimentary locking for dlopen/dlsym/dlcloseTimo Teräs
2011-11-27ldso: bfin: fix sram_flags initMike Frysinger
2011-11-27ldso: bfin: shrink sram mapping funcMike Frysinger
2011-11-27ldso: fdpic: clean up styleMike Frysinger
2011-11-27ldso: fdpic: unify duplicate bfin/frv logicMike Frysinger
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-25ldso: minor fixes to implicit search pathCarmelo Amoroso
2011-10-25ldso: disable the implicit path search in stand-alone mode as wellCarmelo Amoroso
2011-10-19libdl: remove _dl_ldsopath from libdl.aCarmelo Amoroso
2011-10-14ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer
2011-10-06ldso: unify pread syscall definitionMike Frysinger
2011-10-06ldso: bfin/frv: drop dead simulator codeMike Frysinger
2011-10-06ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2011-10-01ldso: x86_64: delete unused variableMike Frysinger
2011-10-01ldso: constify reloc array itselfMike Frysinger
2011-08-26ldso: fix build with PRELINK enabled and !TLSCarmelo Amoroso
2011-08-26ldso: add missing includeBernhard Reutner-Fischer
2011-07-27ldso/mips: Clean up warningsKevin Cernekee
2011-07-27ldso/mips: dlsym() incorrectly matches undefined symbolsKevin Cernekee
2011-07-27ldso/mips: Enable bootstrap relocationsKevin Cernekee
2011-07-25libdl: add option for controlling dl_cleanupRichard Braun
2011-07-12ldso: fix build error due to missing variable 'st'Douglas Mencken
2011-07-07x86_64/elfinterp.c: Protect missed debug _dl_printf with __SUPPORT_LD_DEBUG__Khem Raj
2011-07-01ldso: arm: fix build when prelinking is enabled.Carmelo Amoroso
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-24ldso_tls: fix compiler warning due to missing castCarmelo Amoroso