aboutsummaryrefslogtreecommitdiff
path: root/htl
AgeCommit message (Expand)AuthorFilesLines
9 dayshtl: move pthread_setcanceltype into libc.gfleury5-7/+9
9 dayshtl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury2-3/+4
9 dayshtl: move pthread_mutex_destroy into libc.gfleury4-6/+3
9 dayshtl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury2-4/+7
9 dayshtl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury4-20/+20
9 dayshtl: move pthread_mutex_init into libc.gfleury4-8/+4
2025-01-07htl: Fix making pthread_join check timeout valueSamuel Thibault1-1/+7
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury2-5/+6
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury2-5/+7
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury2-4/+6
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury2-4/+8
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault2-2/+4
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury2-2/+4
2025-01-01htl: move pthread_mutexattr_destroy into libc.gfleury2-2/+4
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury2-2/+4
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert47-47/+47
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury4-14/+9
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury3-1/+3
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury3-6/+12
2024-12-22htl: move pthread_cond_signal into libc.gfleury4-4/+4
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury4-4/+3
2024-12-22htl: move pthread_cond_destroy into libc.gfleury4-4/+4
2024-12-22htl: move __pthread_wakeup into libc.gfleury3-2/+3
2024-12-22htl: move pthread_cond_init into libc.gfleury4-6/+4
2024-12-14htl: move pthread_sigmask into libc.gfleury3-4/+12
2024-12-14htl: move __pthread_sigstate into libc.gfleury3-1/+3
2024-12-14htl: move __pthread_sigstate_destroy into libc.gfleury3-1/+3
2024-12-09htl: move pthread_condattr_setpshared into libc.gfleury2-3/+3
2024-12-09htl: move pthread_condattr_setclock into libc.gfleury2-2/+4
2024-12-09htl: move pthread_condattr_init into libc.gfleury4-6/+3
2024-12-09htl: move pthread_condattr_getpshared into libc.gfleury2-2/+4
2024-12-09htl: move pthread_condattr_getclock into libc.gfleury2-2/+3
2024-12-09htl: move __pthread_default_condattr into libc.gfleury3-1/+3
2024-12-09htl: move pthread_condattr_destroy into libc.gfleury4-4/+3
2024-11-19htl: move pthread_attr_init into libc.gfleury4-6/+3
2024-11-19htl: move pthread_attr_setguardsize into libc.gfleury2-2/+3
2024-11-19htl: move pthread_attr_setschedparam into libc.gfleury4-7/+2
2024-11-19htl: move pthread_attr_setscope into libc.gfleury4-7/+2
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury2-3/+9
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury2-2/+4
2024-11-19htl: move pthread_attr_getstack into libc.gfleury2-3/+4
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury2-2/+5
2024-11-19htl move pthread_attr_getstacksize into libc.gfleury2-2/+5
2024-11-19htl move pthread_attr_getscope into libc.gfleury4-5/+3
2024-11-19htl move pthread_attr_getguardsize into libc.gfleury2-2/+7
2024-11-19htl: move __pthread_default_attr into libcgfleury3-1/+3
2024-11-19htl: move pthread_attr_destroy into libc.gfleury4-5/+2
2024-08-01hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault1-0/+10
2024-07-17hurd: Fix pthread_self() without libpthreadSamuel Thibault1-0/+1
2024-07-16Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz2-0/+7