aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl
AgeCommit message (Expand)AuthorFilesLines
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury5-13/+18
2024-12-22htl: move pthread_cond_signal into libc.gfleury3-4/+7
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury4-7/+10
2024-12-22htl: move pthread_cond_destroy into libc.gfleury4-4/+8
2024-12-22htl: move pthread_cond_init into libc.gfleury4-7/+8
2024-12-14htl: move pthread_sigmask into libc.gfleury2-3/+5
2024-12-09htl: move pthread_condattr_setpshared into libc.gfleury1-1/+7
2024-12-09htl: move pthread_condattr_setclock into libc.gfleury1-2/+8
2024-12-09htl: move pthread_condattr_init into libc.gfleury3-3/+8
2024-12-09htl: move pthread_condattr_getpshared into libc.gfleury1-1/+7
2024-12-09htl: move pthread_condattr_getclock into libc.gfleury1-2/+7
2024-12-09htl: move __pthread_default_condattr into libc.gfleury1-0/+1
2024-12-09htl: move pthread_condattr_destroy into libc.gfleury2-3/+5
2024-11-19htl: move pthread_attr_init into libc.gfleury3-3/+9
2024-11-19htl: move pthread_attr_setguardsize into libc.gfleury1-1/+7
2024-11-19htl: move pthread_attr_setschedparam into libc.gfleury2-6/+5
2024-11-19htl: move pthread_attr_setscope into libc.gfleury2-3/+5
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury3-3/+16
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury2-1/+8
2024-11-19htl: move pthread_attr_getstack into libc.gfleury2-1/+8
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury2-1/+8
2024-11-19htl move pthread_attr_getstacksize into libc.gfleury2-1/+8
2024-11-19htl move pthread_attr_getscope into libc.gfleury2-3/+5
2024-11-19htl move pthread_attr_getguardsize into libc.gfleury1-1/+7
2024-11-19htl: move __pthread_default_attr into libcgfleury1-0/+1
2024-11-19htl: move pthread_attr_destroy into libc.gfleury2-3/+6
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella1-0/+2
2024-08-01hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault10-10/+60
2024-07-16Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz1-0/+11
2024-03-23htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev1-2/+14
2024-03-23htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev1-0/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert114-114/+114
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka1-4/+0
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka1-4/+0
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka1-2/+0
2023-08-08htl: Add support for static TSD dataSamuel Thibault7-18/+97
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov8-13/+13
2023-05-20htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev4-18/+9
2023-05-01hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault4-2/+50
2023-05-01hurd 64bit: Add missing libanlSamuel Thibault1-0/+1
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka2-2/+2
2023-02-12htl: Remove ./sysdeps/htl/bits/types/struct___pthread_mutex.hSamuel Thibault1-61/+0
2023-02-12htl: Fix semaphore referenceSergey Bugaev1-5/+5