| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-16 | htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo... | gfleury | 1 | -4/+0 |
| 2025-02-16 | htl: move pthread_rwlock_unlock into libc. | gfleury | 1 | -2/+0 |
| 2025-02-01 | htl: move pthread_setcancelstate into libc. | gfleury | 1 | -2/+0 |
| 2025-01-29 | htl: move pthread_setcanceltype into libc. | gfleury | 1 | -2/+0 |
| 2025-01-29 | htl: move pthread_mutex_destroy into libc. | gfleury | 1 | -2/+0 |
| 2025-01-29 | htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} | gfleury | 1 | -6/+0 |
| 2025-01-29 | htl: move pthread_mutex_init into libc. | gfleury | 1 | -4/+0 |
| 2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
| 2024-12-22 | htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i... | gfleury | 1 | -6/+0 |
| 2024-12-22 | htl: move pthread_cond_signal into libc. | gfleury | 1 | -2/+0 |
| 2024-12-22 | htl: move pthread_cond_broadcast into libc. | gfleury | 1 | -2/+0 |
| 2024-12-22 | htl: move pthread_cond_destroy into libc. | gfleury | 1 | -2/+0 |
| 2024-12-22 | htl: move pthread_cond_init into libc. | gfleury | 1 | -4/+0 |
| 2024-12-09 | htl: move pthread_condattr_init into libc. | gfleury | 1 | -2/+0 |
| 2024-12-09 | htl: move pthread_condattr_destroy into libc. | gfleury | 1 | -2/+0 |
| 2024-11-19 | htl: move pthread_attr_init into libc. | gfleury | 1 | -2/+0 |
| 2024-11-19 | htl: move pthread_attr_setschedparam into libc. | gfleury | 1 | -4/+0 |
| 2024-11-19 | htl: move pthread_attr_setscope into libc. | gfleury | 1 | -2/+0 |
| 2024-11-19 | htl move pthread_attr_getscope into libc. | gfleury | 1 | -2/+0 |
| 2024-11-19 | htl: move pthread_attr_destroy into libc. | gfleury | 1 | -2/+0 |
| 2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
| 2023-08-24 | htl: move pthread_attr_setdetachstate into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_attr_getdetachstate into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_attr_setschedpolicy into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_attr_getschedpolicy into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_attr_setinheritsched into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_attr_getinheritsched into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_attr_getschedparam into libc | Guy-Fleury Iteriteka | 1 | -4/+0 |
| 2023-08-24 | htl: move pthread_setschedparam into libc | Guy-Fleury Iteriteka | 1 | -4/+0 |
| 2023-08-24 | htl: move pthread_getschedparam into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-08-24 | htl: move pthread_equal into libc | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-04-05 | htl: move pthread_self info libc. | Guy-Fleury Iteriteka | 1 | -2/+0 |
| 2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
| 2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
| 2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
| 2020-06-14 | htl: Add noreturn attribute on __pthread_exit forward | Samuel Thibault | 1 | -2/+2 |
| 2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
| 2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
| 2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
| 2018-06-16 | hurd: Fix missing __pthread_get_cleanup_stack symbol | Samuel Thibault | 1 | -3/+0 |
| 2018-06-16 | hurd: Avoid PLT ref for __pthread_get_cleanup_stack | Samuel Thibault | 1 | -0/+3 |
| 2018-04-02 | hurd: Add hurd thread library | Samuel Thibault | 1 | -0/+140 |