summaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)Author
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
2017-09-24Fix symbols exposed in linkspaceSamuel Thibault
2017-09-03Add headers wanted by glibc 2.26Samuel Thibault
2017-08-03Move pthread.h to where glibc will find itSamuel Thibault
2016-10-17Fix too weak references when linking libpthread staticallySamuel Thibault
2016-10-09Merge branch 'master' into master-glibc-2.23Samuel Thibault
2016-10-02Add timer routinesSamuel Thibault
2016-09-21Merge branch 'master' into master-glibc-2.23Samuel Thibault
2016-09-20Fix old-style function definitionsSamuel Thibault
2016-09-19Make PTHREAD_ONCE_INIT a symbolic valueSamuel Thibault
2016-08-23Merge branch 'master-glibc-2.22' into master-glibc-2.23Samuel Thibault
2016-08-23Merge branch 'master-glibc-2.21' into master-glibc-2.22Samuel Thibault
2016-08-23Missing NOT_IN_ -> IS_IN conversionSamuel Thibault
2016-08-21Revert "Fix build with 2.22"Samuel Thibault
2016-08-20Fix build with 2.22Samuel Thibault
2016-08-20Fix weak reference for static linkingSamuel Thibault
2016-08-20Mark __libc_pthread_init as internal function, as in nptlSamuel Thibault
2016-03-21Fix weak reference for static linkingSamuel Thibault
2016-03-20Mark __libc_pthread_init as internal function, as in nptlSamuel Thibault
2016-03-19Fix build with 2.23Samuel Thibault
2016-03-17Fix build against glibc 2.23Samuel Thibault
2015-09-22Fix name exposure of including semaphore.hSamuel Thibault
2015-09-01Move semaphore.h to place where glibc expects it to beSamuel Thibault
2015-03-22Move headers from generic/ to pthread/Samuel Thibault
2015-03-22Fix build after 32b1b38Samuel 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
2014-01-02add FIXME commentSamuel Thibault
2013-01-25New Makefile snippet for the "pthread" sysdepPino Toscano