about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-1/+13
* linux: Fix a possibly non-constant expression in _Static_assertFangrui Song2021-10-201-3/+3
* x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu2021-10-203-139/+155
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-205-277/+0
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-10-194-27/+16
* timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne2021-10-181-1/+1
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2021-10-181-3/+3
* hurd: Fix intr-msg parameter/stack kludgeSamuel Thibault2021-10-181-10/+39
* x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu2021-10-1417-172/+80
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-1429-110/+199
* x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein2021-10-125-95/+232
* x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein2021-10-121-192/+242
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-123-0/+3
* Fix nios2 localplt failureJoseph Myers2021-10-111-0/+1
* elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song2021-10-1110-183/+5
* x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein2021-10-081-2/+5
* Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez2021-10-081-36/+14
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-0721-216/+272
* Add run-time check for indirect external accessH.J. Lu2021-10-071-0/+54
* Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu2021-10-074-7/+26
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-073-3/+12
* S390: update libm test ulpsStefan Liebler2021-10-061-1/+1
* powerpc: update libm test ulpsAdhemerval Zanella2021-10-061-1/+1
* y2038: Use a common definition for stat for sparc32Adhemerval Zanella2021-10-061-23/+31
* aarch64: update libm test ulpsSzabolcs Nagy2021-10-051-1/+1
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-051-3/+3
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-044-3/+176
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-012-0/+93
* nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella2021-10-012-15/+28
* nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella2021-10-012-54/+5
* Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach2021-10-011-0/+8
* 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