Age | Commit message (Expand) | Author | Files | Lines |
2016-06-10 | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 1 | -3/+3 |
2016-06-06 | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 1 | -0/+47 |
2016-06-06 | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 1 | -0/+45 |
2016-06-01 | fork in libpthread cannot use IFUNC resolver [BZ #19861] | Florian Weimer | 1 | -33/+10 |
2016-05-26 | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 1 | -1/+1 |
2016-05-25 | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 1 | -4/+5 |
2016-05-17 | Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting. | Stefan Liebler | 1 | -0/+16 |
2016-02-19 | nptl: support thread stacks that grow up | Carlos O'Donell | 3 | -12/+44 |
2016-01-25 | Don't do lock elision on an error checking mutex (bug 17514) | Andreas Schwab | 3 | -2/+64 |
2016-01-22 | Fix nptl/tst-setuid3.c | Paul E. Murphy | 1 | -5/+13 |
2016-01-15 | nptl: Add first-line description for barrier tests. | Torvald Riegel | 5 | -9/+10 |
2016-01-15 | Fix pthread_barrier_init typo. | Torvald Riegel | 1 | -1/+1 |
2016-01-15 | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 9 | -135/+381 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 2 | -2/+2 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 399 | -399/+399 |
2015-12-23 | Do not violate mutex destruction requirements. | Torvald Riegel | 1 | -5/+7 |
2015-12-02 | nptl: Fix racy pipe closing in tst-cancel{20,21} | Adhemerval Zanella | 2 | -12/+18 |
2015-11-24 | Remove CPU set size checking from affinity functions [BZ #19143] | Florian Weimer | 3 | -43/+0 |
2015-11-04 | Remove a spurious attribution | Florian Weimer | 1 | -1/+0 |
2015-10-27 | Add -std=gnu11 and -std=c11 NPTL initializers tests. | Joseph Myers | 3 | -1/+6 |
2015-10-27 | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 4 | -43/+1 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 7 | -34/+16 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 29 | -88/+39 |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 12 | -41/+24 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 58 | -148/+58 |
2015-10-15 | nptl: Add adapt_count parameter to lll_unlock_elision | Paul Murphy | 1 | -2/+2 |
2015-10-09 | nptl: Add NPTL cases for cancellation failures cases | Adhemerval Zanella | 3 | -0/+92 |
2015-10-06 | Add a test case for C++11 thread_local support | Florian Weimer | 2 | -1/+207 |
2015-09-22 | Remove ignored symbols from nptl/Versions | H.J. Lu | 1 | -4/+0 |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu | 4 | -3/+6 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2 | -3/+3 |
2015-08-09 | gawk: fix gensub usage | Mike Frysinger | 1 | -1/+1 |
2015-08-05 | nptl: fix set-but-unused warning w/_STACK_GROWS_UP | Mike Frysinger | 1 | -7/+10 |
2015-07-26 | Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings. | Chung-Lin Tang | 1 | -0/+1 |
2015-07-24 | Use IE model for static variables in libc.so, libpthread.so and rtld | Siddhesh Poyarekar | 3 | -2/+115 |
2015-07-14 | Avoid C++ tests when the C++ cannot be linked | Adhemerval Zanella | 1 | -1/+1 |
2015-07-10 | Clean up semaphore EINTR handling after Linux futex docs clarification. | Torvald Riegel | 1 | -30/+7 |
2015-07-10 | Add and use new glibc-internal futex API. | Torvald Riegel | 24 | -318/+142 |
2015-07-09 | The patch committed to fix bug #18435 caused regressions on aarch64 | Martin Sebor | 2 | -0/+15 |
2015-07-01 | The C++ 2011 std::call_once function is specified to allow | Martin Sebor | 3 | -8/+82 |
2015-06-30 | Remove documentation of lowlevellock systemtap probes. | Torvald Riegel | 1 | -16/+0 |
2015-06-30 | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2 | -8/+4 |
2015-06-24 | NPTL: Use unsigned type for setxid_futex. | Roland McGrath | 1 | -1/+1 |
2015-06-17 | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 3 | -2/+5 |
2015-06-17 | Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). | Joseph Myers | 2 | -4/+5 |
2015-06-12 | Fix h_errno namespace (bug 18520). | Joseph Myers | 1 | -2/+2 |
2015-06-11 | pthread_key_create: Fix typo in comment | Florian Weimer | 1 | -1/+1 |
2015-06-10 | nptl: restore .interp section in libpthread.so | Gleb Fotengauer-Malinovskiy | 2 | -2/+6 |
2015-06-04 | Fix missing wake-ups in pthread_rwlock_rdlock. | Torvald Riegel | 7 | -6/+271 |