about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2016-08-031-2/+6
* Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar2016-07-111-1/+0
* Add pretty printers for the NPTL lock typesMartin Galvan2016-07-081-0/+1
* Add test case for bug 20263Andreas Schwab2016-07-071-1/+1
* Compile tst-cleanupx4 test with -fexceptionsH.J. Lu2016-06-291-3/+5
* nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella2016-06-131-1/+2
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-101-3/+3
* network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella2016-05-261-1/+1
* network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-251-4/+5
* Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab2016-01-251-1/+1
* 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