aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein
2021-10-12x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella
2021-10-11Fix nios2 localplt failureJoseph Myers
2021-10-11elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song
2021-10-08x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein
2021-10-08Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-10-07Add run-time check for indirect external accessH.J. Lu
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu
2021-10-07S390: Add PCI_MIO and SIE HWCAPsStefan Liebler
2021-10-06S390: update libm test ulpsStefan Liebler
2021-10-06powerpc: update libm test ulpsAdhemerval Zanella
2021-10-06y2038: Use a common definition for stat for sparc32Adhemerval Zanella
2021-10-05aarch64: update libm test ulpsSzabolcs Nagy
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella
2021-10-01Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach
2021-09-30Update alpha libm-test-ulpsAdhemerval Zanella
2021-09-29powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke
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: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault
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-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-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-22Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer
2021-09-20powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev