aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/x86_64
AgeCommit message (Expand)AuthorFilesLines
2025-04-21hurd: Do not restore xstate when it is not initializedSamuel Thibault1-17/+20
2025-04-18hurd: save xstate during signal handlingLuca Dariz2-4/+30
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf1-0/+4
2025-03-27Implement C23 pownJoseph Myers1-0/+8
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey1-0/+1
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat1-0/+1
2025-03-14Implement C23 powrJoseph Myers1-0/+8
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+8
2025-03-02htl: move pthread_once into libcSamuel Thibault2-1/+2
2025-02-16htl: move pthread_rwlock_init into libc.gfleury2-1/+2
2025-02-16htl: move pthread_rwlock_destroy into libc.gfleury2-1/+2
2025-02-16htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury2-6/+12
2025-02-16htl: move pthread_rwlock_unlock into libc.gfleury2-1/+2
2025-02-16htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.gfleury2-2/+4
2025-02-16htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury2-2/+4
2025-02-16htl: move pthread_rwlockattr_destroy into libc.gfleury2-1/+2
2025-02-16htl: move pthread_rwlockattr_init into libc.gfleury2-1/+2
2025-02-10htl: move pthread_barrier_wait into libc.gfleury2-1/+2
2025-02-10htl: move pthread_barrier_init into libc.gfleury2-1/+2
2025-02-10htl: move pthread_barrier_destroy into libc.gfleury2-1/+2
2025-02-10htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury2-2/+4
2025-02-10htl: move pthread_barrierattr_init into libc.gfleury2-1/+2
2025-02-10htl: move pthread_barrierattr_destroy into libc.gfleury2-1/+2
2025-02-01htl: move pthread_setcancelstate into libc.gfleury1-1/+0
2025-01-29htl: move pthread_setcanceltype into libc.gfleury1-1/+0
2025-01-29htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury2-2/+4
2025-01-29htl: move pthread_mutex_destroy into libc.gfleury1-1/+0
2025-01-29htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury2-2/+4
2025-01-29htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury2-5/+4
2025-01-29htl: move pthread_mutex_init into libc.gfleury1-1/+0
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury2-2/+4
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury2-4/+8
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury2-2/+5
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury2-2/+3
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault2-1/+2
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury2-1/+2
2025-01-01htl: move pthread_mutexattr_destroy into libc.gfleury2-1/+1
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury2-1/+1
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert17-17/+17
2024-12-27hurd: Avoid asm statements which returnSamuel Thibault1-30/+33
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury2-3/+1
2024-12-22htl: move pthread_cond_signal into libc.gfleury1-1/+0
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury1-1/+0
2024-12-22htl: move pthread_cond_destroy into libc.gfleury1-1/+0
2024-12-22htl: move pthread_cond_init into libc.gfleury1-1/+0
2024-12-14htl: move pthread_sigmask into libc.gfleury2-1/+2
2024-12-12Implement C23 atan2piJoseph Myers1-0/+8
2024-12-11Implement C23 atanpiJoseph Myers1-0/+8
2024-12-10Implement C23 asinpiJoseph Myers1-0/+8
2024-12-09Implement C23 acospiJoseph Myers1-0/+8