Age | Commit message (Expand) | Author |
2019-07-12 | nptl: Add POSIX-proposed pthread_cond_clockwait | Mike Crowe |
2019-05-14 | Add single-thread.h header | Adhemerval Zanella |
2019-03-22 | nptl: Remove pthread_clock_gettime pthread_clock_settime | Adhemerval Zanella |
2019-01-03 | nptl: Remove tst-cancel-wrappers test and related macros | Adhemerval Zanella |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-01 | Mutex: Add pthread mutex tunables | Kemi Wang |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler |
2018-07-24 | nptl: Add C11 threads thrd_* functions | Adhemerval Zanella |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell |
2018-02-22 | Rename nptl-signals.h to internal-signals.h | Adhemerval Zanella |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-20 | nptl: Consolidate pthread_{timed,try}join{_np} | Adhemerval Zanella |
2017-11-21 | nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9 | Adhemerval Zanella |
2017-11-07 | nptl: Change tst-typesizes to _Static_assert | Adhemerval Zanella |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella |
2017-08-31 | nptl: Remove internal_function attribute | Florian Weimer |
2017-08-13 | NPTL: Remove internal_function from stack marking functions | Florian Weimer |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella |
2017-04-04 | Remove __ASSUME_REQUEUE_PI | Adhemerval Zanella |
2017-01-10 | New pthread rwlock that is more scalable. | Torvald Riegel |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel |
2016-09-15 | nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243) | Adhemerval Zanella |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu |
2015-07-09 | The patch committed to fix bug #18435 caused regressions on aarch64 | Martin Sebor |
2015-07-01 | The C++ 2011 std::call_once function is specified to allow | Martin Sebor |
2015-01-08 | NPTL: Refactor cpu_set_t validation to be sysdeps-controlled | Roland McGrath |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar |
2014-11-24 | Remove IS_IN_libpthread | Siddhesh Poyarekar |
2014-11-24 | Remove IS_IN_librt | Siddhesh Poyarekar |
2014-10-20 | pthread_once: Clean up constants. | Torvald Riegel |
2014-08-21 | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar |
2014-07-31 | Split nptl-signals.h out from pthreadP.h | Roland McGrath |
2014-07-15 | Remove declarations of two nonexistent variables from nptl/pthreadP.h. | Roland McGrath |
2014-07-11 | nptl: Fix abort in case of set*id failure [BZ #17135] | Florian Weimer |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-07-02 | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen |
2013-07-02 | Add new internal mutex type flags for elision. | Andi Kleen |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar |
2013-04-22 | Consolidate pthread_attr value validation | Siddhesh Poyarekar |
2013-03-19 | Move __default_stacksize into __default_pthread_attr | Siddhesh Poyarekar |
2013-02-18 | FUTEX_*_REQUEUE_PI support for non-x86 code | Siddhesh Poyarekar |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-05-30 | Remove use of INTDEF/INTUSE in nptl | Andreas Schwab |
2012-05-15 | Remove fallback definitions of __NR_set_robust_list. | Joseph Myers |
2012-05-15 | Allow a single-threaded program to cancel itself | Siddhesh Poyarekar |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-10 | Consistently added return to pthread_exit | Ulrich Drepper |