Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-11-07 | nptl: Change tst-typesizes to _Static_assert | Adhemerval Zanella | 36 | -148/+41 |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 2 | -0/+19 |
2017-10-13 | nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153] | Peter Zelezny | 1 | -2/+7 |
2017-09-26 | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu | 2 | -7/+3 |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers | 3 | -8/+2 |
2017-09-01 | Remove Roland McGrath/Ulrich Drepper et al. from DSO banner | H.J. Lu | 1 | -1/+1 |
2017-09-01 | Move all old ChangeLogs to a top-level ChangeLog.old directory. | Zack Weinberg | 1 | -13230/+0 |
2017-08-31 | nptl: Remove internal_function attribute | Florian Weimer | 8 | -32/+14 |
2017-08-30 | Do not scale NPTL tests with available number of CPUs | Florian Weimer | 2 | -12/+3 |
2017-08-29 | ia64: Fix thread stack allocation permission set (BZ #21672) | Adhemerval Zanella | 2 | -26/+30 |
2017-08-22 | Consolidate non cancellable nanosleep call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-22 | Consolidate non cancellable pause call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-13 | NPTL: Remove internal_function from stack marking functions | Florian Weimer | 2 | -3/+1 |
2017-08-09 | Add test for bug 21041 | Andreas Schwab | 3 | -2/+67 |
2017-08-08 | Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041) | Andreas Schwab | 2 | -37/+18 |
2017-08-07 | Fix missing redirects in testsuite targets | Andreas Schwab | 1 | -1/+1 |
2017-07-29 | mutex: Fix robust mutex lock acquire (Bug 21778) | Carlos O'Donell | 5 | -21/+59 |
2017-07-28 | rwlock: Fix explicit hand-over (bug 21298) | Carlos O'Donell | 3 | -239/+359 |
2017-07-15 | Fix guard alignment in allocate_stack when stack grows up. | John David Anglin | 1 | -2/+8 |
2017-07-14 | Disable single thread optimization for open_memstream | Szabolcs Nagy | 2 | -1/+102 |
2017-07-06 | Increase some test timeouts. | Joseph Myers | 3 | -1/+3 |
2017-07-04 | Single threaded stdio optimization | Szabolcs Nagy | 1 | -0/+4 |