summaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar2016-07-113-669/+0
* Add pretty printers for the NPTL lock typesMartin Galvan2016-07-083-0/+669
* Add test case for bug 20263Andreas Schwab2016-07-072-1/+111
* Fix robust mutex daedlock [BZ #20263]Jiyoung Yun2016-07-071-2/+5
* nptl: Add more coverage in tst-cancel4Adhemerval Zanella2016-07-053-24/+46
* Compile tst-cleanupx4 test with -fexceptionsH.J. Lu2016-06-292-3/+6
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-12/+22
* nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella2016-06-136-309/+603
* Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella2016-06-131-3/+0
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-101-3/+3
* Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella2016-06-061-0/+47
* Consolidate preadv/preadv64 implementationAdhemerval Zanella2016-06-061-0/+45
* fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2016-06-011-33/+10
* 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
* Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler2016-05-171-0/+16
* nptl: support thread stacks that grow upCarlos O'Donell2016-02-193-12/+44
* Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab2016-01-253-2/+64
* Fix nptl/tst-setuid3.cPaul E. Murphy2016-01-221-5/+13
* nptl: Add first-line description for barrier tests.Torvald Riegel2016-01-155-9/+10
* Fix pthread_barrier_init typo.Torvald Riegel2016-01-151-1/+1
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-159-135/+381
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04399-399/+399
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-231-5/+7
* nptl: Fix racy pipe closing in tst-cancel{20,21}Adhemerval Zanella2015-12-022-12/+18
* Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer2015-11-243-43/+0
* Remove a spurious attributionFlorian Weimer2015-11-041-1/+0
* Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers2015-10-273-1/+6
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-274-43/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-207-34/+16
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-2029-88/+39
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-1912-41/+24
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1658-148/+58
* nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy2015-10-151-2/+2
* nptl: Add NPTL cases for cancellation failures casesAdhemerval Zanella2015-10-093-0/+92
* Add a test case for C++11 thread_local supportFlorian Weimer2015-10-062-1/+207
* Remove ignored symbols from nptl/VersionsH.J. Lu2015-09-221-4/+0
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-174-3/+6
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-082-3/+3
* gawk: fix gensub usageMike Frysinger2015-08-091-1/+1
* nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger2015-08-051-7/+10
* Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.Chung-Lin Tang2015-07-261-0/+1
* Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar2015-07-243-2/+115
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-1/+1
* Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel2015-07-101-30/+7
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-1024-318/+142
* The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2015-07-092-0/+15
* The C++ 2011 std::call_once function is specified to allowMartin Sebor2015-07-013-8/+82