aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-04-23nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer61-29/+64
2021-04-23nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer61-29/+64
2021-04-22powerpc: Add optimized strlen for POWER10Matheus Castanho5-1/+230
2021-04-22nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer61-29/+32
2021-04-22x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu1-3/+3
2021-04-22nptl: Move pthread_atfork compatibility symbol to libcFlorian Weimer33-15/+18
2021-04-22nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer1-1/+1
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer2-72/+6
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer3-28/+3
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer62-220/+80
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer63-259/+266
2021-04-21x86: Remove low-level lock optimizationFlorian Weimer3-89/+0
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer3-0/+102
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer1-0/+29
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer63-192/+294
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer61-29/+64
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer63-61/+128
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer63-61/+128
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer63-61/+128
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2-29/+37
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2-0/+35
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer3-48/+7
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer1-0/+7
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer1-0/+9
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2-10/+2
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer30-30/+0
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer34-42/+6
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer31-31/+1
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2-6/+0
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2-13/+2
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer2-0/+112
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer71-162/+86
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer64-72/+131
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer3-12/+4
2021-04-21x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella1-0/+39
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer30-224/+28
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer61-116/+128
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer3-58/+31
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer61-29/+64
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer65-65/+109
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy4-4/+0
2021-04-19x86: Optimize strlen-avx2.SNoah Goldstein2-214/+334
2021-04-19x86: Optimize strlen-evex.SNoah Goldstein1-264/+317
2021-04-19x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein5-27/+74
2021-04-19x86-64: Require BMI2 for strchr-avx2.SH.J. Lu2-5/+11
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah1-73/+265
2021-04-16powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho1-3/+6
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella1-4/+0
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella5-229/+1