aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-01nptl: Add <thread_pointer.h> for LoongArchMichael Jeanson1-0/+36
2024-10-31Link tst-clock_gettime with $(librt)Joseph Myers1-0/+2
2024-10-30powerpc64: Obviate the need for ROP protection in clone/clone3Sachin Monga2-21/+21
2024-10-30Add tests of time, gettimeofday, clock_gettimeJoseph Myers7-0/+337
2024-10-29Add more tests of pthread attributes initial valuesJoseph Myers2-0/+63
2024-10-28Document further requirement on mixing streams / file descriptorsJoseph Myers1-0/+21
2024-10-28powerpc64le: Adhere to ABI stack alignment requirementSachin Monga1-1/+1
2024-10-28AArch64: Small optimisation in AdvSIMD erf and erfcJoe Ramsay2-15/+23
2024-10-28Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)"Florian Weimer7-167/+7
2024-10-28elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer1-1/+1
2024-10-25SHARED-FILES: Mention bundled Linux 6.10 headers.Carlos O'Donell1-0/+9
2024-10-25libio: Fix crash in fputws [BZ #20632]Peter Ammon4-4/+108
2024-10-25stdio-common: Fix scanf parsing for NaN types [BZ #30647]Avinal Kumar3-1/+129
2024-10-25elf: Fix map_complete Systemtap probe in dl_open_workerFlorian Weimer1-1/+1
2024-10-25elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986)Florian Weimer5-15/+219