summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
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
2014-11-02Fix safety of pthread_barrier_waitSamuel Thibault
2014-11-02Wake up queued threads without spin lock heldSamuel Thibault
2014-11-02Wake up queued threads without spin lock heldSamuel Thibault
2014-09-28Fetch stack size from rlimitSamuel Thibault
2014-08-20Add __pthread_key_create aliasSamuel Thibault
2014-08-20Fix guard size computationSamuel Thibault
2014-05-23Fix guardsize computationSamuel Thibault
2014-05-02Fix guardsize semanticSamuel Thibault
2014-04-04Use only clock_gettime, do not depend on librtSamuel Thibault
2014-01-22Fix up the main thread TCBRichard Braun
2014-01-22Fix thread destructionRichard Braun
2014-01-02Revert "Fix glibc spinlock inclusion"Samuel Thibault
2014-01-02Fix glibc spinlock inclusionSamuel Thibault
2014-01-02add FIXME commentSamuel Thibault
2014-01-01Revert "Add missing dependency to get i386 spinlocks"Samuel Thibault
2014-01-01Add missing dependency to get i386 spinlocksSamuel Thibault
2014-01-01Merge branch 'tmp'Samuel Thibault
2014-01-01Add warnings about non-implemented functions.Samuel Thibault
2014-01-01Add compatibility with kernels without __thread_terminate_releaseSamuel Thibault
2013-12-29Revert "Allow applications to set the default stack size"Richard Braun
2013-12-26Implement thread destructionRichard Braun
2013-10-20Drop threadvars entirelySamuel Thibault
2013-10-20Use function parameter instead of global variableSamuel Thibault
2013-09-21Add pthread_atfork supportSamuel Thibault
2013-02-15Add pthread_hurd_cond_timedwait_npRichard Braun
2013-02-04Fix pthread timeout handling and cancellation issuesRichard Braun
2013-01-25New Makefile snippet for the "pthread" sysdepPino Toscano
2013-01-25Require the "pthread" sysdepPino Toscano
2012-11-25Allow applications to set the default stack sizeRichard Braun
2012-11-25Add Hurd-specific condition wait functionRichard Braun
2012-08-07Rename ia32 sysdep directories to i386.Thomas Schwinge
2012-08-07Remove PowerPC port.Thomas Schwinge
2012-08-07Remove L4 port.Thomas Schwinge
2012-07-08Default to a little guardsizeSamuel Thibault
2012-04-27Store self in __thread variable instead of threadvarSamuel Thibault
2012-04-23Rename __pthread_initialize into __pthread_initSamuel Thibault
2012-04-22Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthreadSamuel Thibault
2012-04-22Install bits/pthreadtypes.hSamuel Thibault
2012-04-22pthread_condattr_setclock: allow a monotonic clock, if presentPino Toscano
2012-04-22__pthread_timedblock: switch to clock_gettimePino Toscano
2012-04-22__pthread_timedblock: add an argument for the clock idPino Toscano
2012-04-21Add glibc build supportSamuel 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-06Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthreadSamuel Thibault
2011-11-06pthread_getspecific, pthread_setspecific: check the key validityPino Toscano