summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2018-03-19Move bits/thread-attr.h to bits/types/struct___pthread_attr.hSamuel Thibault
2018-03-19Move bits/rwlock.h to bits/types/struct___pthread_rwlock.hSamuel Thibault
2018-03-19Move bits/rwlock-attr.h to bits/types/struct___pthread_rwlockattr.hSamuel Thibault
2018-03-19Move bits/once.h to bits/types/struct___pthread_once.hSamuel Thibault
2018-03-19Move bits/mutex-attr.h to bits/types/struct___pthread_mutexattr.hSamuel Thibault
2018-03-19Move bits/condition.h to bits/types/struct___pthread_cond.hSamuel Thibault
2018-03-19Move bits/condition-attr.h to bits/types/struct___pthread_condattr.hSamuel Thibault
2018-03-19Move bits/barrier.h to bits/types/struct___pthread_barrier.hSamuel Thibault
2018-03-19Move bits/barrier-attr.h to bits/types/struct___pthread_barrierattr.hSamuel Thibault
2018-03-19Move bits/mutex.h to bits/types/struct___pthread_mutex.hSamuel Thibault
2018-03-19Fix commentSamuel Thibault
2018-03-19Move bits/spin-lock.h to bits/types/__pthread_spinlock_t.hSamuel Thibault
2018-03-19Synchronize semaphore.h with glibcSamuel Thibault
2018-03-19Avoid installing private pthread.hSamuel Thibault
2018-03-19Move pthread/pthreadtypes.h to bits/pthreadtypes.hSamuel Thibault
2018-03-19Remove bits/pt-atomic.hSamuel Thibault
2018-03-19Remove bits/memory.hSamuel Thibault
2018-03-18Use sched_param for nowSamuel Thibault
2018-03-18Remove __need_pthread_mutex / __pthread_mutex_definedSamuel Thibault
2018-03-18Fix getting typesSamuel Thibault
2018-03-03Fix copyright years and addressesAmos Jeffries
2018-03-03Increase default thread stack to 8MiBSamuel Thibault
2018-02-24Fix pthread_mutex_trylock return valueSamuel Thibault
2018-02-18Add thread_attr_compare helper functionSamuel Thibault
2018-01-27Fix duplicate definition of LIBPTHREAD_VERSIONSamuel Thibault
2018-01-27Use pthread_key for libc_keySamuel Thibault
2018-01-27Fix warningSamuel Thibault
2018-01-27Fix warningSamuel Thibault
2018-01-27Add missing prototypesSamuel Thibault
2018-01-25Fix spurious whitespacesSamuel Thibault
2018-01-21Versions: Add missing symbol export from libcSamuel Thibault
2018-01-21Move Version to sysdeps so the normal sysdeps mechanism worksSamuel Thibault
2018-01-06Move headers to sysdeps so the normal sysdeps mechanism worksSamuel Thibault
2018-01-06Remove use of `internal_function'Samuel Thibault
2018-01-06Move key management to sysdeps/genericSamuel Thibault
2017-12-27Make pthread_mutex use gsyncAgustina Arzille
2017-11-05Make pthread_spinlock use gsyncAgustina Arzille
2017-11-05Add missing internal namesSamuel Thibault
2017-09-26Avoid exposing mach_port_set_qlimitSamuel Thibault
2017-09-26Remove libihash useSamuel Thibault
2017-09-25Fix symbol expositionSamuel Thibault
2017-09-25Fix exposing symbolsSamuel Thibault
2017-09-24Fix symbols exposed in linkspaceSamuel Thibault
2017-09-03Add headers wanted by glibc 2.26Samuel Thibault
2017-09-03Fix build with glibc 2.26Samuel Thibault
2017-08-28Implement basic pthread_getschedparamSamuel Thibault
2017-08-03Move pthread.h to where glibc will find itSamuel Thibault
2016-10-24Do not pthread_self when raise is called before libpthread initSamuel Thibault
2016-10-18Fix unregistering atfork handlers on library unloadSamuel Thibault
2016-10-17Fix too weak references when linking libpthread staticallySamuel Thibault