aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-01-25aarch64: Move and update the definition of MTE_ENABLEDSzabolcs Nagy2-11/+11
2021-01-25Fix misplaced constAndreas Schwab2-2/+2
2021-01-23Update C-SKY libm-test-ulpsMao Han2-54/+61
2021-01-22linux: mips: Fix getdents64 fallback on mips64-n32Adhemerval Zanella2-24/+42
2021-01-22x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]H.J. Lu1-13/+30
2021-01-22x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baselineH.J. Lu1-1/+1
2021-01-22powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer3-1/+10
2021-01-21x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu6-0/+184
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella16-28/+26
2021-01-21aarch64: revert memcpy optimze for kunpeng to avoid performance degradationShuo Wang1-1/+1
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy2-0/+10
2021-01-21configure: Check for static PIE supportSzabolcs Nagy6-0/+19
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu23-842/+1160
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu2-2/+53
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu1-0/+8
2021-01-19Hurd: Add rtld-strncpy-c.cH.J. Lu1-0/+1
2021-01-18Update MIPS libm-test-ulps.Joseph Myers2-22/+24
2021-01-18Update arm libm-test-ulps.Joseph Myers1-11/+12
2021-01-18Update powerpc-nofpu libm-test-ulps.Joseph Myers1-16/+17
2021-01-18Update hppa libm-test-ulpsJohn David Anglin1-11/+12
2021-01-17ARC: nofpu: Regenerate ulpsVineet Gupta1-5/+6
2021-01-14x86: Move x86 processor cache info to cpu_featuresH.J. Lu5-412/+551
2021-01-14Fix x86 build with --enable-tunable=noAdhemerval Zanella2-0/+2
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu17-92/+412
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu3-1/+11
2021-01-12posix: consume less entropy on tempnameAdhemerval Zanella1-3/+14
2021-01-11math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella1-1/+2
2021-01-11posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella1-116/+164
2021-01-11posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella1-0/+4
2021-01-10riscv: Initialize $gp before resolving the IRELATIVE relocationVincent Chen1-1/+21
2021-01-10riscv: support GNU indirect functionVincent Chen2-0/+78
2021-01-08ARC: Regenerate ulpsVineet Gupta1-4/+4
2021-01-08aarch64: define PI_STATIC_AND_HIDDENSzabolcs Nagy2-0/+9
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu19-93/+626
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra40-1843/+422
2021-01-07Remove dbl-64/wordsize-64Wilco Dijkstra4-4/+31
2021-01-06Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10.Joseph Myers1-1/+5
2021-01-05stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella1-1/+2
2021-01-05alpha: Provide wait4 for static library [BZ #27150]Adhemerval Zanella1-0/+2
2021-01-05aarch64: push the set of rules before falling into slow pathShuo Wang1-0/+2
2021-01-04x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2-10/+22
2021-01-04hurd: Fix mmap(!MAP_FIXED) on bogus addressSamuel Thibault1-3/+6
2021-01-04x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu1-0/+21
2021-01-04aarch64: fix stack missing after sp is updatedShuo Wang1-1/+1
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar2-4/+1
2021-01-04Move generic nan-pseudo-number.h to ldbl-96Siddhesh Poyarekar1-0/+0
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert6216-6216/+6216
2020-12-31aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy28-75/+74
2020-12-30powerpc: Use scv instruction on clone when availableMatheus Castanho1-3/+30