about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Update alpha libm-test-ulpsAdhemerval Zanella2021-09-301-49/+53
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2021-09-292-6/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-2842-1/+1967
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2021-09-282-116/+0
* pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne2021-09-281-1/+0
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-272-4/+0
* posix: Remove spawni.cAdhemerval Zanella2021-09-271-343/+0
* Disable symbol hack in libc_nonshared.aH.J. Lu2021-09-272-2/+4
* linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella2021-09-271-5/+134
* linux: Simplify get_nprocsAdhemerval Zanella2021-09-271-50/+18
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-272-0/+12
* htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault2021-09-261-5/+11
* 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
* 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
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2021-09-232-0/+62
* Add narrowing fma functionsJoseph Myers2021-09-2267-1/+947
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-226-14/+98
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-221-0/+3
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-2114-14/+18
* 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
* nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2021-09-201-2/+19
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-4/+8
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-1621-32/+0
* htl: Reimplement GSCOPESergey Bugaev2021-09-163-20/+76
* htl: Move thread table to ld.soSergey Bugaev2021-09-169-11/+52
* Redirect fma calls to __fma in libmJoseph Myers2021-09-1521-0/+21
* mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault2021-09-151-2/+2
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-151-5/+6
* 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
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-133-0/+212
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-134-90/+95
* Add narrowing square root functionsJoseph Myers2021-09-1064-1/+994
* Update syscall lists for Linux 5.14Joseph Myers2021-09-0826-2/+33
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* Update hppa libm-test-ulpsJohn David Anglin2021-09-061-1/+1
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura2021-09-061-1/+8
* Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy2021-09-061-8/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031611-1979/+0
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha2021-09-031-1/+8
* configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song2021-08-311-0/+4
* hurd msync: Drop bogus testSamuel Thibault2021-08-311-3/+0
* hurd: Fix typo in msyncSamuel Thibault2021-08-311-1/+1
* x86-64: Use testl to check __x86_string_controlH.J. Lu2021-08-301-2/+2
* i686: Don't include multiarch memove in libc.aH.J. Lu2021-08-301-1/+1