about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe2019-03-251-6/+6
* nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe2019-03-252-79/+20
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-1/+1
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-228-192/+1
* nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2019-03-052-56/+0
* Add some spaces before '('.Joseph Myers2019-02-272-3/+3
* Break more lines before not after operators.Joseph Myers2019-02-251-2/+3
* nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang2019-02-191-1/+1
* nptl: Fix pthread_tryjoin comment.Carlos O'Donell2019-02-191-1/+1
* Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer2019-02-161-1/+1
* nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer2019-02-151-2/+3
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-146-130/+137
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-132-1/+6
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-081-3/+5
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-071-4/+53
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-2/+1
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-02-062-42/+52
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-01-315-11/+489
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-032-15/+2
* nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella2019-01-031-0/+8
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-033-118/+2
* nptl/tst-audit-threads: Switch to <support/test-driver.c>Florian Weimer2019-01-021-8/+6
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01481-481/+481
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-133-2/+90
* Reindent nptl/pthread_rwlock_common.cAndreas Schwab2018-12-131-78/+80
* Use gen-as-const.py to process .pysym files.Joseph Myers2018-12-101-1/+2
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-017-6/+96
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-11-305-2/+297
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-232-2/+4
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-1712-37/+214
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-1727-27/+0
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta2018-08-271-2/+6
* Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella2018-07-251-207/+0
* C11 threads: Fix timeout and locking issuesFlorian Weimer2018-07-254-2/+47
* nptl: Add test cases for ISO C11 threadsAdhemerval Zanella2018-07-2412-1/+775
* nptl: Add C11 threads tss_* functionsAdhemerval Zanella2018-07-247-2/+138
* nptl: Add C11 threads cnd_* functionsAdhemerval Zanella2018-07-249-2/+205
* nptl: Add C11 threads call_once functionsAdhemerval Zanella2018-07-244-1/+44
* nptl: Add C11 threads mtx_* functionsAdhemerval Zanella2018-07-249-1/+233
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-2415-5/+399
* x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2018-07-141-0/+4
* nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer2018-07-121-1/+1
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-297-29/+45
* Remove nptl/sockperf.c.Joseph Myers2018-06-271-593/+0
* In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS wasPatsy Franklin2018-06-261-2/+3
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-0/+1
* Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell2018-06-121-1/+1
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-2/+2