aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01support: Add support_mutex_pi_monotonicAdhemerval Zanella3-0/+41
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella5-56/+72
2021-10-01Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach1-0/+8
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers3-1/+12
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers5-4/+24
2021-09-30elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu1-1/+1
2021-09-30Add missing braces to bsearch inline implementation [BZ #28400]Florian Weimer1-1/+3
2021-09-30Update alpha libm-test-ulpsAdhemerval Zanella1-49/+53
2021-09-30Suppress -Wcast-qual warnings in bsearchJonathan Wakely1-1/+8
2021-09-29elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu1-0/+4
2021-09-29powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2-6/+2
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers2-2/+12
2021-09-29Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers1-0/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers66-11/+3634
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer3-159/+22
2021-09-28pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne1-1/+0
2021-09-27powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2-4/+0
2021-09-27posix: Remove spawni.cAdhemerval Zanella1-343/+0
2021-09-27Disable symbol hack in libc_nonshared.aH.J. Lu2-2/+4
2021-09-27linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella1-5/+134
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella3-51/+68
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella5-2/+25
2021-09-26htl: Fix sigset of main threadSamuel Thibault1-2/+5
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault1-5/+11
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu1-2/+3
2021-09-24benchtests: Improve reliability of memcmp benchmarksNoah Goldstein1-11/+10
2021-09-24Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers2-0/+7
2021-09-24build-many-glibcs.py: add powerpc64le glibc variant without multiarchPaul E. Murphy1-1/+3
2021-09-24Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers1-2/+6
2021-09-24Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer1-1/+1
2021-09-24i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song1-16/+9
2021-09-24aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura1-0/+3
2021-09-24xsysconf: Only fail on error results and errno setStafford Horne1-1/+1
2021-09-23powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho1-0/+2
2021-09-23Fix ffma use of round-to-odd on x86Joseph Myers1-0/+46
2021-09-23vfprintf: Unify argument handling in process_argFlorian Weimer1-117/+89
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer1-111/+75
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer3-2/+72
2021-09-22Add narrowing fma functionsJoseph Myers82-309/+37046
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu16-41/+198
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers4-3664/+3667
2021-09-21Mention today's regex merge in SHARED-FILESPaul Eggert1-0/+12
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers18-31/+9604
2021-09-21regex: copy back from GnulibPaul Eggert9-78/+142
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer1-2/+2
2021-09-20powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke1-0/+1
2021-09-20elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer1-0/+4
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2-10/+48
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu16-45/+257
2021-09-17Use $(pie-default) with conformtestJoseph Myers1-1/+2