aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury6-3/+12
2024-11-19htl move pthread_attr_getstacksize into libc.gfleury6-3/+12
2024-11-19htl move pthread_attr_getscope into libc.gfleury5-5/+6
2024-11-19htl move pthread_attr_getguardsize into libc.gfleury5-3/+11
2024-11-19htl: move __pthread_default_attr into libcgfleury1-0/+1
2024-11-19htl: move pthread_attr_destroy into libc.gfleury5-5/+7
2024-11-13x86/string: Use `movsl` instead of `movsd` in strncpy/strncat [BZ #32344]Noah Goldstein1-1/+1
2024-11-12hppa: Update libm-test-ulpsJohn David Anglin1-0/+3
2024-11-13Revert "hurd: Stop depending on the default_pager stubs provided by gnumach"Samuel Thibault2-2/+4
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella15-5/+396
2024-11-12LoongArch: Update ulpscaiyinyu1-1/+2
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 Jeanson1-0/+10
2024-11-07s390x: Update ulpsMark Wielaard1-1/+2
2024-11-07math: Fix log10f on some ABIsAdhemerval Zanella1-3/+2
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-06elf: Introduce _dl_relocate_object_no_relroFlorian Weimer1-0/+7
2024-11-05Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h>Aurelien Jarno1-0/+8
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 Zanella18-62/+182
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella29-340/+189
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella19-67/+248
2024-11-01math: Use log10f from CORE-MATHAdhemerval Zanella2-110/+152
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella28-320/+119
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella19-66/+192
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella19-66/+225
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-30powerpc64: Obviate the need for ROP protection in clone/clone3Sachin Monga2-21/+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-25Linux: Match kernel text for SCHED_ macrosFlorian Weimer1-3/+5
2024-10-23Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers2-0/+61
2024-10-22configure: default to --prefix=/usr on GNU/LinuxDJ Delorie2-2/+7
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers3-0/+90
2024-10-18linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)Adhemerval Zanella1-1/+1
2024-10-16sparc: Fix restartable syscalls (BZ 32173)Adhemerval Zanella7-36/+165
2024-10-12LoongArch: Regenerate loongarch/arch-syscall.h by build-many-glibcs.py update...caiyinyu1-2/+0
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann29-331/+129
2024-10-10misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella1-0/+2
2024-10-10Update kernel version to 6.11 in header constant testsAdhemerval Zanella2-2/+2
2024-10-10linux: Add MAP_DROPPABLE from Linux 6.11Adhemerval Zanella2-1/+2