Age | Commit message (Expand) | Author |
2012-03-26 | ldso: bfin: tweak style | Mike Frysinger |
2012-03-25 | ldso: use ELF_xxx()/ElfW() helpers | Mike Frysinger |
2012-03-15 | ldso: remove duplicated assignment with TLS symbol | Carmelo Amoroso |
2012-03-14 | ldso:sh: fix compiler warning due to unused-but-set-variable | Carmelo Amoroso |
2012-02-09 | libdl: fix memleak for local scope of dlopened's needed libraries | Filippo Arcidiacono |
2012-01-27 | ldso: fix typo in debug message | Bernhard Reutner-Fischer |
2012-01-23 | ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocations | Carmelo Amoroso |
2012-01-23 | libdl: fix dlclose handling of symbol scope | Carmelo Amoroso |
2012-01-23 | mips/libdl: Apply relocations after appending the new scope | Khem Raj |
2012-01-14 | buildsys: cache build flags in vars | Mike Frysinger |
2012-01-02 | ldso: setup search path even when there are no "/" | Mike Frysinger |
2012-01-02 | ldso: simplify interp path search logic | Mike Frysinger |
2011-12-22 | libdl: rudimentary locking for dlopen/dlsym/dlclose | Timo Teräs |
2011-11-27 | ldso: bfin: fix sram_flags init | Mike Frysinger |
2011-11-27 | ldso: bfin: shrink sram mapping func | Mike Frysinger |
2011-11-27 | ldso: fdpic: clean up style | Mike Frysinger |
2011-11-27 | ldso: fdpic: unify duplicate bfin/frv logic | Mike Frysinger |
2011-11-27 | ldso: use __func__ rather than __FUNCTION__ | Mike Frysinger |
2011-11-23 | libdl: fix size parameter when unmap library in dlclose | Filippo Arcidiacono |
2011-11-07 | ldso: support RTLD_NOLOAD | Timo Teräs |
2011-10-25 | ldso: let people disable to lookup into LD_LIBRARY_PATH | Carmelo Amoroso |
2011-10-25 | ldso: minor fixes to implicit search path | Carmelo Amoroso |
2011-10-25 | ldso: disable the implicit path search in stand-alone mode as well | Carmelo Amoroso |
2011-10-19 | libdl: remove _dl_ldsopath from libdl.a | Carmelo Amoroso |
2011-10-14 | ldso: silence harmless warning for !LDSO_PRELINK_SUPPORT | Bernhard Reutner-Fischer |
2011-10-06 | ldso: unify pread syscall definition | Mike Frysinger |
2011-10-06 | ldso: bfin/frv: drop dead simulator code | Mike Frysinger |
2011-10-06 | ldso: merge duplicate dl-syscalls.h code to common header | Mike Frysinger |
2011-10-06 | microblaze mmu/elf/shared lib support | Ryan Flux |
2011-10-01 | ldso: x86_64: delete unused variable | Mike Frysinger |
2011-10-01 | ldso: constify reloc array itself | Mike Frysinger |
2011-08-26 | ldso: fix build with PRELINK enabled and !TLS | Carmelo Amoroso |
2011-08-26 | ldso: add missing include | Bernhard Reutner-Fischer |
2011-07-27 | ldso/mips: Clean up warnings | Kevin Cernekee |
2011-07-27 | ldso/mips: dlsym() incorrectly matches undefined symbols | Kevin Cernekee |
2011-07-27 | ldso/mips: Enable bootstrap relocations | Kevin Cernekee |
2011-07-25 | libdl: add option for controlling dl_cleanup | Richard Braun |
2011-07-12 | ldso: fix build error due to missing variable 'st' | Douglas Mencken |
2011-07-07 | x86_64/elfinterp.c: Protect missed debug _dl_printf with __SUPPORT_LD_DEBUG__ | Khem Raj |
2011-07-01 | ldso: arm: fix build when prelinking is enabled. | Carmelo Amoroso |
2011-06-24 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-06-24 | ldso_tls: fix compiler warning due to missing cast | Carmelo Amoroso |
2011-06-14 | libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym() | Bernhard Reutner-Fischer |
2011-06-11 | ARM: #include <bits/arm_asm.h> where __USE_BX__ is used | Yann E. MORIN |
2011-05-27 | Correct a bug when remapping textrel segments on nommu | Alan Davis |
2011-05-11 | x86_64: add TODO for R_X86_64_RELATIVE | Bernhard Reutner-Fischer |
2011-05-10 | ldso: commentary typo fix | Bernhard Reutner-Fischer |
2011-05-10 | libdl: fix local symbol's address handling in dladdr | Filippo Arcidiacono |
2011-05-04 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-05-03 | x86_64: silence warning if !TLS | Bernhard Reutner-Fischer |