aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl
AgeCommit message (Expand)Author
2021-09-16htl: Reimplement GSCOPESergey Bugaev
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-18htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault
2021-07-13htl: Fix linking static examples against libpthreadSamuel Thibault
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-24Consolidate pthread_atforkAdhemerval Zanella
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella
2021-05-20Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-24htl: Add missing fork.hSamuel Thibault
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-12-16htl: Add pshared semaphore supportSamuel Thibault
2020-12-16htl: Add futex-internal.hSamuel Thibault
2020-12-03htl: Add hidden def for __pthread_create/detachSamuel Thibault
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault
2020-11-11htl: Fix spurious symbols in namespacesSamuel Thibault
2020-06-28htl: Move cleanup handling to non-private libc-lockSamuel Thibault
2020-06-28htl: Fix includes for lockfileSamuel Thibault
2020-06-24htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer
2020-06-24htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault
2020-06-24htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault
2020-06-14htl: Fix cleanup support for IO lockingSamuel Thibault
2020-06-14htl: Add noreturn attribute on __pthread_exit forwardSamuel Thibault
2020-06-07htl: Fix registration of atfork handlers in modulesSamuel Thibault
2020-06-07htl: Fix tls initialization for already-created threadsSamuel Thibault
2020-06-07htl: Add sem_clockwait supportSamuel Thibault
2020-06-01htl: Fix gsync_wait symbol expositionSamuel Thibault
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault
2020-05-26htl: Add clock variantsSamuel Thibault
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-16htl: Add missing functions and defines for robust mutexesSamuel Thibault
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault
2020-02-10htl: Fix barrier_wait with one threadSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-10htl: Make sem_open return ENOSYSSamuel Thibault
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault
2020-02-10htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault
2020-02-09htl: support cancellation during pthread_onceSamuel Thibault
2020-02-09htl: make pthread_cond_destroy return EBUSY on waitersSamuel Thibault