summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
2013-11-12ldso: silence warnings in debug codeBernhard Reutner-Fischer
2013-11-06ldso: fix unused variable warningBaruch Siach
2013-05-13libc: deal with aux vect inside __uClibc_main only if !SHAREDFilippo ARCIDIACONO
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-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15add LDSO_SAFE_RUNPATH config optionPeter 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-15avr32: common do_rem is good for itPeter S. Mazinger
2012-06-15ppc/elfinterp.c: fix comment typosPeter 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-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-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-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-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-07-27ldso/mips: Clean up warningsKevin Cernekee