aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)Author
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-04-29<semaphore.h>: Add nonnull attributesYann Droneaud
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-19hurd: fix sigevent's sigev_notify_attributes field typeSamuel Thibault
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault
2018-04-02hurd: avoid letting signals go to thread created by timer_createSamuel Thibault
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault
2018-02-27Move NPTL-specific code to NPTL-specific headerSamuel Thibault
2018-01-30allocalim.h: use __glibc_likely instead of __builtin_expectSamuel Thibault
2018-01-29allocalim.h: Fix codestyleSamuel Thibault
2018-01-28hurd: Fix allocalim buildSamuel Thibault
2018-01-27hurd: fix warningSamuel Thibault
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-08-31aio: Remove internal_function function attributeFlorian Weimer
2017-08-15aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer
2017-07-04Single threaded stdio optimizationSzabolcs Nagy
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-02-28Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-05-04Revert "aio: fix newp->running data race"Samuel Thibault
2016-05-04aio: fix newp->running data raceSamuel Thibault
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath