aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-06y2038: Use a common definition for stat for sparc32Adhemerval Zanella1-23/+31
2021-10-05Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers1-1/+1
2021-10-05aarch64: update libm test ulpsSzabolcs Nagy1-1/+1
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann3-3/+1148
2021-10-04Fix stdio-common tests for GCC 12 -WaddressJoseph Myers3-10/+0
2021-10-04benchtests: Building benchmarks as static executablesH.J. Lu2-7/+29
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy10-12/+235
2021-10-04time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella1-9/+10
2021-10-04io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella1-1/+3
2021-10-04Update to Unicode 14.0.0 [BZ #28390]Mike FABIAN15-2246/+4913
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer3-3/+94
2021-10-01support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer1-1/+4
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella4-38/+54
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