| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Move CET control to _dl_x86_feature_control [BZ #25887] | H.J. Lu | 2020-05-18 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214] | Florian Weimer | 2019-12-02 | 1 | -2/+4 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Add and move fall-through comments in system-specific code. | Joseph Myers | 2019-02-26 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716] | H.J. Lu | 2018-09-28 | 1 | -2/+11 |
* | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 2018-04-04 | 1 | -2/+2 |
* | i386: Use __glibc_likely/__glibc_likely in dl-machine.h | H.J. Lu | 2018-02-05 | 1 | -12/+12 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Revert x86: Allow undefined _DYNAMIC in static executable | H.J. Lu | 2017-10-03 | 1 | -9/+2 |
* | x86: Allow undefined _DYNAMIC in static executable | H.J. Lu | 2017-09-28 | 1 | -2/+9 |
* | _dl_init: Remove internal_function attribute | Florian Weimer | 2017-08-14 | 1 | -4/+7 |
* | _dl_start: Remove internal_function attribute | Florian Weimer | 2017-08-14 | 1 | -1/+3 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 1 | -0/+1 |
* | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu | 2017-05-03 | 1 | -5/+5 |
* | Allow IFUNC relocation against unrelocated shared library | H.J. Lu | 2017-02-02 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Check IFUNC definition in unrelocated shared library [BZ #20019] | H.J. Lu | 2016-10-28 | 1 | -1/+17 |
* | Call init_cpu_features only if SHARED is defined | H.J. Lu | 2016-05-13 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Add _dl_x86_cpu_features to rtld_global | H.J. Lu | 2015-08-13 | 1 | -0/+3 |
* | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 2015-03-31 | 1 | -2/+6 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.h | H.J. Lu | 2014-12-30 | 1 | -33/+0 |
* | Remove @PLT from "call _dl_init@PLT" in _dl_start_user | H.J. Lu | 2014-12-21 | 1 | -1/+1 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -1/+1 |
* | Fix Wundef warning for ELF_MACHINE_NO_REL on i386 | Siddhesh Poyarekar | 2014-07-08 | 1 | -0/+1 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -11/+11 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -4/+2 |
* | Remove miscellaneous bounded-pointers relics in C code. | Joseph Myers | 2013-02-15 | 1 | -1/+1 |
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -3/+1 |
* | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | 2013-01-16 | 1 | -0/+9 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Fix warnings on Linux/i686 | Andreas Jaeger | 2012-05-17 | 1 | -1/+3 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 1 | -11/+16 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 1 | -24/+16 |
* | Small optimization of STT_GNU_IFUNC handling. | Ulrich Drepper | 2009-06-01 | 1 | -2/+2 |
* | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | 2009-05-31 | 1 | -0/+24 |
* | * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement | Ulrich Drepper | 2009-03-14 | 1 | -52/+62 |
* | Introduce TLS descriptors for i386 and x86_64. | Ulrich Drepper | 2008-05-13 | 1 | -1/+130 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -8/+4 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -4/+8 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 1 | -3/+1 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -5/+3 |
* | (ELF_MACHINE_NO_RELA): Define unconditionally to defined RTLD_BOOTSTRAP. | Ulrich Drepper | 2005-03-06 | 1 | -3/+1 |
* | [BZ #284, BZ #721] | Roland McGrath | 2005-02-17 | 1 | -2/+2 |