aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka1-3/+0
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka1-3/+0
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka1-3/+0
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka1-3/+0
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka1-2/+0
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka1-3/+0
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka1-5/+0
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka1-4/+0
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka1-4/+0
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka1-4/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-06-14htl: Move cleanup stack to variable shared between libc and pthreadSamuel Thibault1-2/+2
2020-02-09htl: Move __register_atfork from forward to own fileSamuel Thibault1-138/+0
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: Add hurd thread librarySamuel Thibault1-0/+283