aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Fix nios2 localplt failureJoseph Myers1-0/+1
2021-10-11elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song10-183/+5
2021-10-08x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein1-2/+5
2021-10-08Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez1-36/+14
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song21-216/+272
2021-10-07Add run-time check for indirect external accessH.J. Lu1-0/+54
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu4-7/+26
2021-10-07S390: Add PCI_MIO and SIE HWCAPsStefan Liebler3-3/+12
2021-10-06S390: update libm test ulpsStefan Liebler1-1/+1
2021-10-06powerpc: update libm test ulpsAdhemerval Zanella1-1/+1
2021-10-06y2038: Use a common definition for stat for sparc32Adhemerval Zanella1-23/+31
2021-10-05aarch64: update libm test ulpsSzabolcs Nagy1-1/+1
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann1-3/+3
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy4-3/+176
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2-0/+93
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella2-15/+28
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella2-54/+5
2021-10-01Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach1-0/+8
2021-09-30Update alpha libm-test-ulpsAdhemerval Zanella1-49/+53
2021-09-29powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2-6/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers42-1/+1967
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2-116/+0
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 Zanella1-50/+18
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella2-0/+12
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault1-5/+11
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-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-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2-0/+62
2021-09-22Add narrowing fma functionsJoseph Myers67-1/+947
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu6-14/+98
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers1-0/+3
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers14-14/+18
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-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer1-2/+19
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu1-4/+8
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev21-32/+0
2021-09-16htl: Reimplement GSCOPESergey Bugaev3-20/+76
2021-09-16htl: Move thread table to ld.soSergey Bugaev9-11/+52
2021-09-15Redirect fma calls to __fma in libmJoseph Myers21-0/+21
2021-09-15mach lll_lock/unlock: Explicitly request private lockingSamuel Thibault1-2/+2