aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2019-11-05Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2-42/+52
2019-02-15nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer1-2/+3
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-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
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella15-5/+399
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu1-0/+4
2018-07-12nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer1-1/+1
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell7-29/+45
2018-06-27Remove nptl/sockperf.c.Joseph Myers1-593/+0
2018-06-26In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS wasPatsy Franklin1-2/+3
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-0/+1
2018-06-12Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell1-1/+1
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-2/+2
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu3-33/+0
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu1-3/+14
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella1-12/+2
2018-03-05nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella3-34/+35
2018-03-01nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer1-19/+0
2018-03-01nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer1-1/+0
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2-14/+7
2018-02-22Refactor atfork handlersAdhemerval Zanella3-207/+90
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella1-1/+1
2018-02-16Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler2-47/+83
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2-5/+1
2018-01-16nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer1-2/+2
2018-01-16nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer1-0/+1