aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-02tst: Fix tst-timerfd testLukasz Majewski
2021-03-02i386: Regenerate ulpsFlorian Weimer
2021-03-02x86: Add CPU-specific diagnostics to ld.so --list-diagnosticsFlorian Weimer
2021-03-02x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfieldFlorian Weimer
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer
2021-03-02powerpc: Update libm-test-ulpsMatheus Castanho
2021-03-02tst: Add test for utimesLukasz Majewski
2021-03-02tst: Add test for utimeLukasz Majewski
2021-03-02tst: Add test for futimensLukasz Majewski
2021-03-02nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer
2021-03-02elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer
2021-03-01Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer
2021-03-01Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer
2021-03-01__frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer
2021-03-01sparc: Implement backtrace on top <unwind-link.h>Florian Weimer
2021-03-01m68k: Implement backtrace on top of <unwind-link.h>Florian Weimer
2021-03-01i386: Implement backtrace on top of <unwind-link.h>Florian Weimer
2021-03-01arm: Implement backtrace on top of <unwind-link.h>Florian Weimer
2021-03-01backtrace: Implement on top of <unwind-link.h>Florian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-03-01Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)Martin Sebor
2021-03-01aarch64: update ulps.Szabolcs Nagy
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