aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
10 dayself: Consolidate stackinfo.hAdhemerval Zanella7-171/+13
13 daysAdd threaded test of sem_trywaitJoseph Myers2-0/+78
13 daysnptl: Add new test for pthread_spin_trylockSergey Kolosov2-0/+83
13 daysAArch64: Remove zva_128 from memsetWilco Dijkstra1-24/+1
14 daysRemove nios2-linux-gnuAdhemerval Zanella110-8528/+113
2024-11-26math: Add internal roundeven_finiteAdhemerval Zanella5-3/+35
2024-11-25RISC-V: Use builtin for fma and fmafJulian Zhu3-68/+4
2024-11-25RISC-V: Use builtin for copysign and copysignfJulian Zhu2-58/+0
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar10-15/+15
2024-11-25sysdeps: linux: Fix output of LD_SHOW_AUXV=1 for AT_RSEQ_*Yannick Le Pennec1-0/+2
2024-11-25nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson1-0/+1
2024-11-25math: Fix branch hint for 68d7128942Adhemerval Zanella1-1/+1
2024-11-25powerpc64le: ROP Changes for strncpy/ppc-mountSachin Monga4-28/+46
2024-11-25math: Fix non-portability in the computation of signgam in lgammafVincent Lefevre1-5/+4
2024-11-25hurd: Add MAP_NORESERVE mmap flagSamuel Thibault1-0/+1
2024-11-22Add multithreaded test of sem_getvalueJoseph Myers2-0/+186
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella28-270/+315
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella29-601/+349
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella26-249/+174
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella27-235/+247
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella7-78/+178
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella25-134/+87
2024-11-21x86/string: Use `movsl` instead of `movsd` in strncat [BZ #32344]Siddhesh Poyarekar1-2/+2
2024-11-21aarch64: Remove non-temporal load/stores from oryon-1's memsetAndrew Pinski1-26/+0
2024-11-21aarch64: Remove non-temporal load/stores from oryon-1's memcpyAndrew Pinski1-40/+0
2024-11-20powerpc64le: _init/_fini file changes for ROPSachin Monga3-1/+14
2024-11-20AArch64: Add support for memory protection keysYury Khrustalev8-11/+477
2024-11-20AArch64: Remove thunderx{,2} memcpyAndrew Pinski7-792/+0
2024-11-19Fix femode_t conditionals for arc and or1kJoseph Myers2-2/+2
2024-11-19powerpc64le: Optimized strcat for POWER10Mahesh Bodapati4-9/+56
2024-11-19powerpc: Improve the inline asm for syscall wrappersPeter Bergner1-20/+22
2024-11-19htl: move pthread_attr_init into libc.gfleury6-5/+10
2024-11-19htl: move pthread_attr_setguardsize into libc.gfleury5-3/+11
2024-11-19htl: move pthread_attr_setschedparam into libc.gfleury5-8/+6
2024-11-19htl: move pthread_attr_setscope into libc.gfleury5-5/+6
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury7-7/+24
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury6-3/+12
2024-11-19htl: move pthread_attr_getstack into libc.gfleury6-3/+12
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