about summary refs log tree commit diff
path: root/htl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* htl: move pthread_attr_init into libc.gfleury6 days1-1/+1
* htl: move pthread_attr_setguardsize into libc.gfleury6 days1-1/+1
* htl: move pthread_attr_setschedparam into libc.gfleury6 days1-1/+1
* htl: move pthread_attr_setscope into libc.gfleury6 days1-1/+1
* htl: move pthread_attr_setstackaddr into libc.gfleury6 days1-2/+2
* htl: move pthread_attr_setstacksize into libc.gfleury6 days1-1/+1
* htl: move pthread_attr_getstack into libc.gfleury6 days1-1/+1
* htl: move pthread_attr_getstackaddr into libc.gfleury6 days1-1/+1
* htl move pthread_attr_getstacksize into libc.gfleury6 days1-1/+1
* htl move pthread_attr_getscope into libc.gfleury6 days1-1/+1
* htl move pthread_attr_getguardsize into libc.gfleury6 days1-1/+1
* htl: move __pthread_default_attr into libcgfleury6 days1-1/+1
* htl: move pthread_attr_destroy into libc.gfleury6 days1-1/+1
* Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz2024-07-161-0/+2
* htl: Reformat Makefile.Carlos O'Donell2024-02-251-141/+183
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka2023-08-241-2/+3
* htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka2023-08-241-2/+2
* htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka2023-08-241-2/+2
* htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka2023-08-241-2/+2
* htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka2023-08-241-2/+3
* htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka2023-08-241-2/+2
* htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2023-08-241-2/+2
* htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2023-08-241-2/+2
* htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2023-08-241-2/+3
* htl: move pthread_equal into libcGuy-Fleury Iteriteka2023-08-241-2/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault2023-05-011-0/+2
* htl: move pthread_self info libc.Guy-Fleury Iteriteka2023-04-051-2/+1
* htl: move ___pthread_self into libc.Guy-Fleury Iteriteka2023-04-051-1/+1
* htl: move __pthtread_total into libcGuy-Fleury Iteriteka2023-04-051-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* 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