summaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)Author
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
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor
2015-06-10nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy
2015-06-04Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel
2015-06-04Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath
2015-05-22Remove socket.S implementationAdhemerval Zanella
2015-05-19BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath
2015-02-12Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell
2015-01-08Add -Wno-trampolines as neededRichard Henderson
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath
2014-08-21Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-03New test for pthread_spin_lock (bug 16882)Guo Yixuan
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers