aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar1-2/+8
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella1-1/+1
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor1-0/+4
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor1-1/+2
2015-06-10nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy1-2/+5
2015-06-04Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel1-1/+1
2015-06-04Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel1-0/+1
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath1-0/+1
2015-05-22Remove socket.S implementationAdhemerval Zanella1-0/+6
2015-05-19BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath1-0/+1
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath1-9/+9
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath1-4/+9
2015-02-12Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab1-1/+1
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath1-7/+2
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell1-3/+2
2015-01-08Add -Wno-trampolines as neededRichard Henderson1-0/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath1-0/+3
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath1-3/+0
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath1-0/+1
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu1-2/+15
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath1-1/+2
2014-08-21Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar1-2/+0
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer1-0/+1
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath1-3/+10
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+1
2014-06-03New test for pthread_spin_lock (bug 16882)Guo Yixuan1-1/+1
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-1/+1
2014-04-01Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer1-1/+2
2014-03-07Make tests consistently use *.out output files.Joseph Myers1-3/+3
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-12/+8
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-6/+12
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers1-1/+7
2014-02-06Revert "Async-signal safe TLS."Allan McRae1-10/+2
2014-01-03Async-signal safe TLS.Andrew Hunter1-2/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-25Fix intermittent failure in tst-getpid2.Paul Pluzhnikov1-0/+5
2013-11-20Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov1-0/+4
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-2/+3
2013-06-14Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar1-0/+1
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-8/+0
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell1-4/+1
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar1-1/+4
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu1-6/+6
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-03Remove unneeded linking in nptl testsuiteAllan McRae1-3/+0
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft1-0/+5
2012-10-30Fix nptl/tst-cancel7 for non-bash shells.Aurelien Jarno1-1/+1