aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/htl
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault
2023-09-03htl: Fix stack information for main threadSamuel Thibault
2023-08-08htl: Initialize ___pthread_self earlySamuel Thibault
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-04-05htl: move ___pthread_self into libc.Guy-Fleury Iteriteka
2023-02-27htl: Make pthread_mutex_t pointer-alignedSergey Bugaev
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-08-22htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault
2022-08-22htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault
2020-11-11htl: Initialize laterSamuel Thibault
2020-06-27htl: avoid cancelling threads inside critical sectionsSamuel Thibault
2020-06-07htl: Fix tls initialization for already-created threadsSamuel Thibault
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault
2020-05-26htl: Add clock variantsSamuel Thibault
2020-02-16htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault
2020-02-15htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault
2020-02-09htl: Fix default guard sizeSamuel Thibault
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault
2020-02-09htl: Remove duplicate filesSamuel Thibault
2020-02-09htl: Remove unused filesSamuel Thibault
2020-01-13htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault
2020-01-13htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-29hurd: Global signal dispositionJeremie Koenig
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-26Break further lines before not after operators.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-01-02hurd: advertise *_setpshared as not supportedSamuel Thibault
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault
2018-04-02hurd: Add hurd thread librarySamuel Thibault