aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-06-18elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_maskStefan Liebler2-7/+0
2024-06-18elf: Remove _DL_PLATFORMS_COUNTStefan Liebler9-28/+6
2024-06-18elf: Remove _DL_FIRST_PLATFORMStefan Liebler2-6/+0
2024-06-18elf: Remove _DL_HWCAP_PLATFORMStefan Liebler10-29/+0
2024-06-18elf: Remove platform strings in dl-procinfo.cStefan Liebler6-189/+7
2024-06-18elf: Remove _dl_string_platformStefan Liebler9-83/+0
2024-06-18x86: Remove HWCAP_START and HWCAP_COUNTStefan Liebler1-6/+0
2024-06-17math: Update mips32/mips64 ulps for log2p1YunQiang Su2-0/+40
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel27-1037/+1066
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers42-1/+589
2024-06-17Implement C23 log10p1Joseph Myers39-0/+291
2024-06-17Implement C23 logp1Joseph Myers70-6/+673
2024-06-14x86: Fix value for `x86_memset_non_temporal_threshold` when it is undesirableNoah Goldstein1-3/+3
2024-06-14i686: Regenerate ulpsAndreas K. Hüttel1-5/+5
2024-06-14LoongArch: Ensure sp 16-byte aligned for tlsdescXi Ruoyao2-7/+4
2024-06-12x86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu3-3/+17
2024-06-12linux: Remove __stack_protAdhemerval Zanella1-15/+10
2024-06-11x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2-4/+12
2024-06-10x86: Enable non-temporal memset tunable for AMDJoe Damato1-4/+4
2024-06-10hurd: Fix lsetxattr return valueSamuel Thibault1-1/+1
2024-06-04Linux: Add epoll ioctlsJoe Damato3-0/+107
2024-06-04math: Fix exp10 undefined left shiftSzabolcs Nagy1-3/+3
2024-06-04Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.hJoseph Myers1-0/+15
2024-05-30x86: Add seperate non-temporal tunable for memsetNoah Goldstein6-5/+34
2024-05-30x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein1-58/+91
2024-05-28LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CWXi Ruoyao1-2/+2
2024-05-27x86_64: Reformat elf_machine_relaXin Wang1-4/+5
2024-05-27i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey1-1/+7
2024-05-27parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu1-1/+3
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-callsH.J. Lu1-42/+233
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-staticH.J. Lu1-1/+0
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort testsH.J. Lu1-10/+18
2024-05-24s390x: Regenerate ULPs.Stefan Liebler1-0/+20
2024-05-23Update kernel version to 6.9 in header constant testsJoseph Myers2-3/+3
2024-05-23math: Provide missing math symbols on libc.a (BZ 31781)Adhemerval Zanella3-6/+6
2024-05-23s390: Make utmp32, utmpx32, and login32 shared only (BZ 31790)Adhemerval Zanella1-0/+1
2024-05-23microblaze: Remove cacheflush from libc.a (BZ 31788)Adhemerval Zanella1-2/+0
2024-05-23powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787)Adhemerval Zanella2-0/+8
2024-05-23powerpc: Remove duplicate strchrnul and strncasecmp_l libc.a (BZ 31786)Adhemerval Zanella3-1/+19
2024-05-23loongarch: Remove duplicate strnlen in libc.a (BZ 31785)Adhemerval Zanella1-0/+2
2024-05-23aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777)Adhemerval Zanella2-0/+6
2024-05-23Update PIDFD_* constants for Linux 6.9Joseph Myers2-9/+8
2024-05-22Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu4-0/+10
2024-05-21math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella1-0/+4
2024-05-21math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella2-4/+14
2024-05-21math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella5-13/+17
2024-05-21Remove the clone3 symbol from libc.a [BZ #31770]H.J. Lu11-11/+0
2024-05-21aarch64/fpu: Add vector variants of powJoe Ramsay21-12/+2236
2024-05-21LoongArch: Update ulpscaiyinyu1-0/+20
2024-05-21LoongArch: Fix tst-gnu2-tls2 compiler errormengqinggang3-2/+8