| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-06 | hurd: Consolidate signal mask change | Samuel Thibault | 1 | -53/+2 |
| 2025-01-29 | htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. | gfleury | 1 | -4/+11 |
| 2025-01-29 | htl: move pthread_mutex_destroy into libc. | gfleury | 1 | -2/+6 |
| 2025-01-29 | htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc | gfleury | 2 | -4/+16 |
| 2025-01-29 | htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} | gfleury | 4 | -14/+24 |
| 2025-01-29 | htl: move pthread_mutex_init into libc. | gfleury | 1 | -2/+6 |
| 2025-01-02 | htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ... | gfleury | 2 | -4/+16 |
| 2025-01-02 | htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get... | gfleury | 2 | -6/+20 |
| 2025-01-02 | htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc. | gfleury | 2 | -4/+19 |
| 2025-01-02 | htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc. | gfleury | 2 | -3/+16 |
| 2025-01-02 | htl: move pthread_mutexattr_setprotocol into libc. | Samuel Thibault | 1 | -2/+9 |
| 2025-01-02 | htl: move pthread_mutexattr_getprotocol into libc. | gfleury | 1 | -2/+9 |
| 2025-01-01 | htl: move pthread_mutexattr_destroy into libc. | gfleury | 1 | -1/+1 |
| 2025-01-01 | htl: move pthread_mutexattr_init into libc. | gfleury | 1 | -0/+1 |
| 2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 35 | -35/+35 |
| 2024-12-22 | htl: move __pthread_mutex_checklocked into libc. | gfleury | 8 | -2/+8 |
| 2024-12-14 | htl: move __pthread_sigstate into libc. | gfleury | 1 | -0/+1 |
| 2024-12-14 | htl: move __pthread_sigstate_destroy into libc. | gfleury | 1 | -0/+1 |
| 2024-07-17 | htl: Fix __pthread_init_thread declaration and definition | Samuel Thibault | 2 | -2/+3 |
| 2024-07-17 | hurd: Fix pthread_self() without libpthread | Samuel Thibault | 3 | -11/+12 |
| 2024-03-23 | htl: Implement some support for TLS_DTV_AT_TP | Sergey Bugaev | 1 | -0/+9 |
| 2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 35 | -35/+35 |
| 2023-09-09 | htl: avoid exposing the vm_region symbol | Samuel Thibault | 1 | -1/+1 |
| 2023-09-03 | htl: Fix stack information for main thread | Samuel Thibault | 1 | -3/+27 |
| 2023-08-08 | htl: Initialize ___pthread_self early | Samuel Thibault | 1 | -0/+14 |
| 2023-05-30 | Fix misspellings in sysdeps/ -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
| 2023-04-05 | htl: move ___pthread_self into libc. | Guy-Fleury Iteriteka | 3 | -2/+25 |
| 2023-02-27 | htl: Make pthread_mutex_t pointer-aligned | Sergey Bugaev | 1 | -5/+8 |
| 2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 34 | -34/+34 |
| 2022-08-22 | htl: Make pthread*_cond_timedwait register wref before releasing mutex | Samuel Thibault | 1 | -4/+6 |
| 2022-08-22 | htl: make __pthread_hurd_cond_timedwait_internal check mutex is held | Samuel Thibault | 1 | -0/+4 |
| 2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 34 | -34/+34 |
| 2021-09-26 | htl: make pthread_sigstate read/write set/oset outside sigstate section | Samuel Thibault | 1 | -5/+11 |
| 2021-09-16 | htl: Move thread table to ld.so | Sergey Bugaev | 3 | -3/+3 |
| 2021-07-13 | htl: Let libc call __pthread_mutex_{,try,un}lock | Samuel Thibault | 3 | -0/+3 |
| 2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 34 | -34/+34 |
| 2020-12-16 | hurd: make lll_* take a variable instead of a ptr | Samuel Thibault | 5 | -16/+16 |
| 2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault | 1 | -1/+1 |
| 2020-11-11 | htl: Initialize later | Samuel Thibault | 1 | -14/+5 |
| 2020-06-27 | htl: avoid cancelling threads inside critical sections | Samuel Thibault | 1 | -0/+9 |
| 2020-06-07 | htl: Fix tls initialization for already-created threads | Samuel Thibault | 1 | -0/+3 |
| 2020-06-01 | htl: Make pthread_cond_destroy wait for threads to be woken | Samuel Thibault | 1 | -0/+11 |
| 2020-05-26 | htl: Add clock variants | Samuel Thibault | 1 | -5/+15 |
| 2020-02-16 | htl: Remove stub warning for pthread_mutexattr_setpshared | Samuel Thibault | 1 | -1/+0 |
| 2020-02-15 | htl: Only check pthread_self coherency when DEBUG is set | Samuel Thibault | 1 | -0/+4 |
| 2020-02-10 | htl C11 threads: Avoid pthread_ symbols visibility in static library | Samuel Thibault | 6 | -6/+6 |
| 2020-02-11 | hurd: Add __pthread_spin_wait and use it | Samuel Thibault | 1 | -3/+3 |
| 2020-02-09 | htl: Report missing mutex lock on pthread_cond_*wait | Samuel Thibault | 1 | -0/+51 |
| 2020-02-09 | htl: Fix default guard size | Samuel Thibault | 1 | -0/+4 |
| 2020-02-09 | htl: Fix calling pthread_exit in the child of a fork | Samuel Thibault | 1 | -0/+9 |