index
:
hurd/libpthread.git
2.26
baseline
empty
gsync-rwlock
master
master-test
master-viengoos
master-viengoos-on-bare-metal
t/fix_have_kernel_resources
t/fix_inline
t/stand-alone
t/tls-threadvar-pthread_self
tschwinge/Peter_Herbolzheimer
POSIX threading library
GNU Hurd maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
pthread
Age
Commit message (
Expand
)
Author
2018-01-25
Fix spurious whitespaces
Samuel Thibault
2018-01-21
Versions: Add missing symbol export from libc
Samuel Thibault
2018-01-21
Move Version to sysdeps so the normal sysdeps mechanism works
Samuel Thibault
2018-01-06
Move headers to sysdeps so the normal sysdeps mechanism works
Samuel Thibault
2018-01-06
Remove use of `internal_function'
Samuel Thibault
2017-09-24
Fix symbols exposed in linkspace
Samuel Thibault
2017-09-03
Add headers wanted by glibc 2.26
Samuel Thibault
2017-08-03
Move pthread.h to where glibc will find it
Samuel Thibault
2016-10-17
Fix too weak references when linking libpthread statically
Samuel Thibault
2016-10-09
Merge branch 'master' into master-glibc-2.23
Samuel Thibault
2016-10-02
Add timer routines
Samuel Thibault
2016-09-21
Merge branch 'master' into master-glibc-2.23
Samuel Thibault
2016-09-20
Fix old-style function definitions
Samuel Thibault
2016-09-19
Make PTHREAD_ONCE_INIT a symbolic value
Samuel Thibault
2016-08-23
Merge branch 'master-glibc-2.22' into master-glibc-2.23
Samuel Thibault
2016-08-23
Merge branch 'master-glibc-2.21' into master-glibc-2.22
Samuel Thibault
2016-08-23
Missing NOT_IN_ -> IS_IN conversion
Samuel Thibault
2016-08-21
Revert "Fix build with 2.22"
Samuel Thibault
2016-08-20
Fix build with 2.22
Samuel Thibault
2016-08-20
Fix weak reference for static linking
Samuel Thibault
2016-08-20
Mark __libc_pthread_init as internal function, as in nptl
Samuel Thibault
2016-03-21
Fix weak reference for static linking
Samuel Thibault
2016-03-20
Mark __libc_pthread_init as internal function, as in nptl
Samuel Thibault
2016-03-19
Fix build with 2.23
Samuel Thibault
2016-03-17
Fix build against glibc 2.23
Samuel Thibault
2015-09-22
Fix name exposure of including semaphore.h
Samuel Thibault
2015-09-01
Move semaphore.h to place where glibc expects it to be
Samuel Thibault
2015-03-22
Move headers from generic/ to pthread/
Samuel Thibault
2015-03-22
Fix build after 32b1b38
Samuel Thibault
2015-03-08
Fix static linking of programs using pthread
Samuel Thibault
2015-03-08
Move pthread-specific lock definitions and declarations to libpthread
Samuel Thibault
2015-03-01
Forward lockfile calls from libc to dynamically loaded libpthread
Samuel Thibault
2014-01-02
add FIXME comment
Samuel Thibault
2013-01-25
New Makefile snippet for the "pthread" sysdep
Pino Toscano