about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-261-0/+1
* Remove socket.S implementationAdhemerval Zanella2015-05-221-0/+6
* BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath2015-05-191-0/+1
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath2015-03-101-9/+9
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-4/+9
* Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab2015-02-121-1/+1
* NPTL: Build tests using clone directly only for Linux.Roland McGrath2015-02-061-7/+2
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-211-3/+2
* Add -Wno-trampolines as neededRichard Henderson2015-01-081-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath2014-12-161-0/+3
* Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath2014-12-161-3/+0
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-121-0/+1
* Resize DTV if the current DTV isn't big enoughH.J. Lu2014-11-281-2/+15
* Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath2014-11-191-1/+2
* Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar2014-08-211-2/+0
* nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer2014-07-111-0/+1
* Get rid of nptl/sysdeps/ entirely!Roland McGrath2014-07-071-3/+10
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+1
* New test for pthread_spin_lock (bug 16882)Guo Yixuan2014-06-031-1/+1
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-1/+1
* Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer2014-04-011-1/+2
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-3/+3
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-12/+8
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-6/+12
* Split up rules for tests that compare output with baselines.Joseph Myers2014-02-141-1/+7
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-10/+2
* Async-signal safe TLS.Andrew Hunter2014-01-031-2/+10
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix intermittent failure in tst-getpid2.Paul Pluzhnikov2013-11-251-0/+5
* Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov2013-11-201-0/+4
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-2/+3
* Avoid access beyond memory bounds in pthread_attr_getaffinity_npSiddhesh Poyarekar2013-06-141-0/+1
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-8/+0
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-4/+1
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-1/+4
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-6/+6
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove unneeded linking in nptl testsuiteAllan McRae2012-12-031-3/+0
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-141-0/+5
* Fix nptl/tst-cancel7 for non-bash shells.Aurelien Jarno2012-10-301-1/+1
* Use bash to run nptl/tst-tls6.sh.Joseph Myers2012-10-251-1/+1
* Support cross-testing.Joseph Myers2012-10-241-1/+1
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-20/+7
* Don't set resource limits in tst-oddstacklimit-ENV.Joseph Myers2012-10-241-5/+8
* Define and use $(run-built-tests).Joseph Myers2012-10-241-3/+3
* Add and use $(host-built-program-cmd).Jim Blandy2012-10-231-3/+3
* Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy2012-10-211-1/+2