Age | Commit message (Expand) | Author | Files | Lines |
2022-04-14 | nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) | Adhemerval Zanella | 10 | -85/+272 |
2022-04-04 | Allow for unpriviledged nested containers | DJ Delorie | 1 | -0/+4 |
2022-03-31 | nptl: Use libc-diag.h with tst-thread-setspecific | Adhemerval Zanella | 1 | -7/+8 |
2022-02-28 | nptl: Fix cleanups for stack grows up [BZ# 28899] | John David Anglin | 1 | -1/+1 |
2022-02-01 | elf: Fix initial-exec TLS access on audit modules (BZ #28096) | Adhemerval Zanella | 1 | -1/+1 |
2022-01-20 | nptl: Effectively skip CAS in spinlock loop | Jangwoong Kim | 1 | -3/+2 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 274 | -274/+274 |
2021-12-09 | nptl: rseq failure after registration on main thread is fatal | Florian Weimer | 1 | -1/+2 |
2021-12-09 | nptl: Add glibc.pthread.rseq tunable to control rseq registration | Florian Weimer | 1 | -1/+9 |
2021-12-09 | nptl: Add rseq registration | Florian Weimer | 2 | -0/+17 |
2021-12-06 | misc, nptl: Remove stray references to __condvar_load_64_relaxed | Florian Weimer | 1 | -1/+1 |
2021-12-03 | nptl: Increase default TCB alignment to 32 | Florian Weimer | 2 | -1/+4 |
2021-11-24 | nptl: Do not set signal mask on second setjmp return [BZ #28607] | Florian Weimer | 1 | -2/+2 |
2021-11-17 | nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c | Florian Weimer | 3 | -179/+52 |
2021-11-15 | Move assignment out of the CAS condition | H.J. Lu | 2 | -8/+6 |
2021-11-12 | Add LLL_MUTEX_READ_LOCK [BZ #28537] | H.J. Lu | 1 | -0/+7 |
2021-11-12 | Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537] | H.J. Lu | 1 | -5/+5 |
2021-11-12 | Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] | H.J. Lu | 1 | -5/+5 |
2021-10-18 | nptl: Fix tst-cancel7 and tst-cancelx7 pidfile race | Stafford Horne | 1 | -6/+3 |
2021-10-01 | nptl: pthread_kill must send signals to a specific thread [BZ #28407] | Florian Weimer | 1 | -3/+1 |
2021-10-01 | nptl: Add CLOCK_MONOTONIC support for PI mutexes | Adhemerval Zanella | 2 | -23/+26 |
2021-10-01 | nptl: Use FUTEX_LOCK_PI2 when available | Adhemerval Zanella | 3 | -2/+67 |
2021-09-23 | nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361] | Florian Weimer | 1 | -2/+10 |
2021-09-20 | nptl: pthread_kill needs to return ESRCH for old programs (bug 19193) | Florian Weimer | 1 | -8/+29 |
2021-09-13 | nptl: Fix race between pthread_kill and thread exit (bug 12889) | Florian Weimer | 4 | -25/+63 |
2021-09-13 | nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) | Florian Weimer | 2 | -5/+11 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 176 | -177/+0 |
2021-08-26 | nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232) | Adhemerval Zanella | 1 | -57/+57 |
2021-08-02 | Fix build of nptl/tst-thread_local1.cc with GCC 12 | Joseph Myers | 1 | -0/+1 |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -1/+2 |
2021-07-14 | Add an internal wrapper for clone, clone2 and clone3 | H.J. Lu | 2 | -70/+27 |
2021-07-12 | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN | Florian Weimer | 1 | -0/+3 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 1 | -3/+12 |
2021-07-09 | Force building with -fno-common | Florian Weimer | 5 | -10/+7 |
2021-07-09 | nptl: Use out-of-line wake function in __libc_lock_unlock slow path | Florian Weimer | 2 | -0/+15 |
2021-07-07 | nptl: Reduce the GLIBC_PRIVATE ABI | Florian Weimer | 6 | -52/+15 |
2021-07-07 | nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlock | Florian Weimer | 3 | -6/+6 |
2021-06-28 | nptl: Add glibc.pthread.stack_cache_size tunable | Florian Weimer | 3 | -4/+16 |
2021-06-28 | nptl: Export libthread_db-used symbols under GLIBC_PRIVATE | Florian Weimer | 2 | -5/+66 |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer | 1 | -9/+0 |
2021-06-25 | Linux: Move aio_init from librt into libc | Florian Weimer | 1 | -0/+1 |
2021-06-24 | Consolidate pthread_atfork | Adhemerval Zanella | 3 | -84/+0 |
2021-06-23 | nptl: Use SA_RESTART for SIGCANCEL handler | Adhemerval Zanella | 1 | -1/+5 |
2021-06-22 | Remove unsused symbols from nptl/Versions | Andreas Schwab | 1 | -6/+0 |
2021-06-22 | linux: Only use 64-bit syscall if required for internal futex | Adhemerval Zanella | 1 | -18/+34 |
2021-06-22 | nptl: Move pthreadP.h into sysdeps directory | Florian Weimer | 1 | -739/+0 |
2021-06-15 | nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again | Florian Weimer | 2 | -0/+6 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 2 | -0/+4 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 10 | -24/+22 |
2021-06-09 | nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366) | Adhemerval Zanella | 1 | -7/+4 |