Age | Commit message (Expand) | Author | Files | Lines |
6 days | htl: move pthread_setcancelstate into libc. | gfleury | 5 | -9/+9 |
10 days | htl: move pthread_setcanceltype into libc. | gfleury | 5 | -7/+9 |
10 days | htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. | gfleury | 2 | -3/+4 |
10 days | htl: move pthread_mutex_destroy into libc. | gfleury | 4 | -6/+3 |
10 days | htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc | gfleury | 2 | -4/+7 |
10 days | htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} | gfleury | 4 | -20/+20 |
10 days | htl: move pthread_mutex_init into libc. | gfleury | 4 | -8/+4 |
2025-01-07 | htl: Fix making pthread_join check timeout value | Samuel Thibault | 1 | -1/+7 |
2025-01-02 | htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ... | gfleury | 2 | -5/+6 |
2025-01-02 | htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get... | gfleury | 2 | -5/+7 |
2025-01-02 | htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc. | gfleury | 2 | -4/+6 |
2025-01-02 | htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc. | gfleury | 2 | -4/+8 |
2025-01-02 | htl: move pthread_mutexattr_setprotocol into libc. | Samuel Thibault | 2 | -2/+4 |
2025-01-02 | htl: move pthread_mutexattr_getprotocol into libc. | gfleury | 2 | -2/+4 |
2025-01-01 | htl: move pthread_mutexattr_destroy into libc. | gfleury | 2 | -2/+4 |
2025-01-01 | htl: move pthread_mutexattr_init into libc. | gfleury | 2 | -2/+4 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 47 | -47/+47 |
2024-12-22 | htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i... | gfleury | 4 | -14/+9 |
2024-12-22 | htl: move __pthread_mutex_checklocked into libc. | gfleury | 3 | -1/+3 |
2024-12-22 | htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _... | gfleury | 3 | -6/+12 |
2024-12-22 | htl: move pthread_cond_signal into libc. | gfleury | 4 | -4/+4 |
2024-12-22 | htl: move pthread_cond_broadcast into libc. | gfleury | 4 | -4/+3 |
2024-12-22 | htl: move pthread_cond_destroy into libc. | gfleury | 4 | -4/+4 |
2024-12-22 | htl: move __pthread_wakeup into libc. | gfleury | 3 | -2/+3 |
2024-12-22 | htl: move pthread_cond_init into libc. | gfleury | 4 | -6/+4 |
2024-12-14 | htl: move pthread_sigmask into libc. | gfleury | 3 | -4/+12 |
2024-12-14 | htl: move __pthread_sigstate into libc. | gfleury | 3 | -1/+3 |
2024-12-14 | htl: move __pthread_sigstate_destroy into libc. | gfleury | 3 | -1/+3 |
2024-12-09 | htl: move pthread_condattr_setpshared into libc. | gfleury | 2 | -3/+3 |
2024-12-09 | htl: move pthread_condattr_setclock into libc. | gfleury | 2 | -2/+4 |
2024-12-09 | htl: move pthread_condattr_init into libc. | gfleury | 4 | -6/+3 |
2024-12-09 | htl: move pthread_condattr_getpshared into libc. | gfleury | 2 | -2/+4 |
2024-12-09 | htl: move pthread_condattr_getclock into libc. | gfleury | 2 | -2/+3 |
2024-12-09 | htl: move __pthread_default_condattr into libc. | gfleury | 3 | -1/+3 |
2024-12-09 | htl: move pthread_condattr_destroy into libc. | gfleury | 4 | -4/+3 |
2024-11-19 | htl: move pthread_attr_init into libc. | gfleury | 4 | -6/+3 |
2024-11-19 | htl: move pthread_attr_setguardsize into libc. | gfleury | 2 | -2/+3 |
2024-11-19 | htl: move pthread_attr_setschedparam into libc. | gfleury | 4 | -7/+2 |
2024-11-19 | htl: move pthread_attr_setscope into libc. | gfleury | 4 | -7/+2 |
2024-11-19 | htl: move pthread_attr_setstackaddr into libc. | gfleury | 2 | -3/+9 |
2024-11-19 | htl: move pthread_attr_setstacksize into libc. | gfleury | 2 | -2/+4 |
2024-11-19 | htl: move pthread_attr_getstack into libc. | gfleury | 2 | -3/+4 |
2024-11-19 | htl: move pthread_attr_getstackaddr into libc. | gfleury | 2 | -2/+5 |
2024-11-19 | htl move pthread_attr_getstacksize into libc. | gfleury | 2 | -2/+5 |
2024-11-19 | htl move pthread_attr_getscope into libc. | gfleury | 4 | -5/+3 |
2024-11-19 | htl move pthread_attr_getguardsize into libc. | gfleury | 2 | -2/+7 |
2024-11-19 | htl: move __pthread_default_attr into libc | gfleury | 3 | -1/+3 |
2024-11-19 | htl: move pthread_attr_destroy into libc. | gfleury | 4 | -5/+2 |
2024-08-01 | hurd: Fix missing pthread_ compat symbol in libc | Samuel Thibault | 1 | -0/+10 |
2024-07-17 | hurd: Fix pthread_self() without libpthread | Samuel Thibault | 1 | -0/+1 |