about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-0120-18/+600
* Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)Martin Sebor2021-03-011-4/+3
* aarch64: update ulps.Szabolcs Nagy2021-03-011-15/+17
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-2719-24/+3086
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-2563-315/+276
* posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella2021-02-232-104/+58
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2346-646/+185
* NEWS: Add missing bug closuresSamuel Thibault2021-02-231-5/+6
* added rt to malloc/Depend [BZ #27132]Paul Zimmermann2021-02-231-0/+1
* x86: Use x86/nptl/pthreaddef.hH.J. Lu2021-02-222-48/+7
* nptl: Move futex-internal into libcFlorian Weimer2021-02-224-7/+7
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-226-36/+9
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-223-2/+4
* nptl: Reformat VersionsFlorian Weimer2021-02-221-188/+279
* nptl: Split libpthread-routines into one routine per lineFlorian Weimer2021-02-221-86/+152
* x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer2021-02-221-12/+0
* Use Linux 5.11 in build-many-glibcs.py.Joseph Myers2021-02-221-1/+1
* <bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu2021-02-221-1/+1
* x86_64/clone.S: Upate commentsH.J. Lu2021-02-221-6/+8
* i386/clone.S: Remove redundant EBX loadH.J. Lu2021-02-221-6/+0
* aarch64: Remove the unused __read_tp symbolSzabolcs Nagy2021-02-223-51/+0
* build-many-glibcs.py: Use make -O for more consistent log outputFlorian Weimer2021-02-221-1/+1
* configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSENaohiro Tamura2021-02-211-1/+2
* configure: Remove obsolete AC_CHECK_TOOL_PREFIXNaohiro Tamura2021-02-212-2/+0
* configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRINGNaohiro Tamura2021-02-211-30/+30
* Update syscall lists for Linux 5.11.Joseph Myers2021-02-1926-2/+28
* Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin2021-02-194-4/+4
* string: Work around GCC PR 98512 in rawmemchrFlorian Weimer2021-02-191-11/+15
* tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski2021-02-162-1/+110
* tst: Provide test for difftimeLukasz Majewski2021-02-162-1/+57
* tst: Provide test for ctimeLukasz Majewski2021-02-162-1/+57
* tst: Provide test for sched_rr_get_intervalLukasz Majewski2021-02-162-1/+46
* S390: Add new hwcap values.Stefan Liebler2021-02-163-3/+8
* aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy2021-02-151-0/+34
* elf: Do not copy vDSO soname when setting up link mapFlorian Weimer2021-02-121-12/+5
* x86: Remove the extra space between "# endif"H.J. Lu2021-02-121-1/+1
* hurd: Fix fstatfs build failureAdhemerval Zanella2021-02-111-1/+1
* linux: Remove stat-check.cAdhemerval Zanella2021-02-113-30/+13
* linux: Remove overflow.hAdhemerval Zanella2021-02-111-69/+0
* linux: Consolidate internal_statvfsAdhemerval Zanella2021-02-119-37/+56
* linux: Consolidate statvfs implementationsAdhemerval Zanella2021-02-117-48/+26
* linux: Consolidate fstatvfs implementationsAdhemerval Zanella2021-02-117-46/+25
* linux: Consolidate statfs implementationsAdhemerval Zanella2021-02-119-81/+125
* linux: Consolidate fstatfs implementationsAdhemerval Zanella2021-02-1110-77/+129
* linux: Set LFS statfs as defaultAdhemerval Zanella2021-02-112-11/+75
* linux: Set default kernel_stat.h to LFSAdhemerval Zanella2021-02-1115-200/+231
* linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella2021-02-118-8/+36
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-102-1/+7
* x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar2021-02-101-5/+5
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-106-127/+75