| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mutex pretty printer test and pretty printer output. | Torvald Riegel | 2017-01-20 | 2 | -20/+30 |
* | Add compiler barriers around modifications of the robust mutex list. | Torvald Riegel | 2017-01-13 | 4 | -9/+125 |
* | robust mutexes: Fix broken x86 assembly by removing it | Torvald Riegel | 2017-01-13 | 7 | -197/+158 |
* | New pthread rwlock that is more scalable. | Torvald Riegel | 2017-01-10 | 26 | -770/+1348 |
* | Fix up tabs/spaces mismatches | Martin Galvan | 2017-01-03 | 1 | -8/+8 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 422 | -422/+422 |
* | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 2016-12-31 | 21 | -830/+1274 |
* | Initialize the stack guard earlier when linking statically [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -16/+0 |
* | Fix failing pretty printer tests when CPPFLAGS has optimizations. | Carlos O'Donell | 2016-12-23 | 2 | -0/+11 |
* | Robust mutexes: Fix lost wake-up. | Torvald Riegel | 2016-12-19 | 2 | -4/+25 |
* | nptl/tst-cancel7: Add missing case label | Florian Weimer | 2016-12-13 | 1 | -0/+1 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 2 | -25/+22 |
* | Add pretty printers for the NPTL lock types | Martin Galvan | 2016-12-08 | 15 | -0/+1804 |
* | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 2016-11-30 | 1 | -4/+0 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 5 | -47/+11 |
* | Consolidate lseek/lseek64/llseek implementations | Adhemerval Zanella | 2016-11-08 | 1 | -1/+1 |
* | Write messages to stdout and use write_message instead of write | Gabriel F. T. Gomes | 2016-11-07 | 8 | -54/+61 |
* | Use write_message instead of write | Gabriel F. T. Gomes | 2016-11-07 | 4 | -26/+30 |
* | Document a behavior of an elided pthread_rwlock_unlock | Tulio Magno Quites Machado Filho | 2016-10-28 | 1 | -0/+4 |
* | Use libc_ifunc macro for siglongjmp, longjmp in libpthread. | Stefan Liebler | 2016-10-07 | 1 | -18/+6 |
* | Use libc_ifunc macro for vfork in libpthread. | Stefan Liebler | 2016-10-07 | 1 | -17/+5 |
* | Use libc_ifunc macro for system in libpthread. | Stefan Liebler | 2016-10-07 | 1 | -15/+4 |
* | [PR19826] fix non-LE TLS in static programs | Alexandre Oliva | 2016-09-21 | 1 | -3/+6 |
* | posix: Correctly enable/disable cancellation on Linux posix_spawn | Adhemerval Zanella | 2016-09-20 | 2 | -1/+177 |
* | nptl: Consolidate sem_init implementations | Adhemerval Zanella | 2016-09-15 | 1 | -0/+2 |
* | nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243) | Adhemerval Zanella | 2016-09-15 | 8 | -52/+62 |
* | nptl: Set sem_open as a non cancellation point (BZ #15765) | Adhemerval Zanella | 2016-09-15 | 3 | -5/+152 |
* | nptl: Consolidate sem_open implementations | Adhemerval Zanella | 2016-09-15 | 1 | -0/+2 |
* | Remove the ptw-% patterns | Florian Weimer | 2016-09-14 | 1 | -8/+13 |
* | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer | 2016-08-26 | 1 | -153/+3 |
* | nptl: Avoid expected SIGALRM in most tests [BZ #20432] | Florian Weimer | 2016-08-26 | 13 | -101/+94 |
* | nptl/tst-once5: Reduce time to expected failure | Florian Weimer | 2016-08-17 | 1 | -0/+2 |
* | nptl/tst-tls3-malloc: Force freeing of thread stacks | Florian Weimer | 2016-08-16 | 2 | -1/+14 |
* | elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730] | Florian Weimer | 2016-08-03 | 2 | -2/+182 |
* | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 2016-08-03 | 1 | -3/+1 |
* | Revert "Add pretty printers for the NPTL lock types" | Siddhesh Poyarekar | 2016-07-11 | 3 | -669/+0 |
* | Add pretty printers for the NPTL lock types | Martin Galvan | 2016-07-08 | 3 | -0/+669 |
* | Add test case for bug 20263 | Andreas Schwab | 2016-07-07 | 2 | -1/+111 |
* | Fix robust mutex daedlock [BZ #20263] | Jiyoung Yun | 2016-07-07 | 1 | -2/+5 |
* | nptl: Add more coverage in tst-cancel4 | Adhemerval Zanella | 2016-07-05 | 3 | -24/+46 |
* | Compile tst-cleanupx4 test with -fexceptions | H.J. Lu | 2016-06-29 | 2 | -3/+6 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 1 | -12/+22 |
* | nptl: Add sendmmsg and recvmmsg cancellation tests | Adhemerval Zanella | 2016-06-13 | 6 | -309/+603 |
* | Remove __ASSUME_FUTEX_LOCK_PI | Adhemerval Zanella | 2016-06-13 | 1 | -3/+0 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 1 | -3/+3 |
* | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 2016-06-06 | 1 | -0/+47 |
* | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 2016-06-06 | 1 | -0/+45 |
* | fork in libpthread cannot use IFUNC resolver [BZ #19861] | Florian Weimer | 2016-06-01 | 1 | -33/+10 |
* | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2016-05-26 | 1 | -1/+1 |