aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella1-0/+1
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-2/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault1-2/+2
2020-12-16htl: Add pshared semaphore supportSamuel Thibault1-1/+1
2020-06-14htl: initialize first and prevent from unloadingSamuel Thibault1-0/+1
2020-06-10htl: Fix linking static tests by factorizing the symbols listSamuel Thibault1-3/+7
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-0/+18
2020-06-07htl: Enable more testsSamuel Thibault1-9/+0
2020-02-17htl: Link internal htl tests against libpthreadSamuel Thibault1-1/+1
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault1-0/+2
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault1-0/+1
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault1-1/+1
2020-02-09htl: Fix linking static testcasesSamuel Thibault1-0/+2
2020-02-09htl: Move __register_atfork from forward to own fileSamuel Thibault1-1/+1
2020-02-09htl: Remove unused filesSamuel Thibault1-1/+0
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault1-0/+1
2020-01-04htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault1-31/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault1-12/+12
2018-04-02hurd: Add hurd thread librarySamuel Thibault1-0/+237