summaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)Author
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
2016-07-07Add test case for bug 20263Andreas Schwab
2016-06-29Compile tst-cleanupx4 test with -fexceptionsH.J. Lu
2016-06-13nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-01-25Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-27Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers
2015-10-09nptl: Add NPTL cases for cancellation failures casesAdhemerval Zanella
2015-10-06Add a test case for C++11 thread_local supportFlorian Weimer
2015-07-24Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor