aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-10nptl: Eliminate __pthread_multiple_threadsFlorian Weimer
2021-05-10Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer
2021-05-10Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer
2021-05-10scripts/versions.awk: Add strings and hashes to <first-versions.h>Florian Weimer
2021-05-10Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer
2021-05-08x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein
2021-05-07x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu
2021-05-07powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino
2021-05-07malloc: Make tunable callback functions staticH.J. Lu
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira
2021-05-07linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira
2021-05-07misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira
2021-05-07linux: Remove /proc/cpuinfo fallback on alpha and sparcAdhemerval Zanella
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-05-07Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu
2021-05-06Use the correct diagnostic macro.Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-05-06nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrierattr_init into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrier_wait into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrier_init into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrier_destroy into libcFlorian Weimer
2021-05-05nptl: Move sem_trywait, sem_wait into libcFlorian Weimer
2021-05-05nptl: Move sem_unlink into libcFlorian Weimer
2021-05-05nptl: Move sem_timedwait into libcFlorian Weimer
2021-05-05nptl: Move sem_post into libcFlorian Weimer
2021-05-05nptl: Move sem_init into libcFlorian Weimer
2021-05-05nptl: Move sem_getvalue into libcFlorian Weimer
2021-05-05nptl: Move sem_destroy into libcFlorian Weimer
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2021-05-05nptl: Move sem_clockwait into libcFlorian Weimer
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-05-05nptl: Move pthread_testcancel into libcFlorian Weimer
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer
2021-05-04posix: Fix Hurd build failure in tst-execveatFlorian Weimer
2021-05-03x86: Optimize memchr-evex.SNoah Goldstein
2021-05-03x86: Optimize memchr-avx2.SNoah Goldstein
2021-05-03linux: use __fd_to_filename helper function instead of snprintf.Érico Nogueira
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková
2021-05-03Bench: Expand bench-memchr.cNoah Goldstein
2021-05-03locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan
2021-05-03nptl: Re-sort Versions fileFlorian Weimer
2021-05-03x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu
2021-05-03bench-memcpy: Collect data from 2KB to 4KBH.J. Lu
2021-05-03stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross