aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer20-18/+600
2021-03-01Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)Martin Sebor1-4/+3
2021-03-01aarch64: update ulps.Szabolcs Nagy1-15/+17
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann19-24/+3086
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer63-315/+276
2021-02-23posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella2-104/+58
2021-02-23nptl: Move elision implementations into libcFlorian Weimer46-646/+185
2021-02-23NEWS: Add missing bug closuresSamuel Thibault1-5/+6
2021-02-23added rt to malloc/Depend [BZ #27132]Paul Zimmermann1-0/+1
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu2-48/+7
2021-02-22nptl: Move futex-internal into libcFlorian Weimer4-7/+7
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer6-36/+9
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer3-2/+4
2021-02-22nptl: Reformat VersionsFlorian Weimer1-188/+279
2021-02-22nptl: Split libpthread-routines into one routine per lineFlorian Weimer1-86/+152
2021-02-22x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer1-12/+0
2021-02-22Use Linux 5.11 in build-many-glibcs.py.Joseph Myers1-1/+1
2021-02-22<bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu1-1/+1
2021-02-22x86_64/clone.S: Upate commentsH.J. Lu1-6/+8
2021-02-22i386/clone.S: Remove redundant EBX loadH.J. Lu1-6/+0
2021-02-22aarch64: Remove the unused __read_tp symbolSzabolcs Nagy3-51/+0
2021-02-22build-many-glibcs.py: Use make -O for more consistent log outputFlorian Weimer1-1/+1
2021-02-21configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSENaohiro Tamura1-1/+2
2021-02-21configure: Remove obsolete AC_CHECK_TOOL_PREFIXNaohiro Tamura2-2/+0
2021-02-21configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRINGNaohiro Tamura1-30/+30
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers26-2/+28
2021-02-19Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin4-4/+4
2021-02-19string: Work around GCC PR 98512 in rawmemchrFlorian Weimer1-11/+15
2021-02-16tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski2-1/+110
2021-02-16tst: Provide test for difftimeLukasz Majewski2-1/+57
2021-02-16tst: Provide test for ctimeLukasz Majewski2-1/+57
2021-02-16tst: Provide test for sched_rr_get_intervalLukasz Majewski2-1/+46
2021-02-16S390: Add new hwcap values.Stefan Liebler3-3/+8
2021-02-15aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy1-0/+34
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer1-12/+5
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu1-1/+1
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella1-1/+1
2021-02-11linux: Remove stat-check.cAdhemerval Zanella3-30/+13
2021-02-11linux: Remove overflow.hAdhemerval Zanella1-69/+0
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella9-37/+56
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella7-48/+26
2021-02-11linux: Consolidate fstatvfs implementationsAdhemerval Zanella7-46/+25
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella9-81/+125
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella10-77/+129
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella2-11/+75
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella15-200/+231
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella8-8/+36
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2-1/+7
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar1-5/+5
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar6-127/+75