aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)Author
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-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-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 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-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-05Add elision tunablesRogerio Alves
2017-11-07Remove traces of tst-typesizesAndreas Schwab
2017-09-21Remove non-add-on Banner files.Joseph Myers
2017-08-09Add test for bug 21041Andreas Schwab
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-07-29mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell
2017-07-28rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy
2017-05-25Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-11Consolidate Linux write syscallAdhemerval Zanella
2017-05-11Consolidate Linux read syscallAdhemerval Zanella
2017-05-11Consolidate Linux close syscall generationAdhemerval Zanella
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell
2017-01-27nptl: Add tst-robust-forkFlorian Weimer
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-23Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella
2016-09-15nptl: Set sem_open as a non cancellation point (BZ #15765)Adhemerval Zanella
2016-09-14Remove the ptw-% patternsFlorian Weimer
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer
2016-07-11Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar
2016-07-08Add pretty printers for the NPTL lock typesMartin Galvan