Age | Commit message (Expand) | Author |
2011-02-14 | ldso: remove now unused variable | Bernhard Reutner-Fischer |
2011-02-11 | Fix memory leak in dlopen()/dlclose(). | Philip Craig |
2011-01-29 | mips: avoid segmentation fault when RLD_MAP is 0 | Richard Braun |
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-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-09-24 | ldso_sh: add support for protected symbols to SH | Salvatore Cro |
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 |
2010-02-05 | ldso: add missing prototypes | Bernhard Reutner-Fischer |
2010-01-25 | mips/ldso: Check for TLS relocation in elf_machine_type_class. | Khem Raj |
2010-01-25 | mips/ldso: Check for TLS relocation in elf_machine_type_class. | Khem Raj |
2010-01-21 | ldso: tweak shadow warning with preload file support | Bernhard Reutner-Fischer |
2010-01-21 | mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat... | Khem Raj |
2010-01-21 | ldso: tweak shadow warning with preload file support | Bernhard Reutner-Fischer |
2010-01-14 | mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat... | Khem Raj |
2009-12-23 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-12-23 | Make _dl_dprintf buf non-static to avoid multithreading bugs. | Chris Metcalf |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |