aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-09mach: Fix __xpg_strerror_r on in-range but undefined errors [BZ #32350]Samuel Thibault1-2/+12
2024-11-08x86/string: Use `movsl` instead of `movsd` [BZ #32344]Noah Goldstein1-1/+1
2024-11-08Rename new tst-sem17 test to tst-sem18Joseph Myers2-3/+3
2024-11-08Avoid uninitialized result in sem_open when file does not existJoseph Myers3-0/+37
2024-11-07nptl: initialize rseq area prior to registrationMichael Jeanson2-0/+12
2024-11-07s390x: Update ulpsMark Wielaard1-1/+2
2024-11-07elf: avoid jumping over a needed declarationDJ Delorie1-3/+3
2024-11-07math: Fix log10f on some ABIsAdhemerval Zanella1-3/+2
2024-11-07stdio-common: Add tests for formatted vsnprintf output specifiersMaciej W. Rozycki16-1/+345
2024-11-07stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki16-1/+345
2024-11-07stdio-common: Add tests for formatted vfprintf output specifiersMaciej W. Rozycki16-1/+315
2024-11-07stdio-common: Add tests for formatted vdprintf output specifiersMaciej W. Rozycki16-1/+343
2024-11-07stdio-common: Add tests for formatted vasprintf output specifiersMaciej W. Rozycki16-1/+335
2024-11-07stdio-common: Add tests for formatted vprintf output specifiersMaciej W. Rozycki16-1/+315
2024-11-07stdio-common: Add tests for formatted snprintf output specifiersMaciej W. Rozycki16-1/+341
2024-11-07stdio-common: Add tests for formatted sprintf output specifiersMaciej W. Rozycki16-1/+341
2024-11-07stdio-common: Add tests for formatted fprintf output specifiersMaciej W. Rozycki16-1/+310
2024-11-07stdio-common: Add tests for formatted dprintf output specifiersMaciej W. Rozycki16-1/+339
2024-11-07stdio-common: Add tests for formatted asprintf output specifiersMaciej W. Rozycki16-1/+331
2024-11-07stdio-common: Add tests for formatted printf output specifiersMaciej W. Rozycki47-0/+2027
2024-11-07nptl: fix __builtin_thread_pointer detection on LoongArchcaiyinyu2-9/+3
2024-11-06math: Fix incorrect results of exp10m1f with some GCC versionsFlorian Weimer2-2/+2
2024-11-06misc: Align argument name for pkey_*() functions with the manualYury Khrustalev2-7/+7
2024-11-06manual: Use more precise wording for memory protection keysYury Khrustalev1-27/+31
2024-11-06elf: Switch to main malloc after final ld.so self-relocationFlorian Weimer6-16/+99
2024-11-06elf: Introduce _dl_relocate_object_no_relroFlorian Weimer2-10/+21
2024-11-06elf: Do not define consider_profiling, consider_symbind as macrosFlorian Weimer1-6/+2
2024-11-06elf: rtld_multiple_ref is always trueFlorian Weimer1-56/+48
2024-11-05Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h>Aurelien Jarno1-0/+8
2024-11-04Add feature test macro _ISOC2Y_SOURCELenard Mollenkopf3-5/+32
2024-11-04added license for sysdeps/ieee754/flt-32/e_gammaf_r.cPaul Zimmermann1-0/+23
2024-11-01AArch64: Remove SVE erf and erfc tablesJoe Ramsay16-2691/+50
2024-11-01x86_64: Add exp2m1f with FMAAdhemerval Zanella4-0/+41
2024-11-01x86_64: Add exp10m1f with FMAAdhemerval Zanella4-0/+41
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella19-62/+186
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella30-340/+193
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella20-67/+252
2024-11-01math: Use log10f from CORE-MATHAdhemerval Zanella3-110/+156
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella29-320/+123
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella20-66/+196
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella20-66/+229
2024-11-01benchtests: Add log10p1f benchmarkAdhemerval Zanella2-0/+2889
2024-11-01benchtests: Add log1p benchmarkAdhemerval Zanella2-0/+1006
2024-11-01benchtests: Add log2p1f benchmarkAdhemerval Zanella2-0/+2889
2024-11-01benchtests: Add log10f benchmarkAdhemerval Zanella2-0/+1006
2024-11-01benchtests: Add expm1f benchmarkAdhemerval Zanella2-0/+800
2024-11-01benchtests: Add exp2m1f benchmarkAdhemerval Zanella2-0/+2389
2024-11-01benchtests: Add exp10m1f benchmarkAdhemerval Zanella2-0/+2390
2024-11-01math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella2-78/+103
2024-11-01LoongArch: Add RSEQ_SIG in rseq.h.caiyinyu1-0/+36