about summary refs log tree commit diff
path: root/sysdeps/htl
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-308-13/+13
* htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev2023-05-204-18/+9
* hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault2023-05-014-2/+50
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-011-0/+1
* htl: move pthread_self info libc.Guy-Fleury Iteriteka2023-04-052-2/+2
* htl: Remove ./sysdeps/htl/bits/types/struct___pthread_mutex.hSamuel Thibault2023-02-121-61/+0
* htl: Fix semaphore referenceSergey Bugaev2023-02-121-5/+5
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06113-113/+113
* htl: Fix sem_wait race between read and gsync_waitSamuel Thibault2022-12-301-2/+2
* htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault2022-08-221-4/+6
* htl: Fix initializing the key lockSamuel Thibault2022-02-142-3/+5
* htl: Make pthread_[gs]etspecific not check for key validitySamuel Thibault2022-02-142-4/+2
* htl: Fix build error in annexcSamuel Thibault2022-01-171-2/+4
* htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault2022-01-155-9/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01113-113/+113
* htl: Reimplement GSCOPESergey Bugaev2021-09-161-0/+55
* htl: Move thread table to ld.soSergey Bugaev2021-09-165-8/+40
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-032-2/+0
* htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault2021-07-181-3/+3
* htl: Fix linking static examples against libpthreadSamuel Thibault2021-07-131-1/+1
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-131-0/+3
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-0/+6
* Consolidate pthread_atforkAdhemerval Zanella2021-06-243-67/+4
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-221-0/+555
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-2/+0
* Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer2021-05-201-0/+3
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+1
* Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer2021-04-211-13/+0
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-292-21/+0
* htl: Add missing fork.hSamuel Thibault2021-03-241-0/+20
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-29/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-30/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02114-114/+114
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-163-93/+0
* htl: Add pshared semaphore supportSamuel Thibault2020-12-168-184/+253
* htl: Add futex-internal.hSamuel Thibault2020-12-161-0/+39
* htl: Add hidden def for __pthread_create/detachSamuel Thibault2020-12-031-0/+2
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-152-2/+2
* htl: Fix spurious symbols in namespacesSamuel Thibault2020-11-115-5/+5
* htl: Move cleanup handling to non-private libc-lockSamuel Thibault2020-06-282-33/+70
* htl: Fix includes for lockfileSamuel Thibault2020-06-283-6/+3
* htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer2020-06-243-2/+11
* htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault2020-06-241-2/+13
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-241-8/+84
* htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault2020-06-241-20/+21
* htl: Fix cleanup support for IO lockingSamuel Thibault2020-06-142-0/+90
* htl: Add noreturn attribute on __pthread_exit forwardSamuel Thibault2020-06-141-2/+2
* htl: Fix registration of atfork handlers in modulesSamuel Thibault2020-06-072-2/+12
* htl: Fix tls initialization for already-created threadsSamuel Thibault2020-06-071-0/+3
* htl: Add sem_clockwait supportSamuel Thibault2020-06-072-3/+12