aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-07-24nptl: Add test cases for ISO C11 threadsAdhemerval Zanella1-1/+4
2018-07-24nptl: Add C11 threads tss_* functionsAdhemerval Zanella1-1/+2
2018-07-24nptl: Add C11 threads cnd_* functionsAdhemerval Zanella1-1/+2
2018-07-24nptl: Add C11 threads call_once functionsAdhemerval Zanella1-1/+1
2018-07-24nptl: Add C11 threads mtx_* functionsAdhemerval Zanella1-1/+3
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella1-3/+5
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-1/+1
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-0/+1
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-2/+2
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 Weimer1-13/+6
2018-02-22Refactor atfork handlersAdhemerval Zanella1-1/+1
2018-02-16Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler1-4/+0
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell1-2/+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 Weimer1-2/+5
2018-01-11nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer1-1/+1
2018-01-08nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer1-2/+5
2018-01-06Avoid race conditions when rebuilding librt.soPalmer Dabbelt1-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella1-0/+1
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer1-2/+2
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu1-1/+2
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-62/+62
2017-12-05Add elision tunablesRogerio Alves1-0/+4
2017-11-07Remove traces of tst-typesizesAndreas Schwab1-2/+1
2017-09-21Remove non-add-on Banner files.Joseph Myers1-5/+0
2017-08-09Add test for bug 21041Andreas Schwab1-2/+4
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-07-29mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell1-1/+1
2017-07-28rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell1-1/+3
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy1-1/+1
2017-05-25Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho1-4/+5
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella1-0/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-14/+17
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux close syscall generationAdhemerval Zanella1-0/+1
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell1-1/+1
2017-01-27nptl: Add tst-robust-forkFlorian Weimer1-1/+2
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel1-2/+2
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-5/+6
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-4/+2