Age | Commit message (Expand) | Author |
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 |
2011-04-18 | dl-startup: fix typos in block comment | Kevin Cernekee |
2011-04-18 | MIPS LDSO: pass sym_ref parameter to _dl_find_hash() to support PROTECTED sym... | Maksim Rayskiy |
2011-04-11 | Support dynamic assignment of DSBT_INDEX | Bernd Schmidt |
2011-04-11 | Fix nommu handling of DT_TEXTREL | Bernd Schmidt |
2011-04-06 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-03-09 | remove trailing ';' from _syscallX() | Peter S. Mazinger |
2011-03-07 | ldso: use ADDR_ALIGN instead of hard-coded value | Carmelo Amoroso |
2011-03-05 | Add sanity checks to ld.so DSBT support | Mark Salter |