aboutsummaryrefslogtreecommitdiff
path: root/htl
AgeCommit message (Expand)AuthorFilesLines
2020-01-13htl: Add internal versions of functions used by C11 threadsSamuel Thibault1-1/+2
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault3-0/+36
2020-01-04htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault1-31/+3
2020-01-04htl: Drop common tcbhead_t definitionSamuel Thibault1-10/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert42-42/+42
2019-02-25Break more lines before not after operators.Joseph Myers1-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2018-08-08hurd: Add missing symbols for proper libc_get/setspecificSamuel Thibault1-0/+2
2018-07-26htl: Use weak aliases for public symbolsFlorian Weimer1-3/+3
2018-06-16hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault3-3/+5
2018-06-16hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault2-3/+3
2018-04-03hurd: Avoid local PLT in libpthreadSamuel Thibault1-1/+2
2018-04-03hurd: Fix typoSamuel Thibault1-1/+1
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault7-16/+21
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault40-285/+285
2018-04-02hurd: Add hurd thread librarySamuel Thibault50-0/+4126