2021-04-25 |
Noah Goldstein | x86: Optimize strchr-evex.S |
commit | commitdiff | tree |
2021-04-25 |
Noah Goldstein | x86: Optimize strchr-avx2.S |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Remove __h_errno_location from libpthread |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Remove __res_state from libpthread |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_trylock into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_lock into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_init, Move pthread_spin_unlock... |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_spin_destroy into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_setpshared into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_setclock into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_getpshared into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_condattr_getclock into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_settype, __pthread_mutexat... |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setrobust into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | pthread: Use pthread_mutexattr_setrobust in tests |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setpshared into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setprotocol into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_setprioceiling into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_init, __pthread_mutexattr_... |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_gettype into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getrobust into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getpshared into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getprotocol into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_getprioceiling into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutexattr_destroy into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_trylock, __pthread_mutex_trylo... |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_timedlock, pthread_mutex_clock... |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_setprioceiling into libc |
commit | commitdiff | tree |
2021-04-23 |
Florian Weimer | nptl: Move pthread_mutex_getprioceiling into libc |
commit | commitdiff | tree |
2021-04-22 |
Matheus Castanho | powerpc: Add optimized strlen for POWER10 |
commit | commitdiff | tree |
2021-04-22 |
Florian Weimer | nptl: Do not build nptl/tst-pthread-gdb-attach as PIE |
commit | commitdiff | tree |
2021-04-22 |
Florian Weimer | nptl: Move pthread_kill_other_threads_np compatibility... |
commit | commitdiff | tree |
2021-04-22 |
H.J. Lu | x86: tst-cpu-features-supports.c: Update AMX check |
commit | commitdiff | tree |
2021-04-22 |
Florian Weimer | nptl: Move pthread_atfork compatibility symbol to libc |
commit | commitdiff | tree |
2021-04-22 |
Florian Weimer | nptl: Check for compatible GDB in nptl/tst-pthread... |
commit | commitdiff | tree |
2021-04-22 |
Florian Weimer | nptl: __nptl_set_robust_list_avail must be nocommon |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Remove remnants of the libc/libpthread forwarder... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move setxid broadcast implementation into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move core condition variable functions into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move core mutex functions into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | x86: Remove low-level lock optimization |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: pthread_mutex_lock, pthread_mutex_unock single... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move internal symbol __mutex_aconf into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | pthread: Introduce __pthread_early_init |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move the internal thread priority protection... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move rwlock functions with forwarders into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_key_delete into libc. |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_setspecific, __pthread_setspecific... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_getspecific, __pthread_getspecific... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_key_create, __pthread_key_create... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move part of TCB initialization from libpthread... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | elf: Introduce __tls_init_tp for second-phase TCB initi... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | Remove pthread_key_create-related internals from libc... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | dlfcn: dlerror needs to call free from the base namespa... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | dlfcn: Failures after dlmopen should not terminate... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Invoke the set_robust_list system call directly... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_setcanceltype into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_setcancelstate into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_exit into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move __nptl_deallocate_tsd into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move __pthread_keys global variable into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move internal __nptl_nthreads variable into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | csu: Move calling main out of __libc_start_main_impl |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move __pthread_unwind_next into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_once and __pthread_once into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move __pthread_cleanup_upto into libc |
commit | commitdiff | tree |
2021-04-21 |
Adhemerval... | x86: Restore compile-time check for shadow stack pointe... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Remove longjmp, siglongjmp from libpthread |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move legacy cancelation handling into libc as... |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move legacy unwinding implementation into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move __pthread_cleanup_routine into libc |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl: Move pthread_mutex_consistent into libc |
commit | commitdiff | tree |
2021-04-21 |
Szabolcs Nagy | elf: Remove lazy tlsdesc relocation related code |
commit | commitdiff | tree |
2021-04-21 |
Andreas Schwab | Fix argv overrun in getconf (bug 27761) |
commit | commitdiff | tree |
2021-04-21 |
Florian Weimer | nptl_db: Support different libpthread/ld.so load orders... |
commit | commitdiff | tree |
2021-04-20 |
Noah Goldstein | x86: Optimize strlen-avx2.S |
commit | commitdiff | tree |
2021-04-20 |
Noah Goldstein | x86: Optimize strlen-evex.S |
commit | commitdiff | tree |
2021-04-20 |
H.J. Lu | Reindent string/test-memmove.c |
commit | commitdiff | tree |
2021-04-19 |
Noah Goldstein | x86: Expand test-memset.c and bench-memset.c |
commit | commitdiff | tree |
2021-04-19 |
Noah Goldstein | x86: Optimize less_vec evex and avx512 memset-vec-unali... |
commit | commitdiff | tree |
2021-04-19 |
H.J. Lu | x86-64: Require BMI2 for strchr-avx2.S |
commit | commitdiff | tree |
2021-04-19 |
H.J. Lu | x86-64: Require BMI2 for __strlen_evex and __strnlen_evex |
commit | commitdiff | tree |
2021-04-18 |
Siddhesh Poyarekar | benchtests: Fix name of exp10f benchmark variant |
commit | commitdiff | tree |
2021-04-18 |
Siddhesh Poyarekar | benchtests: Fix pthread-locks test to produce valid... |
commit | commitdiff | tree |
2021-04-16 |
noah | x86: Expanding test-memmove.c, test-memcpy.c, bench... |
commit | commitdiff | tree |
2021-04-16 |
Fangrui Song | Set the retain attribute on _elf_set_element if CC... |
commit | commitdiff | tree |
2021-04-16 |
noah | x86: Update large memcpy case in memmove-vec-unaligned... |
commit | commitdiff | tree |
2021-04-16 |
Matheus Castanho | powerpc: Add missing registers to clobbers list for... |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | misc: syslog: Use static const for AF_UNIX address |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ... |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144) |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | misc: syslog: Use bool for connected |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | posix: Add wait3 tests |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | time: Add 64 bit tests for getdate / getdate_r |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | time: Add basic timespec_get tests |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | time: Add timegm/timelocal basic tests |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | time: Add gmtime/gmtime_r tests |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | time: Add getitimer and setitimer basic tests |
commit | commitdiff | tree |
2021-04-15 |
Adhemerval... | io: Use temporary directory and file for ftwtest-sh |
commit | commitdiff | tree |
next |