summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2015-09-21Avoid exposing function prototype parameter namesSamuel Thibault
2015-09-01Move semaphore.h to place where glibc expects it to beSamuel Thibault
2015-09-01Fix spurious dependency of libc on libpthreadSamuel Thibault
2015-09-01Fix raise thread-aware implementationSamuel Thibault
2015-09-01Drop debugging statementsSamuel Thibault
2015-09-01Fix raise.c buildSamuel Thibault
2015-09-01Remove more unused signals implementationSamuel Thibault
2015-03-23Fix safety of pthread_onceSamuel Thibault
2015-03-22Move headers from generic/ to pthread/Samuel Thibault
2015-03-22Avoid exposing internals of structuresSamuel Thibault
2015-03-22Fix compilation in posix 1995 modeSamuel Thibault
2015-03-22Fix build after 32b1b38Samuel Thibault
2015-03-21Silence warningSamuel Thibault
2015-03-20Fix reference to ___pthread_initSamuel Thibault
2015-03-20Don't hardcode using __libc_stack_endSamuel Thibault
2015-03-08Fix static linking of programs using pthreadSamuel 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
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