about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-173-33/+0
* x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu2018-05-021-3/+14
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-031-12/+2
* nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella2018-03-053-34/+35
* nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer2018-03-011-19/+0
* nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer2018-03-011-1/+0
* nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2018-03-012-14/+7
* Refactor atfork handlersAdhemerval Zanella2018-02-223-207/+90
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-1/+1
* Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler2018-02-162-47/+83
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-252-5/+1
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-01-161-2/+2
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-01-161-0/+1
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-01-152-2/+92
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-01-113-1/+95
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-084-8/+12
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-01-082-2/+248
* Avoid race conditions when rebuilding librt.soPalmer Dabbelt2018-01-061-0/+4