about summary refs log tree commit diff
path: root/htl
Commit message (Expand)AuthorAgeFilesLines
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-131-0/+1
* htl: Avoid crashing when passed invalid pthread_t valuesSamuel Thibault2020-01-131-2/+4
* htl: Avoid exposing unixoid functionsSamuel Thibault2020-01-132-2/+2
* htl: Add internal versions of functions used by C11 threadsSamuel Thibault2020-01-131-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-043-0/+36
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-041-31/+3
* htl: Drop common tcbhead_t definitionSamuel Thibault2020-01-041-10/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0142-42/+42
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0742-42/+42
* Break more lines before not after operators.Joseph Myers2019-02-251-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0142-42/+42
* hurd: Add missing symbols for proper libc_get/setspecificSamuel Thibault2018-08-081-0/+2
* htl: Use weak aliases for public symbolsFlorian Weimer2018-07-261-3/+3
* hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault2018-06-163-3/+5
* hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault2018-06-162-3/+3
* hurd: Avoid local PLT in libpthreadSamuel Thibault2018-04-031-1/+2
* hurd: Fix typoSamuel Thibault2018-04-031-1/+1
* hurd: Avoid local PLTs in libpthread.Samuel Thibault2018-04-027-16/+21
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-0240-285/+285
* hurd: Add hurd thread librarySamuel Thibault2018-04-0250-0/+4126