aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer
2021-04-21nptl: Move __pthread_keys global variable into libcFlorian Weimer
2021-04-21nptl_db: Introduce DB_MAIN_ARRAY_VARIABLEFlorian Weimer
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer
2021-04-21x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-21Fix argv overrun in getconf (bug 27761)Andreas Schwab
2021-04-21nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer
2021-04-19x86: Optimize strlen-avx2.SNoah Goldstein
2021-04-19x86: Optimize strlen-evex.SNoah Goldstein
2021-04-19Reindent string/test-memmove.cH.J. Lu
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein
2021-04-19x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein
2021-04-19x86-64: Require BMI2 for strchr-avx2.SH.J. Lu
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu
2021-04-18benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar
2021-04-18benchtests: Fix pthread-locks test to produce valid jsonSiddhesh Poyarekar
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah
2021-04-16powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho
2021-04-15misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella
2021-04-15misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella
2021-04-15posix: Add wait3 testsAdhemerval Zanella
2021-04-15time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella
2021-04-15time: Add basic timespec_get testsAdhemerval Zanella