aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-02-10Small fix to patch from last October, lets tst-key5 build.Stan Shebs1-1/+1
2016-01-18Use munlock before madvise to make sure that we effectively "uncommit" the pageVicent Segui Pascual1-1/+1
2015-10-13Make pthread_getspecific async-signal-safeAndrew Hunter1-1/+3
2015-07-28Fix b/19824366 with a local patch (as upstream is fixed unmergeably), and add...Stan Shebs1-2/+8
2014-05-08For b/14616463, add -fno-function-sections to nptl/events.c compilation.Brooks Moses1-0/+4
2014-03-03For b/5013921, build pthread_join.c and pthread_timedjoin.c with frame pointers.Paul Pluzhnikov1-2/+4
2014-02-28Don't put absolute pathnames into libc.so and libpthread.so linker scripts --...Paul Pluzhnikov1-2/+2
2014-02-24Revert upstream removal of async-safe TLS patches.Brooks Moses1-2/+10
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
2012-10-25Use bash to run nptl/tst-tls6.sh.Joseph Myers1-1/+1
2012-10-24Support cross-testing.Joseph Myers1-1/+1
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath1-20/+7
2012-10-24Don't set resource limits in tst-oddstacklimit-ENV.Joseph Myers1-5/+8
2012-10-24Define and use $(run-built-tests).Joseph Myers1-3/+3
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy1-3/+3
2012-10-21Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy1-1/+2
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar1-1/+2
2012-10-05Add test cases for BZ #14557H.J. Lu1-2/+7
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar1-1/+3
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar1-1/+1
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin1-2/+2
2012-09-07Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu1-1/+1
2012-09-06Add tst-cancel21-static.cH.J. Lu1-2/+3
2012-08-31Fix sem_post race (bug 14532).Joseph Myers1-1/+1
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath1-3/+3
2012-06-20Account for the extra stack size when rlimit is small enoughSiddhesh Poyarekar1-1/+1
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar1-0/+2
2012-05-02Fix test-suite failues with -Wl,--as-neededAllan McRae1-1/+2
2012-04-28Don't run tests when cross-compilingAndreas Schwab1-0/+4
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-2/+0
2012-02-21Remove old initfini mechanism.Joseph Myers1-48/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-02-08Add missing dependency for pt-crti.oAndreas Schwab1-0/+2
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers1-0/+19
2012-01-08Static linking is always neededUlrich Drepper1-2/+1
2012-01-07Remove non-ELF supportUlrich Drepper1-2/+2