aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
AgeCommit message (Expand)Author
2024-02-25htl: Reformat Makefile.Carlos O'Donell
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-01hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka
2023-04-05htl: move ___pthread_self into libc.Guy-Fleury Iteriteka
2023-04-05htl: move __pthtread_total into libcGuy-Fleury Iteriteka
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-06-24Consolidate pthread_atforkAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-18htl: Add __libpthread_freeresSamuel Thibault
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-02-08pthread: Refactor semaphore codeAdhemerval 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-06-14htl: initialize first and prevent from unloadingSamuel Thibault
2020-06-10htl: Fix linking static tests by factorizing the symbols listSamuel Thibault
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault
2020-06-07htl: Enable more testsSamuel Thibault
2020-02-17htl: Link internal htl tests against libpthreadSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault
2020-02-09htl: Fix linking static testcasesSamuel Thibault
2020-02-09htl: Move __register_atfork from forward to own fileSamuel Thibault
2020-02-09htl: Remove unused filesSamuel Thibault
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault
2020-01-04htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault
2018-04-02hurd: Add hurd thread librarySamuel Thibault