about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-151-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers2015-10-271-1/+4
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-271-2/+0
* nptl: Add NPTL cases for cancellation failures casesAdhemerval Zanella2015-10-091-0/+1
* Add a test case for C++11 thread_local supportFlorian Weimer2015-10-061-1/+8
* Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar2015-07-241-2/+8
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-1/+1
* The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2015-07-091-0/+4
* The C++ 2011 std::call_once function is specified to allowMartin Sebor2015-07-011-1/+2
* nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2015-06-101-2/+5
* Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel2015-06-041-1/+1
* Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel2015-06-041-0/+1
* 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