aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella
2019-05-14Small optimization for lowlevellockAdhemerval Zanella
2019-05-14Add single-thread.h headerAdhemerval Zanella
2019-05-10sem_close: Use __twalk_rFlorian Weimer
2019-05-09nptl/tst-abstime: Use libsupportMike Crowe
2019-05-09nptl: Convert some rwlock tests to use libsupportMike Crowe
2019-05-09nptl: Use recent additions to libsupport in tst-sem5Mike Crowe
2019-05-09nptl: Convert tst-cond11.c to use libsupportMike Crowe
2019-05-09Move nptl/tst-eintr1 to xtestsSzabolcs Nagy
2019-03-25nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe
2019-03-25nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-19nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang
2019-02-19nptl: Fix pthread_tryjoin comment.Carlos O'Donell
2019-02-16Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer
2019-02-15nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson
2019-02-08nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers
2019-02-06Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella
2019-01-03nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-02nptl/tst-audit-threads: Switch to <support/test-driver.c>Florian Weimer
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab
2018-12-13Reindent nptl/pthread_rwlock_common.cAndreas Schwab
2018-12-10Use gen-as-const.py to process .pysym files.Joseph Myers
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-08-27pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta
2018-07-25Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella
2018-07-25C11 threads: Fix timeout and locking issuesFlorian Weimer
2018-07-24nptl: Add test cases for ISO C11 threadsAdhemerval Zanella
2018-07-24nptl: Add C11 threads tss_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads cnd_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads call_once functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads mtx_* functionsAdhemerval Zanella