summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elf: Avoid nested functions in the loader (all ports) [BZ #27220]maskray/unnestFangrui Song2021-09-2428-329/+382
* build-many-glibcs.py: add powerpc64le glibc variant without multiarchPaul E. Murphy2021-09-241-1/+3
* Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers2021-09-241-2/+6
* Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer2021-09-241-1/+1
* i386: Port elf_machine_{load_address,dynamic} from x86-64Fangrui Song2021-09-241-16/+9
* aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura2021-09-241-0/+3
* xsysconf: Only fail on error results and errno setStafford Horne2021-09-241-1/+1
* powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho2021-09-231-0/+2
* Fix ffma use of round-to-odd on x86Joseph Myers2021-09-231-0/+46
* vfprintf: Unify argument handling in process_argFlorian Weimer2021-09-231-117/+89
* vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer2021-09-231-111/+75
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2021-09-233-2/+72
* Add narrowing fma functionsJoseph Myers2021-09-2282-309/+37046
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-2216-41/+198
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-224-3664/+3667
* Mention today's regex merge in SHARED-FILESPaul Eggert2021-09-211-0/+12
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-2118-31/+9604
* regex: copy back from GnulibPaul Eggert2021-09-219-78/+142
* nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer2021-09-211-2/+2
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2021-09-201-0/+1
* elf: Include <sysdep.h> in elf/dl-debug-symbols.SFlorian Weimer2021-09-201-0/+4
* nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2021-09-202-10/+48
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-1916-45/+257
* Use $(pie-default) with conformtestJoseph Myers2021-09-171-1/+2
* Run conform/ tests using newly built libcJoseph Myers2021-09-173-10/+36
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-162-5/+3
* Fix build-many-glibcs.py --strip for installed library renamingJoseph Myers2021-09-161-9/+7
* benchtests: Fix validate_benchout.py exceptionsNaohiro Tamura2021-09-163-3/+9
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-1622-35/+0
* htl: Reimplement GSCOPESergey Bugaev2021-09-163-20/+76
* htl: Move thread table to ld.soSergey Bugaev2021-09-1613-63/+83
* Redirect fma calls to __fma in libmJoseph Myers2021-09-1525-0/+26
* time: Fix compile error in itimer test affecting hurdStafford Horne2021-09-162-2/+15
* mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault2021-09-151-2/+2
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-155-13/+16
* Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers2021-09-141-0/+4
* Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers2021-09-141-1/+1
* configure: Fix check for INSERT in linker scriptFangrui Song2021-09-132-2/+2
* iconvconfig: Fix behaviour with --prefix [BZ #28199]Siddhesh Poyarekar2021-09-133-12/+28
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-137-25/+275
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-136-95/+106
* benchtests: Remove redundant assert.hNaohiro Tamura2021-09-132-2/+0
* benchtests: Enable scripts/plot_strings.py to read stdinNaohiro Tamura2021-09-131-3/+8
* Add narrowing square root functionsJoseph Myers2021-09-1079-92/+5736
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2021-09-101-0/+7
* testrun.sh: Add support for --tool=rpctraceSergey Bugaev2021-09-101-2/+7
* Update syscall lists for Linux 5.14Joseph Myers2021-09-0826-2/+33
* Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2021-09-071-0/+1
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* Use Linux 5.14 in build-many-glibcs.pyJoseph Myers2021-09-071-1/+1