Age | Commit message (Expand) | Author |
2011-01-29 | mips: avoid segmentation fault when RLD_MAP is 0 | Richard Braun |
2011-01-27 | ldso: fix _dl_debug_lookup to handle protected symbols | Filippo Arcidiacono |
2011-01-25 | libdl: fix tls symbol lookup in dlsym | Filippo Arcidiacono |
2011-01-21 | Merge remote branch 'origin/master' into prelink | Carmelo Amoroso |
2011-01-20 | ldso: get rid of _dl_lookup_hash | Carmelo Amoroso |
2011-01-20 | Add protected symbols support for all architectures | Salvatore Cro |
2011-01-20 | Revert "ldso/arm: Correct protected symbol resolution" | Carmelo Amoroso |
2011-01-20 | Revert "ldso_sh: add support for protected symbols to SH" | Carmelo Amoroso |
2011-01-20 | Revert "ldso/i386: support protected symbols" | Carmelo Amoroso |
2010-11-28 | Merge commit 'origin/master' into prelink | Carmelo Amoroso |
2010-11-24 | Revert "ldso: silence warning about unused tls var if !tls" | Bernhard Reutner-Fischer |
2010-11-24 | ldso: silence warning about unused tls var if !tls | Bernhard Reutner-Fischer |
2010-11-02 | ldso/include/dl-hash.h: suppress compiler warning. no code changes | Denys Vlasenko |
2010-10-11 | ldso: Extend prelink support for all other achitectures | Filippo Arcidiacono |
2010-09-24 | Merge commit 'origin/master' into prelink | Carmelo Amoroso |
2010-09-24 | ldso_sh: add support for protected symbols to SH | Salvatore Cro |
2010-09-17 | ldso: Fix loadaddr and mappaddr when prelink support is enabled. | Filippo Arcidiacono |
2010-09-17 | ldso: Add runtime prelink support | Filippo Arcidiacono |
2010-09-17 | ldso: Do not add the ld.so at the end of the loaded modules list | Filippo Arcidiacono |
2010-09-17 | ldso: Add support for LD_WARN and LD_TRACE_PRELINKING | Filippo Arcidiacono |
2010-09-17 | ldso: Rework global scope handling and symbol lookup mechanism | Filippo Arcidiacono |
2010-09-17 | ldso: Add implementation of ld.so standalone execution | Filippo Arcidiacono |
2010-09-15 | ldso: Do not adjust dynamic section entries unnecessarily | Filippo Arcidiacono |
2010-09-07 | ldso: Fix compilation for x86_64 without TLS support. | Will Newton |
2010-07-27 | silence warning about incompatible types with _dl_init_static_tls | Bernhard Reutner-Fischer |
2010-07-26 | ldso: Fix DL_BOOT_COMPUTE_DYN macro | Filippo Arcidiacono |
2010-07-21 | ldso/arm: Correct protected symbol resolution | Khem Raj |
2010-07-19 | ldso/mips: pltgot should array not address of array to dynamic info. | Khem Raj |
2010-07-06 | nptl: fix buildsys | Bernhard Reutner-Fischer |
2010-06-21 | get rid of needless c99 construct | Austin Foxley |
2010-06-02 | ldso/mips: Fix relocation parsing so that they work on both mips32/mips64 | Khem Raj |
2010-05-09 | powerpc: Add TLS and NPTL support | Khem Raj |
2010-05-05 | ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations | Roman I Khimov |
2010-04-28 | include dlfcn.h in ldso.h to get RTLD_NODELETE definition | Austin Foxley |
2010-04-22 | ldso: support RTLD_NODELETE and DF_1_NODELETE | Timo Teräs |
2010-04-22 | nptl: proper soname handling | Natanael Copa |
2010-04-16 | ldso/i386: support protected symbols | Joakim Tjernlund |
2010-04-14 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-04-14 | ldso: Add config option for controlling LD_PRELOAD | Carmelo AMOROSO |
2010-04-12 | silence debug warning | Bernhard Reutner-Fischer |
2010-04-12 | whitespace cleanup | Bernhard Reutner-Fischer |
2010-04-12 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2010-04-12 | silence warning about undefined preprocessor token | Bernhard Reutner-Fischer |
2010-04-11 | ldso_sh: Provide only one definition for elf_machine_type_class | Carmelo Amoroso |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-19 | x86_64: finish up tls reloc support in ldso | Austin Foxley |
2010-02-17 | Add missing libgcc_s.h header. | Khem Raj |
2010-02-11 | ldso: fix USE_TLS check | Austin Foxley |
2010-02-05 | Merge commit 'origin/master' into nptl | Austin Foxley |