aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-27x86_64: Remove avx512 strstr implementationAdhemerval Zanella4-248/+4
2024-03-27signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella1-0/+3
2024-03-25RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt1-1/+1
2024-03-23htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2-2/+23
2024-03-23htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2-2/+11
2024-03-23hurd: Use the RETURN_ADDRESS macroSergey Bugaev1-1/+1
2024-03-23hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2-2/+2
2024-03-23hurd: Move internal functions to internal headerSergey Bugaev1-0/+78
2024-03-22or1k: Add prctl wrapper to unwrap variadic argsStafford Horne1-0/+42
2024-03-22or1k: Only define fpu rouding and exceptions with hard-floatStafford Horne1-0/+19
2024-03-22or1k: Update libm test ulpsStafford Horne1-0/+1
2024-03-21AArch64: Check kernel version for SVE ifuncsWilco Dijkstra5-2/+53
2024-03-19powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S15-5/+27