summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
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
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu
2018-07-12nptl: Use __mprotect consistently for _STACK_GROWS_UPFlorian Weimer
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-06-27Remove nptl/sockperf.c.Joseph Myers
2018-06-26In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS wasPatsy Franklin
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-12Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella
2018-03-05nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella
2018-03-01nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer
2018-03-01nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer
2018-02-22Refactor atfork handlersAdhemerval Zanella
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella
2018-02-16Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell
2018-01-16nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer
2018-01-16nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer
2018-01-15nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer
2018-01-11nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy
2018-01-08nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer
2018-01-06Avoid race conditions when rebuilding librt.soPalmer Dabbelt
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu
2017-12-18Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-05Add elision tunablesRogerio Alves
2017-11-21nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar
2017-11-07Remove traces of tst-typesizesAndreas Schwab
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella
2017-10-13nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu