summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-30Merge commit 'refs/top-bases/baseline' into baselinebaselineThomas Schwinge
2012-08-30Advance.Thomas Schwinge
2012-08-30Initialize.Thomas Schwinge
2012-08-07tests/Makefile: Support INSTALL_ROOT environment variable.Thomas Schwinge
2012-08-07Rename ia32 sysdep directories to i386.Thomas Schwinge
2012-08-07Remove PowerPC port.Thomas Schwinge
2012-08-07* signal/README: Add note about accompanying sysdeps/generic/ files.Thomas Schwinge
2012-08-07Remove L4 port.Thomas Schwinge
2012-08-07Fix libpthread.so symlinkSamuel Thibault
2012-08-04Fix typoThomas DiModica
2012-07-08Default to a little guardsizeSamuel Thibault
2012-07-08Comment on deviation from standardSamuel Thibault
2012-05-25Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthreadSamuel Thibault
2012-05-25Add -lrt to libpthread.a to fix static linkSamuel Thibault
2012-04-27Store self in __thread variable instead of threadvarSamuel Thibault
2012-04-27Always pass the pthread_functions structureSamuel Thibault
2012-04-23Rename __pthread_initialize into __pthread_initSamuel Thibault
2012-04-23Fix access to libpthread headers from glibcSamuel Thibault
2012-04-22Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthreadSamuel Thibault
2012-04-22Fix glibc add-on installation rulesSamuel Thibault
2012-04-22Install bits/pthreadtypes.hSamuel Thibault
2012-04-22Set -B option to find libpthread.soSamuel 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-21Do not redefine tcbhead_t in glibcSamuel 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-27Fix __mutex_unlock_solid safetySamuel Thibault
2011-11-07Add XOpen 2008 visibilitySamuel 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
2011-11-06Merge branch '__pthread_destroy_specific-PTHREAD_KEY_INVALID'Thomas Schwinge
2011-11-05Correct logic for PTHREAD_KEY_INVALID slots.Thomas Schwinge
2011-11-05Remove all the values when deleting a keyPino Toscano
2011-10-20Merge branch 'tls'Thomas Schwinge
2011-10-20 TLS support for libpthread, Mach/Hurd (x86).Samuel Thibault
2011-09-15<pthread.h> must pull in a NULL definition.Thomas Schwinge
2011-09-15Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthreadSamuel Thibault
2011-09-15Make pthread.h include time.hSamuel Thibault
2011-09-07Tiny build and GCC warning fixes.Thomas Schwinge
2011-08-23Use __clockid_t instead of clockid_tSamuel Thibault
2010-09-03Fix __sched_param / sched_param conversionSamuel Thibault
2010-09-02Use __sched_param instead of sched_paramSamuel Thibault
2010-09-01Prevent pthread.h from exposing assert()Samuel Thibault
2010-05-19Add pthread_yield functionSamuel Thibault
2009-10-18Fix pthread_kill(thread, 0)Samuel Thibault
2009-10-13Fix pthread_cleanup_push old-gcc-style initializerSamuel Thibault
2009-08-23Fix pthread_setcancelstate/type crashSamuel Thibault