about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682)Adhemerval Zanella5 days2-14/+8
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk6 days1-3/+3
* support: Add envp argument to support_capture_subprogramAdhemerval Zanella7 days1-1/+1
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella7 days2-0/+7
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu8 days1-0/+4
* powerpc: Optimized strncmp for power10Amrita H S8 days5-1/+304
* or1k: Add hard float supportStafford Horne10 days32-218/+1425
* or1k: Add hard float libm-test-ulpsStafford Horne10 days5-1/+1117
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk12 days2-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk12 days1-1/+1
* time: Allow later version licensing.Carlos O'Donell13 days2-2/+2
* AArch64: Remove unused defines of CPU namesWilco Dijkstra14 days1-7/+0
* x86: In ld.so, diagnose missing APX support in APX-only buildsFlorian Weimer2024-04-251-0/+5
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu2024-04-243-1/+15
* LoongArch: Add glibc.cpu.hwcap support.caiyinyu2024-04-2412-8/+471
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer2024-04-231-4/+11
* login: Use unsigned 32-bit types for seconds-since-epochFlorian Weimer2024-04-191-1/+1
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-04-1915-19/+156
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer2024-04-1915-0/+54
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-132-24/+0
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-101-114/+59
* aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2024-04-081-0/+84
* x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2024-04-081-0/+384
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-082-0/+100
* x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu2024-04-065-9/+67
* Reinstate generic features-time64.hAdhemerval Zanella2024-04-051-0/+19
* Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2024-04-042-4/+0
* arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-044-93/+18
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-047-140/+75
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-048-141/+111
* aarch64/fpu: Add vector variants of erfcJoe Ramsay2024-04-0417-1/+4897
* aarch64/fpu: Add vector variants of tanhJoe Ramsay2024-04-0414-1/+379
* aarch64/fpu: Add vector variants of sinhJoe Ramsay2024-04-0416-0/+572
* aarch64/fpu: Add vector variants of atanhJoe Ramsay2024-04-0414-0/+288
* aarch64/fpu: Add vector variants of asinhJoe Ramsay2024-04-0414-0/+489
* aarch64/fpu: Add vector variants of acoshJoe Ramsay2024-04-0419-0/+653
* aarch64/fpu: Add vector variants of coshJoe Ramsay2024-04-0418-1/+648
* aarch64/fpu: Add vector variants of erfJoe Ramsay2024-04-0419-1/+4531
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-04-041-0/+1
* powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella2024-04-021-0/+6
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-0244-110/+96
* x86_64: Remove avx512 strstr implementationAdhemerval Zanella2024-03-274-248/+4
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-271-0/+3
* RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt2024-03-251-1/+1
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-232-2/+23
* htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2024-03-232-2/+11