aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Linux: Add epoll ioctlsJoe Damato4-0/+110
2024-06-04Improve doc for time_t range (BZ 31808)Paul Eggert1-1/+11
2024-06-04difftime can throw exceptionsPaul Eggert1-3/+2
2024-06-04malloc: New test to check malloc alternate path using memory obstructionsayan paul2-0/+73
2024-06-04math: Fix exp10 undefined left shiftSzabolcs Nagy1-3/+3
2024-06-04libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer2-2/+64
2024-06-04Remove memory leak in fdopen (bug 31840)Andreas Schwab1-1/+5
2024-06-04Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.hJoseph Myers1-0/+15
2024-06-04Add more NT_ARM_* constants from Linux kernel to elf.hJoseph Myers1-0/+4
2024-06-03stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer1-1/+16
2024-06-03elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer1-1/+8
2024-05-30x86: Add seperate non-temporal tunable for memsetNoah Goldstein7-6/+49
2024-05-30x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein1-58/+91
2024-05-30elf: add note identifier for dlopen metadataLuca Boccassi1-0/+4
2024-05-30elf: update NT_FDO_PACKAGING_METADATA spec URLLuca Boccassi1-1/+1
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-27difftime is pure, not constPaul Eggert1-2/+2
2024-05-27parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu1-1/+3
2024-05-25elf/Makefile: Split and sort PIE testsH.J. Lu1-3/+13
2024-05-24Revert "Test fscanf of long double without <stdio.h>"H.J. Lu3-39/+0
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-callsH.J. Lu1-42/+233
2024-05-24Test fscanf of long double without <stdio.h>H.J. Lu3-0/+39
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-23powerpc: Remove duplicated versionsort from libm.a (BZ 31789)Adhemerval Zanella1-1/+1
2024-05-23Update kernel version to 6.9 in header constant testsJoseph Myers2-3/+3
2024-05-23localedata: cv_RU: update translationMike FABIAN2-209/+102
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-22Define write_profiling functions only in profile library [BZ #31756]H.J. Lu1-1/+2
2024-05-22Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu4-0/+10
2024-05-22Don't provide scalb/significand _FloatN aliases [BZ #31760]H.J. Lu2-0/+24
2024-05-21math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella1-0/+4
2024-05-21math: Add support for auto static math testsAdhemerval Zanella12-5/+133
2024-05-21Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]H.J. Lu1-0/+4
2024-05-21Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765]H.J. Lu1-1/+5
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-21Compile libmvec with -fno-math-errnoJoe Ramsay1-3/+4