aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-26htl: Fix sigset of main threadSamuel Thibault
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu
2021-09-24benchtests: Improve reliability of memcmp benchmarksNoah Goldstein
2021-09-24Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers
2021-09-24build-many-glibcs.py: add powerpc64le glibc variant without multiarchPaul E. Murphy
2021-09-24Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers
2021-09-24Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer
2021-09-24i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song
2021-09-24aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura
2021-09-24xsysconf: Only fail on error results and errno setStafford Horne
2021-09-23powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho
2021-09-23Fix ffma use of round-to-odd on x86Joseph Myers
2021-09-23vfprintf: Unify argument handling in process_argFlorian Weimer
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers
2021-09-21Mention today's regex merge in SHARED-FILESPaul Eggert
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-21regex: copy back from GnulibPaul Eggert
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer
2021-09-20powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke
2021-09-20elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-17Use $(pie-default) with conformtestJoseph Myers
2021-09-17Run conform/ tests using newly built libcJoseph Myers
2021-09-16posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno
2021-09-16Fix build-many-glibcs.py --strip for installed library renamingJoseph Myers
2021-09-16benchtests: Fix validate_benchout.py exceptionsNaohiro Tamura
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-16htl: Reimplement GSCOPESergey Bugaev
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-16time: Fix compile error in itimer test affecting hurdStafford Horne
2021-09-15mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-14Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers
2021-09-14Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers
2021-09-13configure: Fix check for INSERT in linker scriptFangrui Song
2021-09-13iconvconfig: Fix behaviour with --prefix [BZ #28199]Siddhesh Poyarekar
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-09-13benchtests: Remove redundant assert.hNaohiro Tamura
2021-09-13benchtests: Enable scripts/plot_strings.py to read stdinNaohiro Tamura
2021-09-10Add narrowing square root functionsJoseph Myers