Age | Commit message (Expand) | Author | Files | Lines |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler | 12 | -37/+214 |
2018-10-17 | Don't reduce test timeout to less than default | Andreas Schwab | 27 | -27/+0 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-08-27 | pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538] | Martin Kuchta | 1 | -2/+6 |
2018-07-25 | Fix ISO C threads installed header and HURD assumption | Adhemerval Zanella | 1 | -207/+0 |
2018-07-25 | C11 threads: Fix timeout and locking issues | Florian Weimer | 4 | -2/+47 |
2018-07-24 | nptl: Add test cases for ISO C11 threads | Adhemerval Zanella | 12 | -1/+775 |
2018-07-24 | nptl: Add C11 threads tss_* functions | Adhemerval Zanella | 7 | -2/+138 |
2018-07-24 | nptl: Add C11 threads cnd_* functions | Adhemerval Zanella | 9 | -2/+205 |
2018-07-24 | nptl: Add C11 threads call_once functions | Adhemerval Zanella | 4 | -1/+44 |
2018-07-24 | nptl: Add C11 threads mtx_* functions | Adhemerval Zanella | 9 | -1/+233 |
2018-07-24 | nptl: Add C11 threads thrd_* functions | Adhemerval Zanella | 15 | -5/+399 |
2018-07-14 | x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563] | H.J. Lu | 1 | -0/+4 |
2018-07-12 | nptl: Use __mprotect consistently for _STACK_GROWS_UP | Florian Weimer | 1 | -1/+1 |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell | 7 | -29/+45 |
2018-06-27 | Remove nptl/sockperf.c. | Joseph Myers | 1 | -593/+0 |
2018-06-26 | In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS was | Patsy Franklin | 1 | -2/+3 |
2018-06-26 | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 1 | -0/+1 |
2018-06-12 | Fix fallback path in __pthread_mutex_timedlock (). | Carlos O'Donell | 1 | -1/+1 |
2018-06-12 | Avoid cancellable I/O primitives in ld.so. | Zack Weinberg | 1 | -2/+2 |
2018-05-17 | nptl: Remove __ASSUME_PRIVATE_FUTEX | H.J. Lu | 3 | -33/+0 |
2018-05-02 | x86: Use pad in pthread_unwind_buf to preserve shadow stack register | H.J. Lu | 1 | -3/+14 |
2018-04-03 | Filter out NPTL internal signals (BZ #22391) | Adhemerval Zanella | 1 | -12/+2 |
2018-03-05 | nptl: Fix tst-cancel4 sendto tests | Adhemerval Zanella | 3 | -34/+35 |
2018-03-01 | nptl: Turn libpthread.so into a symbolic link to the real DSO | Florian Weimer | 1 | -19/+0 |
2018-03-01 | nptl: Drop libpthread_nonshared.a from libpthread.so | Florian Weimer | 1 | -1/+0 |
2018-03-01 | nptl: Move pthread_atfork to libc_nonshared.a | Florian Weimer | 2 | -14/+7 |
2018-02-22 | Refactor atfork handlers | Adhemerval Zanella | 3 | -207/+90 |
2018-02-22 | Rename nptl-signals.h to internal-signals.h | Adhemerval Zanella | 1 | -1/+1 |
2018-02-16 | Add runtime check if mutex will be elided in tst-mutex8 testcases. | Stefan Liebler | 2 | -47/+83 |
2018-01-25 | Revert Intel CET changes to __jmp_buf_tag (Bug 22743) | Carlos O'Donell | 2 | -5/+1 |
2018-01-16 | nptl/tst-thread-exit-clobber: Run with any C++ compiler | Florian Weimer | 1 | -2/+2 |
2018-01-16 | nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions | Florian Weimer | 1 | -0/+1 |
2018-01-15 | nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636] | Florian Weimer | 2 | -2/+92 |
2018-01-11 | nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636] | Florian Weimer | 3 | -1/+95 |
2018-01-08 | [BZ #22637] Fix stack guard size accounting | Szabolcs Nagy | 4 | -8/+12 |
2018-01-08 | nptl: Add test for callee-saved register restore in pthread_exit | Florian Weimer | 2 | -2/+248 |
2018-01-06 | Avoid race conditions when rebuilding librt.so | Palmer Dabbelt | 1 | -0/+4 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 432 | -432/+432 |
2017-12-20 | nptl: Consolidate pthread_{timed,try}join{_np} | Adhemerval Zanella | 6 | -218/+128 |
2017-12-20 | nptl: Implement pthread_self in libc.so [BZ #22635] | Florian Weimer | 5 | -10/+30 |
2017-12-19 | Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] | H.J. Lu | 2 | -1/+5 |
2017-12-18 | Disable -Wrestrict for two nptl/tst-attr3.c tests. | Joseph Myers | 1 | -0/+19 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -62/+62 |
2017-12-05 | Add elision tunables | Rogerio Alves | 2 | -10/+6 |
2017-11-21 | nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9 | Adhemerval Zanella | 1 | -1/+1 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -2/+2 |
2017-11-07 | Remove traces of tst-typesizes | Andreas Schwab | 1 | -2/+1 |
2017-11-07 | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 4 | -5/+5 |