| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove traces of tst-typesizes | Andreas Schwab | 2017-11-07 | 1 | -2/+1 |
* | Remove non-add-on Banner files. | Joseph Myers | 2017-09-21 | 1 | -5/+0 |
* | Add test for bug 21041 | Andreas Schwab | 2017-08-09 | 1 | -2/+4 |
* | Fix missing redirects in testsuite targets | Andreas Schwab | 2017-08-07 | 1 | -1/+1 |
* | mutex: Fix robust mutex lock acquire (Bug 21778) | Carlos O'Donell | 2017-07-29 | 1 | -1/+1 |
* | rwlock: Fix explicit hand-over (bug 21298) | Carlos O'Donell | 2017-07-28 | 1 | -1/+3 |
* | Disable single thread optimization for open_memstream | Szabolcs Nagy | 2017-07-14 | 1 | -1/+1 |
* | Move tst-mutex*8* to tests-internal | Tulio Magno Quites Machado Filho | 2017-05-25 | 1 | -4/+5 |
* | posix: Consolidate Linux fsync syscall | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | posix: Consolidate Linux fdatasync syscall | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | posix: Consolidate Linux msync syscall | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | posix: Consolidate Linux sigsuspend implementation | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | posix: Consolidate Linux nanosleep syscall | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -14/+17 |
* | Consolidate Linux write syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | Consolidate Linux read syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | Consolidate Linux close syscall generation | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | Bug 20116: Fix use after free in pthread_create() | Carlos O'Donell | 2017-01-28 | 1 | -1/+1 |
* | nptl: Add tst-robust-fork | Florian Weimer | 2017-01-27 | 1 | -1/+2 |
* | robust mutexes: Fix broken x86 assembly by removing it | Torvald Riegel | 2017-01-13 | 1 | -2/+2 |
* | New pthread rwlock that is more scalable. | Torvald Riegel | 2017-01-10 | 1 | -5/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 2016-12-31 | 1 | -4/+2 |
* | Fix failing pretty printer tests when CPPFLAGS has optimizations. | Carlos O'Donell | 2016-12-23 | 1 | -0/+10 |
* | Add pretty printers for the NPTL lock types | Martin Galvan | 2016-12-08 | 1 | -0/+18 |
* | Consolidate lseek/lseek64/llseek implementations | Adhemerval Zanella | 2016-11-08 | 1 | -1/+1 |
* | posix: Correctly enable/disable cancellation on Linux posix_spawn | Adhemerval Zanella | 2016-09-20 | 1 | -1/+1 |
* | nptl: Set sem_open as a non cancellation point (BZ #15765) | Adhemerval Zanella | 2016-09-15 | 1 | -1/+1 |
* | Remove the ptw-% patterns | Florian Weimer | 2016-09-14 | 1 | -8/+13 |
* | elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730] | Florian Weimer | 2016-08-03 | 1 | -2/+6 |
* | Revert "Add pretty printers for the NPTL lock types" | Siddhesh Poyarekar | 2016-07-11 | 1 | -1/+0 |
* | Add pretty printers for the NPTL lock types | Martin Galvan | 2016-07-08 | 1 | -0/+1 |
* | Add test case for bug 20263 | Andreas Schwab | 2016-07-07 | 1 | -1/+1 |
* | Compile tst-cleanupx4 test with -fexceptions | H.J. Lu | 2016-06-29 | 1 | -3/+5 |
* | nptl: Add sendmmsg and recvmmsg cancellation tests | Adhemerval Zanella | 2016-06-13 | 1 | -1/+2 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 1 | -3/+3 |
* | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2016-05-26 | 1 | -1/+1 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -4/+5 |
* | Don't do lock elision on an error checking mutex (bug 17514) | Andreas Schwab | 2016-01-25 | 1 | -1/+1 |
* | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 2016-01-15 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Add -std=gnu11 and -std=c11 NPTL initializers tests. | Joseph Myers | 2015-10-27 | 1 | -1/+4 |
* | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 2015-10-27 | 1 | -2/+0 |
* | nptl: Add NPTL cases for cancellation failures cases | Adhemerval Zanella | 2015-10-09 | 1 | -0/+1 |
* | Add a test case for C++11 thread_local support | Florian Weimer | 2015-10-06 | 1 | -1/+8 |
* | Use IE model for static variables in libc.so, libpthread.so and rtld | Siddhesh Poyarekar | 2015-07-24 | 1 | -2/+8 |
* | Avoid C++ tests when the C++ cannot be linked | Adhemerval Zanella | 2015-07-14 | 1 | -1/+1 |
* | The patch committed to fix bug #18435 caused regressions on aarch64 | Martin Sebor | 2015-07-09 | 1 | -0/+4 |
* | The C++ 2011 std::call_once function is specified to allow | Martin Sebor | 2015-07-01 | 1 | -1/+2 |
* | nptl: restore .interp section in libpthread.so | Gleb Fotengauer-Malinovskiy | 2015-06-10 | 1 | -2/+5 |