aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-23posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-23NEWS: Add missing bug closuresSamuel Thibault
2021-02-23added rt to malloc/Depend [BZ #27132]Paul Zimmermann
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu
2021-02-22nptl: Move futex-internal into libcFlorian Weimer
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer
2021-02-22nptl: Reformat VersionsFlorian Weimer
2021-02-22nptl: Split libpthread-routines into one routine per lineFlorian Weimer
2021-02-22x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer
2021-02-22Use Linux 5.11 in build-many-glibcs.py.Joseph Myers
2021-02-22<bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu
2021-02-22x86_64/clone.S: Upate commentsH.J. Lu
2021-02-22i386/clone.S: Remove redundant EBX loadH.J. Lu
2021-02-22aarch64: Remove the unused __read_tp symbolSzabolcs Nagy
2021-02-22build-many-glibcs.py: Use make -O for more consistent log outputFlorian Weimer
2021-02-21configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSENaohiro Tamura
2021-02-21configure: Remove obsolete AC_CHECK_TOOL_PREFIXNaohiro Tamura
2021-02-21configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRINGNaohiro Tamura
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers
2021-02-19Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin
2021-02-19string: Work around GCC PR 98512 in rawmemchrFlorian Weimer
2021-02-16tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski
2021-02-16tst: Provide test for difftimeLukasz Majewski
2021-02-16tst: Provide test for ctimeLukasz Majewski
2021-02-16tst: Provide test for sched_rr_get_intervalLukasz Majewski
2021-02-16S390: Add new hwcap values.Stefan Liebler
2021-02-15aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella
2021-02-11linux: Remove stat-check.cAdhemerval Zanella
2021-02-11linux: Remove overflow.hAdhemerval Zanella
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-02-10setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni
2021-02-10benchtests: Updated json bench-variant attributeNaohiro Tamura
2021-02-09regex: stop using allocaAdhemerval Zanella