summaryrefslogtreecommitdiff
path: root/sysdeps/mach/htl
AgeCommit message (Expand)Author
2025-11-21htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pth...gfleury
2025-11-18htl: move pthread_getname_np/setname_np into libc.gfleury
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-16htl: move __pthread_thread_{alloc, start, terminate} into libc.gfleury
2025-08-16htl: move __pthread_stack_alloc into libc.gfleury
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury
2024-12-22htl: move __pthread_wakeup into libc.gfleury
2024-07-16Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz
2024-03-23htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-03htl: Let Mach place thread stacksSergey Bugaev
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-02htl: Drop duplicate check in __pthread_stack_allocSamuel Thibault
2022-01-22htl: Fix cleaning the reply portSamuel Thibault
2022-01-15htl: Clear kernel_thread field before releasing the thread structureSamuel Thibault
2022-01-15hurd: Fix pthread_kill on exiting/ted threadSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-01-13htl: Avoid exposing unixoid functionsSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault
2018-04-02hurd: Add hurd thread librarySamuel Thibault