summaryrefslogtreecommitdiff
path: root/pthread
AgeCommit message (Expand)Author
2016-09-19Fix exposition of pthread functionsSamuel Thibault
2016-09-19Fix getrlimit visibilitySamuel Thibault
2016-08-21Revert "Fix build with 2.22"Samuel Thibault
2016-08-21fix glibc 2.22 buildSamuel Thibault
2016-08-20Fix build with 2.22Samuel Thibault
2015-11-01Merge branch 'master-glibc' into master-glibc-2.21Samuel Thibault
2015-10-11Remove __libc_getspecificSamuel Thibault
2015-05-07Revert "Fix build with glibc < 2.21"glibc-2.21-hurd3Samuel Thibault
2015-05-07Merge branch 'master' into master-glibc-2.21Samuel Thibault
2015-05-07Fix build with glibc < 2.21Samuel Thibault
2015-05-06Revert "Revert "Stop using IS_IN""glibc-2.21-hurd1Samuel Thibault
2015-05-06Revert "Stop using IS_IN"Samuel Thibault
2015-03-22Avoid exposing internals of structuresSamuel Thibault
2015-03-22Fix build after 32b1b38Samuel Thibault
2015-03-08Move pthread-specific lock definitions and declarations to libpthreadSamuel Thibault
2015-03-01Forward lockfile calls from libc to dynamically loaded libpthreadSamuel Thibault
2015-02-28Allow libpthread.so to dynamically loaded from a dlopened librarySamuel Thibault
2015-02-12Rename __pthread_init into ___pthread_initSamuel Thibault
2015-02-12Stop using IS_INSamuel Thibault
2014-12-04Fix pthread_create return value on TLS allocation failureSamuel Thibault
2014-09-28Fetch stack size from rlimitSamuel Thibault
2014-08-31Fix stack address computationSamuel Thibault
2014-08-20Fix guard size computationSamuel Thibault
2014-05-23Fix guardsize computationSamuel Thibault
2014-05-02Fix guardsize semanticSamuel Thibault
2014-02-19Make name resolution thread-safeRichard Braun
2014-01-22Fix thread destructionRichard Braun
2013-12-29Revert "Allow applications to set the default stack size"Richard Braun
2013-12-26Implement thread destructionRichard Braun
2013-10-24Really use user-provided stackSamuel Thibault
2013-10-20Drop threadvars entirelySamuel Thibault
2013-10-16Delay TLS deallocation outside thread terminationSamuel Thibault
2013-06-29Fix a subtle thread creation bugRichard Braun
2013-06-11Initialize ctypeSamuel Thibault
2013-02-04Fix pthread timeout handling and cancellation issuesRichard Braun
2012-11-25Allow applications to set the default stack sizeRichard Braun
2012-09-15pthread_create: turn ENOMEM to EAGAINPino Toscano
2012-07-08Comment on deviation from standardSamuel Thibault
2012-04-27Store self in __thread variable instead of threadvarSamuel Thibault
2012-04-27Always pass the pthread_functions structureSamuel Thibault
2012-04-23Rename __pthread_initialize into __pthread_initSamuel Thibault
2012-04-22__pthread_timedblock: add an argument for the clock idPino Toscano
2012-04-21Add glibc build supportSamuel Thibault
2012-04-21Do not redefine tcbhead_t in glibcSamuel Thibault
2012-04-21Rename bits/atomic.h to bits/pt-atomic.hSamuel Thibault
2012-04-21Rename pthread functions to be used for forwardingSamuel Thibault
2011-11-27Fix __mutex_unlock_solid safetySamuel Thibault
2011-10-20Merge branch 'tls'Thomas Schwinge
2011-10-20 TLS support for libpthread, Mach/Hurd (x86).Samuel Thibault
2011-09-15<pthread.h> must pull in a NULL definition.Thomas Schwinge