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