about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer2021-05-1110-158/+212
* nptl: Move pthread_setattr_default_np into libcFlorian Weimer2021-05-1165-35/+80
* nptl: Remove always-disabled debugging supportFlorian Weimer2021-05-113-75/+5
* nptl: Replace pthread_sigqueue implementation with Linux oneFlorian Weimer2021-05-112-75/+38
* get-translit.py: Fix typoSiddhesh Poyarekar2021-05-111-1/+1
* _dl_exception_create_format: Add missing va_endSiddhesh Poyarekar2021-05-111-0/+1
* linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella2021-05-1032-92/+3
* linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella2021-05-1032-94/+3
* linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella2021-05-1032-94/+3
* Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor2021-05-101-1/+11
* Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390Joseph Myers2021-05-101-0/+10
* add workload traces for cbrtlPaul Zimmermann2021-05-103-0/+1011
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-105-119/+110
* nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libcFlorian Weimer2021-05-104-6/+14
* nptl: Simplify resetting the in-flight stack in __reclaim_stacksFlorian Weimer2021-05-101-3/+3
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-109-83/+100
* nptl: Simplify the change_stack_perm calling conventionFlorian Weimer2021-05-101-24/+5
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-104-30/+36
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-106-40/+60
* nptl: Eliminate __pthread_multiple_threadsFlorian Weimer2021-05-104-17/+3
* Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer2021-05-101-29/+7
* Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer2021-05-101-2/+9
* nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer2021-05-108-30/+13
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-107-24/+120
* scripts/versions.awk: Add strings and hashes to <first-versions.h>Florian Weimer2021-05-101-0/+36
* Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer2021-05-101-1/+1
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-0810-41/+217
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2021-05-071-1/+1
* powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino2021-05-075-20/+22
* malloc: Make tunable callback functions staticH.J. Lu2021-05-071-2/+2
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-073-161/+15
* linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira2021-05-071-5/+3
* misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira2021-05-071-5/+2
* linux: Remove /proc/cpuinfo fallback on alpha and sparcAdhemerval Zanella2021-05-073-97/+1
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-078-338/+31
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-076-130/+14
* Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu2021-05-071-2/+3
* Use the correct diagnostic macro.Martin Sebor2021-05-061-1/+1
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-0616-45/+95
* nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrierattr_init into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrier_wait into libcFlorian Weimer2021-05-0664-34/+80
* nptl: Move pthread_barrier_init into libcFlorian Weimer2021-05-0665-35/+83
* nptl: Move pthread_barrier_destroy into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move sem_trywait, sem_wait into libcFlorian Weimer2021-05-0564-83/+170
* nptl: Move sem_unlink into libcFlorian Weimer2021-05-0565-33/+93
* nptl: Move sem_timedwait into libcFlorian Weimer2021-05-0565-37/+81
* nptl: Move sem_post into libcFlorian Weimer2021-05-0564-42/+84