summaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)Author
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
2014-04-01Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer
2014-03-07Make tests consistently use *.out output files.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-25Fix intermittent failure in tst-getpid2.Paul Pluzhnikov
2013-11-20Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-14Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-03Remove unneeded linking in nptl testsuiteAllan McRae
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft
2012-10-30Fix nptl/tst-cancel7 for non-bash shells.Aurelien Jarno
2012-10-25Use bash to run nptl/tst-tls6.sh.Joseph Myers
2012-10-24Support cross-testing.Joseph Myers
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-24Don't set resource limits in tst-oddstacklimit-ENV.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy
2012-10-21Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar
2012-10-05Add test cases for BZ #14557H.J. Lu
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-09-07Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu
2012-09-06Add tst-cancel21-static.cH.J. Lu
2012-08-31Fix sem_post race (bug 14532).Joseph Myers
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-06-20Account for the extra stack size when rlimit is small enoughSiddhesh Poyarekar
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
2012-05-02Fix test-suite failues with -Wl,--as-neededAllan McRae
2012-04-28Don't run tests when cross-compilingAndreas Schwab
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-21Remove old initfini mechanism.Joseph Myers