about summary refs log tree commit diff
path: root/htl/pt-create.c
Commit message (Expand)AuthorAgeFilesLines
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-231-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* htl: move __pthtread_total into libcGuy-Fleury Iteriteka2023-04-051-6/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* htl: Check error returned by __getrlimitSamuel Thibault2023-01-021-2/+2
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-091-1/+1
* htl: Fix cleaning the reply portSamuel Thibault2022-01-221-1/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* htl: Fix sigset of main threadSamuel Thibault2021-09-261-2/+5
* htl: Move thread table to ld.soSergey Bugaev2021-09-161-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* htl: Add hidden def for __pthread_create/detachSamuel Thibault2020-12-031-0/+1
* htl: Keep thread signals blocked during its initializationSamuel Thibault2020-11-111-2/+10
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+5
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-101-1/+1
* htl: Add support for C11 threads behaviorSamuel Thibault2020-02-091-1/+19
* htl: Avoid exposing unixoid functionsSamuel Thibault2020-01-131-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* hurd: Avoid local PLTs in libpthread.Samuel Thibault2018-04-021-3/+5
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-021-7/+7
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+246