aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-create.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra1-1/+1
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra1-1/+1
2022-01-22htl: Fix cleaning the reply portSamuel Thibault1-1/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-26htl: Fix sigset of main threadSamuel Thibault1-2/+5
2021-09-16htl: Move thread table to ld.soSergey Bugaev1-4/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-03htl: Add hidden def for __pthread_create/detachSamuel Thibault1-0/+1
2020-11-11htl: Keep thread signals blocked during its initializationSamuel Thibault1-2/+10
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+5
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault1-1/+1
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault1-1/+19
2020-01-13htl: Avoid exposing unixoid functionsSamuel Thibault1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault1-3/+5
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault1-7/+7
2018-04-02hurd: Add hurd thread librarySamuel Thibault1-0/+246