aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-05-16powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31...Manjunath Matti2-4/+4
2024-05-16aarch64/fpu: Add vector variants of cbrtJoe Ramsay14-0/+526
2024-05-16aarch64/fpu: Add vector variants of hypotJoe Ramsay14-0/+329
2024-05-15LoongArch: Add support for TLS Descriptorsmengqinggang14-8/+1071
2024-05-14aarch64: Fix AdvSIMD libmvec routines for big-endianJoe Ramsay17-85/+119
2024-05-09powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682)Adhemerval Zanella2-14/+8
2024-05-08x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk1-3/+3
2024-05-07support: Add envp argument to support_capture_subprogramAdhemerval Zanella1-1/+1
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2-0/+7
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu1-0/+4
2024-05-06powerpc: Optimized strncmp for power10Amrita H S5-1/+304
2024-05-03or1k: Add hard float supportStafford Horne32-218/+1425
2024-05-03or1k: Add hard float libm-test-ulpsStafford Horne5-1/+1117
2024-05-02i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2-2/+2
2024-05-02i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk1-1/+1
2024-05-01time: Allow later version licensing.Carlos O'Donell2-2/+2
2024-04-30AArch64: Remove unused defines of CPU namesWilco Dijkstra1-7/+0
2024-04-25x86: In ld.so, diagnose missing APX support in APX-only buildsFlorian Weimer1-0/+5
2024-04-25i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer1-0/+1
2024-04-24x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu3-1/+15
2024-04-24LoongArch: Add glibc.cpu.hwcap support.caiyinyu12-8/+471
2024-04-23nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer1-4/+11
2024-04-19login: Use unsigned 32-bit types for seconds-since-epochFlorian Weimer1-1/+1
2024-04-19login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer15-19/+156
2024-04-19login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer15-0/+54
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer1-0/+19
2024-04-13Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2-24/+0
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella1-114/+59
2024-04-08aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer1-0/+84
2024-04-08x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer1-0/+384
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2-0/+100
2024-04-06x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu5-9/+67
2024-04-05Reinstate generic features-time64.hAdhemerval Zanella1-0/+19
2024-04-04Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2-4/+0
2024-04-04arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2-3/+2
2024-04-04aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2-3/+2
2024-04-04math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella4-93/+18
2024-04-04math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella7-140/+75
2024-04-04math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella8-141/+111
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay17-1/+4897
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay14-1/+379
2024-04-04aarch64/fpu: Add vector variants of sinhJoe Ramsay16-0/+572
2024-04-04aarch64/fpu: Add vector variants of atanhJoe Ramsay14-0/+288
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay14-0/+489
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay19-0/+653
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay18-1/+648
2024-04-04aarch64/fpu: Add vector variants of erfJoe Ramsay19-1/+4531
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+1
2024-04-02powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella1-0/+6
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella44-110/+96