2022-06-24 |
Adhemerval Zanella | misc: Optimize internal usage of __libc_single_threaded |
tree | commitdiff |
2022-06-08 |
Adhemerval Zanella | nptl: Fix __libc_cleanup_pop_restore asynchronous resto... |
tree | commitdiff |
2022-05-09 |
Wangyang Guo | nptl: Add backoff mechanism to spinlock loop |
tree | commitdiff |
2022-04-20 |
Adhemerval Zanella | nptl: Fix pthread_cancel cancelhandling atomic operations |
tree | commitdiff |
2022-04-14 |
Adhemerval Zanella | nptl: Handle spurious EINTR when thread cancellation... |
tree | commitdiff |
2022-04-04 |
DJ Delorie | Allow for unpriviledged nested containers |
tree | commitdiff |
2022-03-31 |
Adhemerval Zanella | nptl: Use libc-diag.h with tst-thread-setspecific |
tree | commitdiff |
2022-02-28 |
John David Anglin | nptl: Fix cleanups for stack grows up [BZ# 28899] |
tree | commitdiff |
2022-02-01 |
Adhemerval Zanella | elf: Fix initial-exec TLS access on audit modules ... |
tree | commitdiff |
2022-01-20 |
Jangwoong Kim | nptl: Effectively skip CAS in spinlock loop |
tree | commitdiff |
2022-01-01 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2021-12-09 |
Florian Weimer | nptl: rseq failure after registration on main thread... |
tree | commitdiff |
2021-12-09 |
Florian Weimer | nptl: Add glibc.pthread.rseq tunable to control rseq... |
tree | commitdiff |
2021-12-09 |
Florian Weimer | nptl: Add rseq registration |
tree | commitdiff |
2021-12-06 |
Florian Weimer | misc, nptl: Remove stray references to __condvar_load_6... |
tree | commitdiff |
2021-12-03 |
Florian Weimer | nptl: Increase default TCB alignment to 32 |
tree | commitdiff |
2021-11-24 |
Florian Weimer | nptl: Do not set signal mask on second setjmp return... |
tree | commitdiff |
2021-11-17 |
Florian Weimer | nptl: Extract <bits/atomic_wide_counter.h> from pthread... |
tree | commitdiff |
2021-11-15 |
H.J. Lu | Move assignment out of the CAS condition |
tree | commitdiff |
2021-11-12 |
H.J. Lu | Add LLL_MUTEX_READ_LOCK [BZ #28537] |
tree | commitdiff |
2021-11-12 |
H.J. Lu | Avoid extra load with CAS in __pthread_mutex_clocklock_... |
tree | commitdiff |
2021-11-12 |
H.J. Lu | Avoid extra load with CAS in __pthread_mutex_lock_full... |
tree | commitdiff |
2021-10-18 |
Stafford Horne | nptl: Fix tst-cancel7 and tst-cancelx7 pidfile race |
tree | commitdiff |
2021-10-01 |
Florian Weimer | nptl: pthread_kill must send signals to a specific... |
tree | commitdiff |
2021-10-01 |
Adhemerval Zanella | nptl: Add CLOCK_MONOTONIC support for PI mutexes |
tree | commitdiff |
2021-10-01 |
Adhemerval Zanella | nptl: Use FUTEX_LOCK_PI2 when available |
tree | commitdiff |
2021-09-23 |
Florian Weimer | nptl: Avoid setxid deadlock with blocked signals in... |
tree | commitdiff |
2021-09-20 |
Florian Weimer | nptl: pthread_kill needs to return ESRCH for old progra... |
tree | commitdiff |
2021-09-13 |
Florian Weimer | nptl: Fix race between pthread_kill and thread exit... |
tree | commitdiff |
2021-09-13 |
Florian Weimer | nptl: pthread_kill, pthread_cancel should not fail... |
tree | commitdiff |
2021-09-03 |
Siddhesh Poyarekar | Remove "Contributed by" lines |
tree | commitdiff |
2021-08-26 |
Adhemerval Zanella | nptl: Fix tst-cancel7 and tst-cancelx7 race condition... |
tree | commitdiff |
2021-08-02 |
Joseph Myers | Fix build of nptl/tst-thread_local1.cc with GCC 12 |
tree | commitdiff |
2021-07-22 |
Siddhesh Poyarekar | Move malloc hooks into a compat DSO |
tree | commitdiff |
2021-07-14 |
H.J. Lu | Add an internal wrapper for clone, clone2 and clone3 |
tree | commitdiff |
2021-07-12 |
Florian Weimer | Reduce <limits.h> pollution due to dynamic PTHREAD_STAC... |
tree | commitdiff |
2021-07-09 |
H.J. Lu | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) |
tree | commitdiff |
2021-07-09 |
Florian Weimer | Force building with -fno-common |
tree | commitdiff |
2021-07-09 |
Florian Weimer | nptl: Use out-of-line wake function in __libc_lock_unlo... |
tree | commitdiff |
2021-07-07 |
Florian Weimer | nptl: Reduce the GLIBC_PRIVATE ABI |
tree | commitdiff |
2021-07-07 |
Florian Weimer | nptl: Remove GLIBC_2.34 versions of __pthread_mutex_loc... |
tree | commitdiff |
2021-06-28 |
Florian Weimer | nptl: Add glibc.pthread.stack_cache_size tunable |
tree | commitdiff |
2021-06-28 |
Florian Weimer | nptl: Export libthread_db-used symbols under GLIBC_PRIVATE |
tree | commitdiff |
2021-06-28 |
Florian Weimer | Linux: Cleanups after librt move |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_init from librt into libc |
tree | commitdiff |
2021-06-24 |
Adhemerval Zanella | Consolidate pthread_atfork |
tree | commitdiff |
2021-06-23 |
Adhemerval Zanella | nptl: Use SA_RESTART for SIGCANCEL handler |
tree | commitdiff |
2021-06-22 |
Andreas Schwab | Remove unsused symbols from nptl/Versions |
tree | commitdiff |
2021-06-22 |
Adhemerval Zanella | linux: Only use 64-bit syscall if required for internal... |
tree | commitdiff |
2021-06-22 |
Florian Weimer | nptl: Move pthreadP.h into sysdeps directory |
tree | commitdiff |
2021-06-15 |
Florian Weimer | nptl: Export _pthread_cleanup_push, _pthread_cleanup_po... |
tree | commitdiff |
2021-06-15 |
Adhemerval Zanella | y2038: Add test coverage |
tree | commitdiff |
2021-06-15 |
Adhemerval Zanella | y2038: Add support for 64-bit time on legacy ABIs |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Avoid async cancellation to wrongly update __nptl... |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Use pthread_kill on pthread_cancel |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Implement raise in terms of pthread_kill |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Move cancel type out of cancelhandling |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Move cancel state out of cancelhandling |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Remove CANCELING_BITMASK |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Install cancellation handler on pthread_cancel |
tree | commitdiff |
2021-06-09 |
Adhemerval Zanella | nptl: Deallocate the thread stack on setup failure... |
tree | commitdiff |
2021-06-04 |
Adhemerval Zanella | nptl: Remove exit-thread.h |
tree | commitdiff |
2021-06-03 |
Florian Weimer | dlfcn: Cleanups after -ldl is no longer required |
tree | commitdiff |
2021-06-02 |
Florian Weimer | Add missing symbols to Version files |
tree | commitdiff |
2021-05-27 |
Adhemerval Zanella | nptl: Add pthread_attr_setaffinity_np failure test |
tree | commitdiff |
2021-05-27 |
Adhemerval Zanella | nptl: Move createthread to pthread_create |
tree | commitdiff |
2021-05-27 |
Adhemerval Zanella | nptl: Move Linux createthread to nptl |
tree | commitdiff |
2021-05-27 |
Florian Weimer | nptl: Install SIGSETXID handler with SA_ONSTACK [BZ... |
tree | commitdiff |
2021-05-25 |
Florian Weimer | Linux: Remove remaining references to $(shared-thread... |
tree | commitdiff |
2021-05-25 |
Florian Weimer | nptl: Do not install libpthread.so and do not link... |
tree | commitdiff |
2021-05-21 |
Florian Weimer | nptl: Remove remaining code from libpthread |
tree | commitdiff |
2021-05-21 |
Florian Weimer | nptl: Move pthread_create, thrd_create into libc |
tree | commitdiff |
2021-05-21 |
Florian Weimer | nptl: Move semi-public __pthread_get_minstack symbol... |
tree | commitdiff |
2021-05-21 |
Florian Weimer | nptl: Eliminate the __static_tls_size, __static_tls_ali... |
tree | commitdiff |
2021-05-21 |
Florian Weimer | nptl: Perform signal initialization upon pthread_create |
tree | commitdiff |
2021-05-21 |
Florian Weimer | nptl: Remove unused __libc_pthread_init function |
tree | commitdiff |
2021-05-19 |
Florian Weimer | nptl: Add missing __pthread_cond_wait alias in static... |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_sigqueue into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_setschedprio into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_setname_np into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_setaffinity_np into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_getname_np into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_getcpuclockid into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Replace pthread_getcpuclockid with Linux implemen... |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move pthread_getattr_default_np into libc |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move __nptl_create_event, __nptl_death_event... |
tree | commitdiff |
2021-05-17 |
Florian Weimer | nptl: Move __nptl_initial_report_events into ld.so... |
tree | commitdiff |
2021-05-14 |
Adhemerval Zanella | nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1 |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_getconcurrency, pthread_setconcurren... |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_cancel into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move __pthread_register_cancel_defer, __pthread_u... |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move __pthread_register_cancel, __pthread_unregis... |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_setstacksize into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_setstackaddr into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_setstack into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_setguardsize into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_getstacksize into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_getstackaddr into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_getstack into libc |
tree | commitdiff |
2021-05-11 |
Florian Weimer | nptl: Move pthread_attr_getguardsize into libc |
tree | commitdiff |
next |