about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* arm: Update ulpsAdhemerval Zanella2024-05-201-0/+16
* aarch64: Update ulpsAdhemerval Zanella2024-05-201-0/+20
* Implement C23 log2p1Joseph Myers2024-05-2039-1/+294
* Update syscall lists for Linux 6.9Joseph Myers2024-05-201-2/+2
* Rename procutils_read_file to __libc_procutils_read_file [BZ #31755]H.J. Lu2024-05-203-5/+7
* nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2024-05-202-0/+4
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-186-8/+8
* powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31...Manjunath Matti2024-05-162-4/+4
* aarch64/fpu: Add vector variants of cbrtJoe Ramsay2024-05-1614-0/+526
* aarch64/fpu: Add vector variants of hypotJoe Ramsay2024-05-1614-0/+329
* LoongArch: Add support for TLS Descriptorsmengqinggang2024-05-1514-8/+1071
* aarch64: Fix AdvSIMD libmvec routines for big-endianJoe Ramsay2024-05-1417-85/+119
* powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682)Adhemerval Zanella2024-05-092-14/+8
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk2024-05-081-3/+3
* support: Add envp argument to support_capture_subprogramAdhemerval Zanella2024-05-071-1/+1
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2024-05-072-0/+7
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2024-05-061-0/+4
* powerpc: Optimized strncmp for power10Amrita H S2024-05-065-1/+304
* or1k: Add hard float supportStafford Horne2024-05-0332-218/+1425
* or1k: Add hard float libm-test-ulpsStafford Horne2024-05-035-1/+1117
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2024-05-022-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk2024-05-021-1/+1
* time: Allow later version licensing.Carlos O'Donell2024-05-012-2/+2
* AArch64: Remove unused defines of CPU namesWilco Dijkstra2024-04-301-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