aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-12RISC-V: Enable static-pie.Yanzhang Wang3-1/+77
2024-01-12linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella1-2/+5
2024-01-12math: remove exp10 wrappersWilco Dijkstra27-3/+40
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao3-1/+16
2024-01-11x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu9-37/+120
2024-01-10i386: Remove CET support bitsH.J. Lu12-89/+45
2024-01-10x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2-1/+1
2024-01-10x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu3-65/+47
2024-01-10x86: Move x86-64 shadow stack startup codesH.J. Lu1-1/+1
2024-01-09i386: Fail if configured with --enable-cetAdhemerval Zanella2-7/+8
2024-01-09i386: Remove CET supportAdhemerval Zanella31-770/+75
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella62-265/+270
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella553-155556/+24
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu4-2/+89
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein1-1/+1