2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_trywrlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_tryrdlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_timedwrlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_timedrdlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_init into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_destroy into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_clockwrlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move pthread_rwlock_clockrdlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move tss_set into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move tss_get into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move tss_delete into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move tss_create into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move thrd_exit into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move mtx_unlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move mtx_trylock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move mtx_timedlock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move mtx_lock into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move mtx_init into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move mtx_destroy into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move cnd_wait into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move cnd_timedwait into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move cnd_signal into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move cnd_init into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move cnd_destroy into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move cnd_broadcast into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | nptl: Move call_once into libc |
commit | commitdiff | tree | snapshot |
2021-05-03 |
Florian Weimer | Add pthread-in-libc, libpthread-routines-var, librt... |
commit | commitdiff | tree | snapshot |
2021-04-30 |
Raoni Fassina... | powerpc64le: Optimize memset for POWER10 |
commit | commitdiff | tree | snapshot |
2021-04-30 |
Tulio Magno... | powerpc64le: Optimize memcpy for POWER10 |
commit | commitdiff | tree | snapshot |
2021-04-30 |
Lucas A. M... | powerpc64le: Optimized memmove for POWER10 |
commit | commitdiff | tree | snapshot |
2021-04-29 |
Joseph Myers | Update kernel version to 5.12 in tst-mman-consts.py. |
commit | commitdiff | tree | snapshot |
2021-04-28 |
Joseph Myers | Update syscall lists for Linux 5.12. |
commit | commitdiff | tree | snapshot |
2021-04-28 |
Paul Zimmermann | regenerate ulps on x86_64 with -march=native |
commit | commitdiff | tree | snapshot |
2021-04-28 |
Martin Sebor | Pass a valid pointer to pthread_setspecific to avoid... |
commit | commitdiff | tree | snapshot |
2021-04-27 |
Martin Sebor | Add __attribute_access_none to disable GCC warnings... |
commit | commitdiff | tree | snapshot |
2021-04-27 |
Joseph Myers | Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py. |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Raphael Moreira... | powerpc: Add log IFUNC multiarch support for POWER10 |
commit | commitdiff | tree | snapshot |
2021-04-26 |
Hanataka Shinya | LC_COLLATE: Fix last character ellipsis handling (Bug... |
commit | commitdiff | tree | snapshot |
2021-04-25 |
Noah Goldstein | x86: Optimize strchr-evex.S |
commit | commitdiff | tree | snapshot |
2021-04-25 |
Noah Goldstein | x86: Optimize strchr-avx2.S |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Remove __h_errno_location from libpthread |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Remove __res_state from libpthread |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_trylock into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_lock into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_init, Move pthread_spin_unlock... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_destroy into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_setpshared into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_setclock into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_getpshared into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_getclock into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_settype, __pthread_mutexat... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setrobust into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | pthread: Use pthread_mutexattr_setrobust in tests |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setpshared into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setprotocol into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setprioceiling into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_init, __pthread_mutexattr_... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_gettype into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getrobust into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getpshared into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getprotocol into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getprioceiling into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_destroy into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_trylock, __pthread_mutex_trylo... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_timedlock, pthread_mutex_clock... |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_setprioceiling into libc |
commit | commitdiff | tree | snapshot |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_getprioceiling into libc |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Matheus Castanho | powerpc: Add optimized strlen for POWER10 |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Florian Weimer | nptl: Do not build nptl/tst-pthread-gdb-attach as PIE |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Florian Weimer | nptl: Move pthread_kill_other_threads_np compatibility... |
commit | commitdiff | tree | snapshot |
2021-04-22 |
H.J. Lu | x86: tst-cpu-features-supports.c: Update AMX check |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Florian Weimer | nptl: Move pthread_atfork compatibility symbol to libc |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Florian Weimer | nptl: Check for compatible GDB in nptl/tst-pthread... |
commit | commitdiff | tree | snapshot |
2021-04-22 |
Florian Weimer | nptl: __nptl_set_robust_list_avail must be nocommon |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Remove remnants of the libc/libpthread forwarder... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move setxid broadcast implementation into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move core condition variable functions into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move core mutex functions into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | x86: Remove low-level lock optimization |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: pthread_mutex_lock, pthread_mutex_unock single... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move internal symbol __mutex_aconf into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | pthread: Introduce __pthread_early_init |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move the internal thread priority protection... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move rwlock functions with forwarders into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_key_delete into libc. |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_setspecific, __pthread_setspecific... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_getspecific, __pthread_getspecific... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_key_create, __pthread_key_create... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move part of TCB initialization from libpthread... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | elf: Introduce __tls_init_tp for second-phase TCB initi... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | Remove pthread_key_create-related internals from libc... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | dlfcn: dlerror needs to call free from the base namespa... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | dlfcn: Failures after dlmopen should not terminate... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Invoke the set_robust_list system call directly... |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_setcanceltype into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_setcancelstate into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move pthread_exit into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move __nptl_deallocate_tsd into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl: Move __pthread_keys global variable into libc |
commit | commitdiff | tree | snapshot |
2021-04-21 |
Florian Weimer | nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE |
commit | commitdiff | tree | snapshot |
next |