about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use STB_SECONDARY on pthread functions in libc hjl/pthread/2.21H.J. Lu2015-09-161-0/+28
* Place libpthread.a right before libc.aH.J. Lu2015-09-161-3/+6
* 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
* Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar2012-10-101-1/+2
* Add test cases for BZ #14557H.J. Lu2012-10-051-2/+7
* Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar2012-10-051-1/+3
* Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar2012-10-011-1/+1
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-251-2/+2