aboutsummaryrefslogtreecommitdiffstats
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu18-207/+645
2024-02-28sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end markerH.J. Lu1-3/+6
2024-02-28s390: Improve static-pie configure testsAdhemerval Zanella2-231/+40
2024-02-27x86: Change ENQCMD test to CHECK_FEATURE_PRESENTH.J. Lu1-1/+1
2024-02-26aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay18-105/+111
2024-02-26S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler3-12/+63
2024-02-25x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey62-295/+953
2024-02-25x86-64: Save APX registers in ld.so trampolineH.J. Lu1-5/+45
2024-02-23tests: gracefully handle AppArmor userns containmentSimon Chopin1-1/+2
2024-02-23powerpc: Remove power7 strstr optimizationAdhemerval Zanella8-671/+1
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella1-53/+4
2024-02-22math: Update mips64 ulpsXi Ruoyao1-3/+4
2024-02-19sparc: Treat the version field in the FPU control word as reservedDaniel Cederman1-1/+1
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz6-0/+456
2024-02-17Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz4-3/+216
2024-02-17Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2-4/+2
2024-02-16i386: Use generic memrchr in libc (bug 31316)Florian Weimer2-1/+1
2024-02-15Apply the Makefile sorting fixH.J. Lu5-57/+57
2024-02-15sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu1-2/+4
2024-02-14mips: Use builtins for ffs and ffsllJunxian Zhu1-0/+3
2024-02-13x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella1-1/+3
2024-02-13x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella1-0/+5
2024-02-13x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella1-20/+18
2024-02-12x86/cet: fix shadow stack test scriptsMichael Jeanson3-3/+3
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers1-0/+1
2024-02-08Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers1-0/+3
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella1-1/+0
2024-02-05LoongArch: Use builtins for ffs and ffsllXi Ruoyao1-0/+2
2024-02-05Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao1-2/+0
2024-02-02mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella1-5/+27
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers15-26/+26
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto26-648/+35
2024-02-01misc: tst-poll: Proper synchronize with child before sending the signalAdhemerval Zanella1-3/+3
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers18-24/+28
2024-01-30S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2-2/+6
2024-01-22riscv: add support for static PIEAndreas Schwab1-0/+11
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella1-2/+2
2024-01-22sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella1-1/+1
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-01-22sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella1-9/+4
2024-01-18sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman1-0/+30
2024-01-18sparc: Force calculation that raises exceptionDaniel Cederman1-5/+6
2024-01-18sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman1-0/+43
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2-4/+16
2024-01-18sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman1-1/+6
2024-01-18sparc: Use existing macros to avoid code duplicationDaniel Cederman1-7/+3
2024-01-17Update kernel version to 6.7 in header constant testsJoseph Myers3-4/+4
2024-01-17Update syscall lists for Linux 6.7Joseph Myers27-2/+107
2024-01-15x86-64: Check if mprotect works before rewriting PLTH.J. Lu3-1/+75
2024-01-13x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5