about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/htl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0135-35/+35
* htl: avoid exposing the vm_region symbolSamuel Thibault2023-09-091-1/+1
* htl: Fix stack information for main threadSamuel Thibault2023-09-031-3/+27
* htl: Initialize ___pthread_self earlySamuel Thibault2023-08-081-0/+14
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-302-2/+2
* htl: move ___pthread_self into libc.Guy-Fleury Iteriteka2023-04-053-2/+25
* htl: Make pthread_mutex_t pointer-alignedSergey Bugaev2023-02-271-5/+8
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0634-34/+34
* htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault2022-08-221-4/+6
* htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault2022-08-221-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0134-34/+34
* htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault2021-09-261-5/+11
* htl: Move thread table to ld.soSergey Bugaev2021-09-163-3/+3
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-133-0/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0234-34/+34
* hurd: make lll_* take a variable instead of a ptrSamuel Thibault2020-12-165-16/+16
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-151-1/+1
* htl: Initialize laterSamuel Thibault2020-11-111-14/+5
* htl: avoid cancelling threads inside critical sectionsSamuel Thibault2020-06-271-0/+9
* htl: Fix tls initialization for already-created threadsSamuel Thibault2020-06-071-0/+3
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-011-0/+11
* htl: Add clock variantsSamuel Thibault2020-05-261-5/+15
* htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault2020-02-161-1/+0
* htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault2020-02-151-0/+4
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-106-6/+6
* hurd: Add __pthread_spin_wait and use itSamuel Thibault2020-02-111-3/+3
* htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault2020-02-091-0/+51
* htl: Fix default guard sizeSamuel Thibault2020-02-091-0/+4
* htl: Fix calling pthread_exit in the child of a forkSamuel Thibault2020-02-091-0/+9
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-092-0/+2
* htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault2020-02-092-5/+5
* htl: Remove duplicate filesSamuel Thibault2020-02-092-56/+0
* htl: Remove unused filesSamuel Thibault2020-02-091-1/+0
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-131-1/+2
* htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault2020-01-132-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0135-35/+35
* hurd: Global signal dispositionJeremie Koenig2019-12-293-3/+13
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0735-35/+35
* Break further lines before not after operators.Joseph Myers2019-02-266-24/+24
* Break more lines before not after operators.Joseph Myers2019-02-251-3/+4
* hurd: advertise *_setpshared as not supportedSamuel Thibault2019-01-021-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0135-35/+35
* hurd: Avoid local PLTs in libpthread.Samuel Thibault2018-04-025-5/+11
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-0235-333/+311
* hurd: Add hurd thread librarySamuel Thibault2018-04-0237-0/+1855