aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2016-07-11Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar
2016-07-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-07-07Add test case for bug 20263Andreas Schwab
2016-07-07Fix robust mutex daedlock [BZ #20263]Jiyoung Yun
2016-07-05nptl: Add more coverage in tst-cancel4Adhemerval Zanella
2016-06-29Compile tst-cleanupx4 test with -fexceptionsH.J. Lu
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-13nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella
2016-06-01fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-05-17Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler
2016-02-19nptl: support thread stacks that grow upCarlos O'Donell
2016-01-25Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab
2016-01-22Fix nptl/tst-setuid3.cPaul E. Murphy
2016-01-15nptl: Add first-line description for barrier tests.Torvald Riegel
2016-01-15Fix pthread_barrier_init typo.Torvald Riegel
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel
2015-12-02nptl: Fix racy pipe closing in tst-cancel{20,21}Adhemerval Zanella
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer
2015-11-04Remove a spurious attributionFlorian Weimer
2015-10-27Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy
2015-10-09nptl: Add NPTL cases for cancellation failures casesAdhemerval Zanella
2015-10-06Add a test case for C++11 thread_local supportFlorian Weimer
2015-09-22Remove ignored symbols from nptl/VersionsH.J. Lu
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-09gawk: fix gensub usageMike Frysinger
2015-08-05nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger
2015-07-26Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.Chung-Lin Tang
2015-07-24Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella
2015-07-10Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor