aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer
2022-11-01nptl: Fix pthread_create.c build with clangAdhemerval Zanella
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella
2022-10-03nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-13nptl: Fix ___pthread_unregister_cancel_restore asynchronous restoreAdhemerval Zanella
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella
2022-06-30Refactor internal-signals.hAdhemerval Zanella
2022-06-29nptl: Remove unused members from struct pthreadAdhemerval Zanella
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo
2022-04-20nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2022-04-04Allow for unpriviledged nested containersDJ Delorie
2022-03-31nptl: Use libc-diag.h with tst-thread-setspecificAdhemerval Zanella
2022-02-28nptl: Fix cleanups for stack grows up [BZ# 28899]John David Anglin
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella
2022-01-20nptl: Effectively skip CAS in spinlock loopJangwoong Kim
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-09nptl: rseq failure after registration on main thread is fatalFlorian Weimer
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer
2021-12-09nptl: Add rseq registrationFlorian Weimer
2021-12-06misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer
2021-11-15Move assignment out of the CAS conditionH.J. Lu
2021-11-12Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu
2021-11-12Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu
2021-11-12Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu
2021-10-18nptl: Fix tst-cancel7 and tst-cancelx7 pidfile raceStafford Horne
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-26nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)Adhemerval Zanella