summary refs log tree commit diff
path: root/htl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Consolidate pthread_atforkAdhemerval Zanella2021-06-241-3/+1
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-1/+0
* htl: Add __libpthread_freeresSamuel Thibault2021-05-181-1/+1
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-1/+1
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-081-0/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-2/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-161-2/+2
* htl: Add pshared semaphore supportSamuel Thibault2020-12-161-1/+1
* htl: initialize first and prevent from unloadingSamuel Thibault2020-06-141-0/+1
* htl: Fix linking static tests by factorizing the symbols listSamuel Thibault2020-06-101-3/+7
* pthread: Move back linking rules to nptl and htlSamuel Thibault2020-06-081-0/+18
* htl: Enable more testsSamuel Thibault2020-06-071-9/+0
* htl: Link internal htl tests against libpthreadSamuel Thibault2020-02-171-1/+1
* htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault2020-02-101-0/+2
* htl: Add support for libc cancellation pointsSamuel Thibault2020-02-101-0/+1
* htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault2020-02-091-1/+1
* htl: Fix linking static testcasesSamuel Thibault2020-02-091-0/+2
* htl: Move __register_atfork from forward to own fileSamuel Thibault2020-02-091-1/+1
* htl: Remove unused filesSamuel Thibault2020-02-091-1/+0
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-041-0/+1
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-041-31/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-021-12/+12
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+237