aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05elf: Avoid nested functions in the loader (all ports) [BZ #27220]maskray/unnestFangrui Song
2021-10-05Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers
2021-10-05aarch64: update libm test ulpsSzabolcs Nagy
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann
2021-10-04Fix stdio-common tests for GCC 12 -WaddressJoseph Myers
2021-10-04benchtests: Building benchmarks as static executablesH.J. Lu
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-10-04time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella
2021-10-04io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella
2021-10-04Update to Unicode 14.0.0 [BZ #28390]Mike FABIAN
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer
2021-10-01support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella
2021-10-01support: Add support_mutex_pi_monotonicAdhemerval Zanella
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella
2021-10-01Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers
2021-09-30elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu
2021-09-30Add missing braces to bsearch inline implementation [BZ #28400]Florian Weimer
2021-09-30Update alpha libm-test-ulpsAdhemerval Zanella
2021-09-30Suppress -Wcast-qual warnings in bsearchJonathan Wakely
2021-09-29elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu
2021-09-29powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers
2021-09-29Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers
2021-09-28Add fmaximum, fminimum functionsJoseph Myers
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer
2021-09-28pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne
2021-09-27powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song
2021-09-27posix: Remove spawni.cAdhemerval Zanella
2021-09-27Disable symbol hack in libc_nonshared.aH.J. Lu
2021-09-27linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella
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