aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella5-38/+0
2019-05-14Small optimization for lowlevellockAdhemerval Zanella1-12/+19
2019-05-14Add single-thread.h headerAdhemerval Zanella1-37/+0
2019-05-10sem_close: Use __twalk_rFlorian Weimer1-13/+15
2019-05-09nptl/tst-abstime: Use libsupportMike Crowe1-52/+18
2019-05-09nptl: Convert some rwlock tests to use libsupportMike Crowe4-386/+97
2019-05-09nptl: Use recent additions to libsupport in tst-sem5Mike Crowe1-16/+5
2019-05-09nptl: Convert tst-cond11.c to use libsupportMike Crowe1-133/+36
2019-05-09Move nptl/tst-eintr1 to xtestsSzabolcs Nagy1-1/+6
2019-03-25nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe1-6/+6
2019-03-25nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe2-79/+20
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-1/+1
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella8-192/+1
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2-56/+0
2019-02-27Add some spaces before '('.Joseph Myers2-3/+3
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+3
2019-02-19nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang1-1/+1
2019-02-19nptl: Fix pthread_tryjoin comment.Carlos O'Donell1-1/+1
2019-02-16Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer1-1/+1
2019-02-15nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer1-2/+3
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella6-130/+137
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2-1/+6
2019-02-08nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer1-3/+5
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler1-4/+53
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-2/+1
2019-02-06Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2-42/+52
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell5-11/+489
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella2-15/+2
2019-01-03nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella1-0/+8
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella3-118/+2
2019-01-02nptl/tst-audit-threads: Switch to <support/test-driver.c>Florian Weimer1-8/+6
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers481-481/+481
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab3-2/+90
2018-12-13Reindent nptl/pthread_rwlock_common.cAndreas Schwab1-78/+80
2018-12-10Use gen-as-const.py to process .pysym files.Joseph Myers1-1/+2
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang7-6/+96
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho5-2/+297
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2-2/+4
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler12-37/+214
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab27-27/+0
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-27pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta1-2/+6
2018-07-25Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella1-207/+0
2018-07-25C11 threads: Fix timeout and locking issuesFlorian Weimer4-2/+47
2018-07-24nptl: Add test cases for ISO C11 threadsAdhemerval Zanella12-1/+775
2018-07-24nptl: Add C11 threads tss_* functionsAdhemerval Zanella7-2/+138
2018-07-24nptl: Add C11 threads cnd_* functionsAdhemerval Zanella9-2/+205
2018-07-24nptl: Add C11 threads call_once functionsAdhemerval Zanella4-1/+44
2018-07-24nptl: Add C11 threads mtx_* functionsAdhemerval Zanella9-1/+233