about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* i686: Regenerate ulpsAndreas K. Hüttel2024-06-141-5/+5
* LoongArch: Ensure sp 16-byte aligned for tlsdescXi Ruoyao2024-06-142-7/+4
* x86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu2024-06-123-3/+17
* linux: Remove __stack_protAdhemerval Zanella2024-06-121-15/+10
* x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2024-06-112-4/+12
* x86: Enable non-temporal memset tunable for AMDJoe Damato2024-06-101-4/+4
* hurd: Fix lsetxattr return valueSamuel Thibault2024-06-101-1/+1
* Linux: Add epoll ioctlsJoe Damato2024-06-043-0/+107
* math: Fix exp10 undefined left shiftSzabolcs Nagy2024-06-041-3/+3
* Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.hJoseph Myers2024-06-041-0/+15
* x86: Add seperate non-temporal tunable for memsetNoah Goldstein2024-05-306-5/+34
* x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein2024-05-301-58/+91
* LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CWXi Ruoyao2024-05-281-2/+2
* x86_64: Reformat elf_machine_relaXin Wang2024-05-271-4/+5
* i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey2024-05-271-1/+7
* parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu2024-05-271-1/+3
* sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-callsH.J. Lu2024-05-241-42/+233
* sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-staticH.J. Lu2024-05-241-1/+0
* sysdeps/ieee754/ldbl-opt/Makefile: Split and sort testsH.J. Lu2024-05-241-10/+18
* s390x: Regenerate ULPs.Stefan Liebler2024-05-241-0/+20
* Update kernel version to 6.9 in header constant testsJoseph Myers2024-05-232-3/+3
* math: Provide missing math symbols on libc.a (BZ 31781)Adhemerval Zanella2024-05-233-6/+6
* s390: Make utmp32, utmpx32, and login32 shared only (BZ 31790)Adhemerval Zanella2024-05-231-0/+1
* microblaze: Remove cacheflush from libc.a (BZ 31788)Adhemerval Zanella2024-05-231-2/+0
* powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787)Adhemerval Zanella2024-05-232-0/+8
* powerpc: Remove duplicate strchrnul and strncasecmp_l libc.a (BZ 31786)Adhemerval Zanella2024-05-233-1/+19
* loongarch: Remove duplicate strnlen in libc.a (BZ 31785)Adhemerval Zanella2024-05-231-0/+2
* aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777)Adhemerval Zanella2024-05-232-0/+6
* Update PIDFD_* constants for Linux 6.9Joseph Myers2024-05-232-9/+8
* Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu2024-05-224-0/+10
* math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella2024-05-211-0/+4
* math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella2024-05-212-4/+14
* math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella2024-05-215-13/+17
* Remove the clone3 symbol from libc.a [BZ #31770]H.J. Lu2024-05-2111-11/+0
* aarch64/fpu: Add vector variants of powJoe Ramsay2024-05-2121-12/+2236
* LoongArch: Update ulpscaiyinyu2024-05-211-0/+20
* LoongArch: Fix tst-gnu2-tls2 compiler errormengqinggang2024-05-213-2/+8
* i386: Don't define stpncpy alias when used in IFUNC [BZ #31768]H.J. Lu2024-05-201-0/+2
* powerpc: Update ulpsAdhemerval Zanella2024-05-201-0/+24
* 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