aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-15nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2-2/+92
2018-01-11nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer3-1/+95
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy4-8/+12
2018-01-08nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2-2/+248
2018-01-06Avoid race conditions when rebuilding librt.soPalmer Dabbelt1-0/+4
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers432-432/+432
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella6-218/+128
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer5-10/+30
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2-1/+5
2017-12-18Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers1-0/+19
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-62/+62
2017-12-05Add elision tunablesRogerio Alves2-10/+6
2017-11-21nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella1-1/+1
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-2/+2
2017-11-07Remove traces of tst-typesizesAndreas Schwab1-2/+1
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella4-5/+5
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella36-148/+41
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2-0/+19
2017-10-13nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny1-2/+7
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu2-7/+3
2017-09-21Remove non-add-on Banner files.Joseph Myers3-8/+2
2017-09-01Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu1-1/+1
2017-09-01Move all old ChangeLogs to a top-level ChangeLog.old directory.Zack Weinberg1-13230/+0
2017-08-31nptl: Remove internal_function attributeFlorian Weimer8-32/+14
2017-08-30Do not scale NPTL tests with available number of CPUsFlorian Weimer2-12/+3
2017-08-29ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2-26/+30
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella1-1/+1
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella1-1/+1
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer2-3/+1
2017-08-09Add test for bug 21041Andreas Schwab3-2/+67
2017-08-08Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab2-37/+18
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-07-29mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell5-21/+59
2017-07-28rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell3-239/+359
2017-07-15Fix guard alignment in allocate_stack when stack grows up.John David Anglin1-2/+8
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy2-1/+102
2017-07-06Increase some test timeouts.Joseph Myers3-1/+3