aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein60-0/+82
2021-10-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-10-23x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein1-2/+2
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey43-8/+152
2021-10-21elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella1-0/+9
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-1/+13
2021-10-20linux: Fix a possibly non-constant expression in _Static_assertFangrui Song1-3/+3
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu3-139/+155
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella5-277/+0
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu4-27/+16
2021-10-18timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne1-1/+1
2021-10-18hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault1-3/+3
2021-10-18hurd: Fix intr-msg parameter/stack kludgeSamuel Thibault1-10/+39
2021-10-14x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu17-172/+80
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella29-110/+199
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein5-95/+232
2021-10-12x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein1-192/+242
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella3-0/+3
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