about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* io: Add setuid tests for faccessatSiddhesh Poyarekar2 days2-0/+164
* tst-faccessat.c: Port to libsupportSiddhesh Poyarekar2 days1-156/+65
* support: Add xdupSiddhesh Poyarekar2 days3-0/+32
* LoongArch: Update ulpscaiyinyu3 days1-1/+2
* stat.h: Fix missing declaration of struct timespecSamuel Thibault5 days1-1/+1
* mach: Fix __xpg_strerror_r on in-range but undefined errors [BZ #32350]Samuel Thibault5 days1-2/+12
* x86/string: Use `movsl` instead of `movsd` [BZ #32344]Noah Goldstein6 days1-1/+1
* Rename new tst-sem17 test to tst-sem18Joseph Myers6 days2-3/+3
* Avoid uninitialized result in sem_open when file does not existJoseph Myers7 days3-0/+37
* nptl: initialize rseq area prior to registrationMichael Jeanson7 days2-0/+12
* s390x: Update ulpsMark Wielaard7 days1-1/+2
* elf: avoid jumping over a needed declarationDJ Delorie7 days1-3/+3
* math: Fix log10f on some ABIsAdhemerval Zanella8 days1-3/+2
* stdio-common: Add tests for formatted vsnprintf output specifiersMaciej W. Rozycki8 days16-1/+345
* stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki8 days16-1/+345
* stdio-common: Add tests for formatted vfprintf output specifiersMaciej W. Rozycki8 days16-1/+315
* stdio-common: Add tests for formatted vdprintf output specifiersMaciej W. Rozycki8 days16-1/+343
* stdio-common: Add tests for formatted vasprintf output specifiersMaciej W. Rozycki8 days16-1/+335
* stdio-common: Add tests for formatted vprintf output specifiersMaciej W. Rozycki8 days16-1/+315
* stdio-common: Add tests for formatted snprintf output specifiersMaciej W. Rozycki8 days16-1/+341
* stdio-common: Add tests for formatted sprintf output specifiersMaciej W. Rozycki8 days16-1/+341
* stdio-common: Add tests for formatted fprintf output specifiersMaciej W. Rozycki8 days16-1/+310
* stdio-common: Add tests for formatted dprintf output specifiersMaciej W. Rozycki8 days16-1/+339
* stdio-common: Add tests for formatted asprintf output specifiersMaciej W. Rozycki8 days16-1/+331
* stdio-common: Add tests for formatted printf output specifiersMaciej W. Rozycki8 days47-0/+2027
* nptl: fix __builtin_thread_pointer detection on LoongArchcaiyinyu8 days2-9/+3
* math: Fix incorrect results of exp10m1f with some GCC versionsFlorian Weimer8 days2-2/+2
* misc: Align argument name for pkey_*() functions with the manualYury Khrustalev8 days2-7/+7
* manual: Use more precise wording for memory protection keysYury Khrustalev8 days1-27/+31
* elf: Switch to main malloc after final ld.so self-relocationFlorian Weimer9 days6-16/+99
* elf: Introduce _dl_relocate_object_no_relroFlorian Weimer9 days2-10/+21
* elf: Do not define consider_profiling, consider_symbind as macrosFlorian Weimer9 days1-6/+2
* elf: rtld_multiple_ref is always trueFlorian Weimer9 days1-56/+48
* Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h>Aurelien Jarno9 days1-0/+8
* Add feature test macro _ISOC2Y_SOURCELenard Mollenkopf10 days3-5/+32
* added license for sysdeps/ieee754/flt-32/e_gammaf_r.cPaul Zimmermann11 days1-0/+23
* AArch64: Remove SVE erf and erfc tablesJoe Ramsay13 days16-2691/+50
* x86_64: Add exp2m1f with FMAAdhemerval Zanella13 days4-0/+41
* x86_64: Add exp10m1f with FMAAdhemerval Zanella13 days4-0/+41
* math: Use log10p1f from CORE-MATHAdhemerval Zanella13 days19-62/+186
* math: Use log1pf from CORE-MATHAdhemerval Zanella13 days30-340/+193
* math: Use log2p1f from CORE-MATHAdhemerval Zanella13 days20-67/+252
* math: Use log10f from CORE-MATHAdhemerval Zanella13 days3-110/+156
* math: Use expm1f from CORE-MATHAdhemerval Zanella13 days29-320/+123
* math: Use exp2m1f from CORE-MATHAdhemerval Zanella13 days20-66/+196
* math: Use exp10m1f from CORE-MATHAdhemerval Zanella13 days20-66/+229
* benchtests: Add log10p1f benchmarkAdhemerval Zanella13 days2-0/+2889
* benchtests: Add log1p benchmarkAdhemerval Zanella13 days2-0/+1006
* benchtests: Add log2p1f benchmarkAdhemerval Zanella13 days2-0/+2889
* benchtests: Add log10f benchmarkAdhemerval Zanella13 days2-0/+1006