Age | Commit message (Expand) | Author |
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 |
2011-03-05 | The C6X port | Aurelien Jacquiot |
2011-03-05 | Add support for DSBT ELF to ld.so | Mark Salter |
2011-03-05 | Add Makefile support for DSBT ELF. | Bernd Schmidt bernds_cb1@t-online.de |
2011-03-03 | Correct ssp code | Peter S. Mazinger |
2011-03-03 | syntax fix | Peter S. Mazinger |
2011-03-03 | initialize tls_tpnt to NULL on all archs | Peter S. Mazinger |
2011-03-03 | ldso: use ADDR_ALIGN instead of hard-coded value | Carmelo Amoroso |
2011-02-21 | ldso: fix fdpic builds | Mike Frysinger |
2011-02-14 | ldso: remove now unused variable | Bernhard Reutner-Fischer |
2011-02-11 | Fix memory leak in dlopen()/dlclose(). | Philip Craig |
2011-02-03 | Merge remote branch 'origin/master' into prelink | Carmelo Amoroso |