]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
sparc (64bit): Regenerate ulps
[thirdparty/glibc.git] / nptl /
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-17  YunQiang SuDefine in_int32_t_range to check if the 64 bit time_t...
2022-11-03  Florian Weimerelf: Rework exception handling in the dynamic loader...
2022-11-01  Adhemerval Zanellanptl: Fix pthread_create.c build with clang
2022-10-20  Adhemerval Zanellalinux: Avoid shifting a negative signed on POSIX timer...
2022-10-03  Yu Chien Peter Linnptl: Convert tst-setuid2 to test-driver
2022-09-26  Wilco DijkstraUse atomic_exchange_release/acquire
2022-09-23  Wilco DijkstraUse C11 atomics instead of atomic_decrement_and_test
2022-09-23  Wilco DijkstraUse C11 atomics instead of atomic_increment(_val)
2022-09-23  Wilco DijkstraUse C11 atomics instead of atomic_and/or
2022-09-22  Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-09-13  Wilco DijkstraUse relaxed atomics since there is no MO dependence
2022-09-09  Wilco DijkstraUse C11 atomics instead of atomic_decrement(_val)
2022-07-22  Adhemerval Zanella... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-13  Adhemerval Zanellanptl: Fix ___pthread_unregister_cancel_restore asynchro...
2022-07-05  Adhemerval ZanellaReplace __libc_multiple_threads with __libc_single_threaded
2022-06-30  Adhemerval ZanellaRefactor internal-signals.h
2022-06-29  Adhemerval Zanellanptl: Remove unused members from struct pthread
2022-06-24  Adhemerval Zanellamisc: Optimize internal usage of __libc_single_threaded
2022-06-08  Adhemerval Zanellanptl: Fix __libc_cleanup_pop_restore asynchronous resto...
2022-05-09  Wangyang Guonptl: Add backoff mechanism to spinlock loop
2022-04-20  Adhemerval Zanellanptl: Fix pthread_cancel cancelhandling atomic operations
2022-04-14  Adhemerval Zanellanptl: Handle spurious EINTR when thread cancellation...
2022-04-04  DJ DelorieAllow for unpriviledged nested containers
2022-03-31  Adhemerval Zanellanptl: Use libc-diag.h with tst-thread-setspecific
2022-02-28  John David Anglinnptl: Fix cleanups for stack grows up [BZ# 28899]
2022-02-01  Adhemerval Zanellaelf: Fix initial-exec TLS access on audit modules ...
2022-01-20  Jangwoong Kimnptl: Effectively skip CAS in spinlock loop
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-09  Florian Weimernptl: rseq failure after registration on main thread...
2021-12-09  Florian Weimernptl: Add glibc.pthread.rseq tunable to control rseq...
2021-12-09  Florian Weimernptl: Add rseq registration
2021-12-06  Florian Weimermisc, nptl: Remove stray references to __condvar_load_6...
2021-12-03  Florian Weimernptl: Increase default TCB alignment to 32
2021-11-24  Florian Weimernptl: Do not set signal mask on second setjmp return...
2021-11-17  Florian Weimernptl: Extract <bits/atomic_wide_counter.h> from pthread...
2021-11-15  H.J. LuMove assignment out of the CAS condition
2021-11-12  H.J. LuAdd LLL_MUTEX_READ_LOCK [BZ #28537]
2021-11-12  H.J. LuAvoid extra load with CAS in __pthread_mutex_clocklock_...
2021-11-12  H.J. LuAvoid extra load with CAS in __pthread_mutex_lock_full...
2021-10-18  Stafford Hornenptl: Fix tst-cancel7 and tst-cancelx7 pidfile race
2021-10-01  Florian Weimernptl: pthread_kill must send signals to a specific...
2021-10-01  Adhemerval Zanellanptl: Add CLOCK_MONOTONIC support for PI mutexes
2021-10-01  Adhemerval Zanellanptl: Use FUTEX_LOCK_PI2 when available
2021-09-23  Florian Weimernptl: Avoid setxid deadlock with blocked signals in...
2021-09-20  Florian Weimernptl: pthread_kill needs to return ESRCH for old progra...
2021-09-13  Florian Weimernptl: Fix race between pthread_kill and thread exit...
2021-09-13  Florian Weimernptl: pthread_kill, pthread_cancel should not fail...
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-26  Adhemerval Zanellanptl: Fix tst-cancel7 and tst-cancelx7 race condition...
2021-08-02  Joseph MyersFix build of nptl/tst-thread_local1.cc with GCC 12
2021-07-22  Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-14  H.J. LuAdd an internal wrapper for clone, clone2 and clone3
2021-07-12  Florian WeimerReduce <limits.h> pollution due to dynamic PTHREAD_STAC...
2021-07-09  H.J. LuDefine PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-09  Florian WeimerForce building with -fno-common
2021-07-09  Florian Weimernptl: Use out-of-line wake function in __libc_lock_unlo...
2021-07-07  Florian Weimernptl: Reduce the GLIBC_PRIVATE ABI
2021-07-07  Florian Weimernptl: Remove GLIBC_2.34 versions of __pthread_mutex_loc...
2021-06-28  Florian Weimernptl: Add glibc.pthread.stack_cache_size tunable
2021-06-28  Florian Weimernptl: Export libthread_db-used symbols under GLIBC_PRIVATE
2021-06-28  Florian WeimerLinux: Cleanups after librt move
2021-06-25  Florian WeimerLinux: Move aio_init from librt into libc
2021-06-24  Adhemerval ZanellaConsolidate pthread_atfork
2021-06-23  Adhemerval Zanellanptl: Use SA_RESTART for SIGCANCEL handler
2021-06-22  Andreas SchwabRemove unsused symbols from nptl/Versions
2021-06-22  Adhemerval Zanellalinux: Only use 64-bit syscall if required for internal...
2021-06-22  Florian Weimernptl: Move pthreadP.h into sysdeps directory
2021-06-15  Florian Weimernptl: Export _pthread_cleanup_push, _pthread_cleanup_po...
2021-06-15  Adhemerval Zanellay2038: Add test coverage
2021-06-15  Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-09  Adhemerval Zanellanptl: Avoid async cancellation to wrongly update __nptl...
2021-06-09  Adhemerval Zanellanptl: Use pthread_kill on pthread_cancel
2021-06-09  Adhemerval Zanellanptl: Implement raise in terms of pthread_kill
2021-06-09  Adhemerval Zanellanptl: Move cancel type out of cancelhandling
2021-06-09  Adhemerval Zanellanptl: Move cancel state out of cancelhandling
2021-06-09  Adhemerval Zanellanptl: Remove CANCELING_BITMASK
2021-06-09  Adhemerval Zanellanptl: Install cancellation handler on pthread_cancel
2021-06-09  Adhemerval Zanellanptl: Deallocate the thread stack on setup failure...
2021-06-04  Adhemerval Zanellanptl: Remove exit-thread.h
2021-06-03  Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-06-02  Florian WeimerAdd missing symbols to Version files
2021-05-27  Adhemerval Zanellanptl: Add pthread_attr_setaffinity_np failure test
2021-05-27  Adhemerval Zanellanptl: Move createthread to pthread_create
2021-05-27  Adhemerval Zanellanptl: Move Linux createthread to nptl
2021-05-27  Florian Weimernptl: Install SIGSETXID handler with SA_ONSTACK [BZ...
2021-05-25  Florian WeimerLinux: Remove remaining references to $(shared-thread...
2021-05-25  Florian Weimernptl: Do not install libpthread.so and do not link...
2021-05-21  Florian Weimernptl: Remove remaining code from libpthread
2021-05-21  Florian Weimernptl: Move pthread_create, thrd_create into libc
2021-05-21  Florian Weimernptl: Move semi-public __pthread_get_minstack symbol...
2021-05-21  Florian Weimernptl: Eliminate the __static_tls_size, __static_tls_ali...
2021-05-21  Florian Weimernptl: Perform signal initialization upon pthread_create
2021-05-21  Florian Weimernptl: Remove unused __libc_pthread_init function
2021-05-19  Florian Weimernptl: Add missing __pthread_cond_wait alias in static...
2021-05-17  Florian Weimernptl: Move pthread_sigqueue into libc
2021-05-17  Florian Weimernptl: Move pthread_setschedprio into libc
2021-05-17  Florian Weimernptl: Move pthread_setname_np into libc
2021-05-17  Florian Weimernptl: Move pthread_setaffinity_np into libc
2021-05-17  Florian Weimernptl: Move pthread_getname_np into libc
next