about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2024-02-172-4/+2
* i386: Use generic memrchr in libc (bug 31316)Florian Weimer2024-02-162-1/+1
* Apply the Makefile sorting fixH.J. Lu2024-02-155-57/+57
* sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu2024-02-151-2/+4
* mips: Use builtins for ffs and ffsllJunxian Zhu2024-02-141-0/+3
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-02-131-1/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-02-131-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-02-131-20/+18
* x86/cet: fix shadow stack test scriptsMichael Jeanson2024-02-123-3/+3
* Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers2024-02-081-0/+1
* Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers2024-02-081-0/+3
* arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella2024-02-051-1/+0
* LoongArch: Use builtins for ffs and ffsllXi Ruoyao2024-02-051-0/+2
* Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao2024-02-051-2/+0
* mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella2024-02-021-5/+27
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-0115-26/+26
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-0126-648/+35
* misc: tst-poll: Proper synchronize with child before sending the signalAdhemerval Zanella2024-02-011-3/+3
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-0118-24/+28
* S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2024-01-302-2/+6
* riscv: add support for static PIEAndreas Schwab2024-01-221-0/+11
* sh: Fix static build with --enable-fortifyAdhemerval Zanella2024-01-221-2/+2
* sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella2024-01-221-1/+1
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-01-221-2/+5
* sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella2024-01-221-9/+4
* sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman2024-01-181-0/+30
* sparc: Force calculation that raises exceptionDaniel Cederman2024-01-181-5/+6
* sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman2024-01-181-0/+43
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-01-182-4/+16
* sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman2024-01-181-1/+6
* sparc: Use existing macros to avoid code duplicationDaniel Cederman2024-01-181-7/+3
* Update kernel version to 6.7 in header constant testsJoseph Myers2024-01-173-4/+4
* Update syscall lists for Linux 6.7Joseph Myers2024-01-1727-2/+107
* x86-64: Check if mprotect works before rewriting PLTH.J. Lu2024-01-153-1/+75
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-131-5/+5
* RISC-V: Enable static-pie.Yanzhang Wang2024-01-123-1/+77
* linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella2024-01-121-2/+5
* math: remove exp10 wrappersWilco Dijkstra2024-01-1227-3/+40
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-123-1/+16
* x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu2024-01-119-37/+120
* i386: Remove CET support bitsH.J. Lu2024-01-1012-89/+45
* x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2024-01-102-1/+1
* x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2024-01-103-65/+47
* x86: Move x86-64 shadow stack startup codesH.J. Lu2024-01-101-1/+1
* i386: Fail if configured with --enable-cetAdhemerval Zanella2024-01-092-7/+8
* i386: Remove CET supportAdhemerval Zanella2024-01-0931-770/+75
* x86: Move CET infrastructure to x86_64Adhemerval Zanella2024-01-0962-265/+270
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-08553-155556/+24
* x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu2024-01-064-2/+89
* x86: Fixup some nits in longjmp asm implementationNoah Goldstein2024-01-051-1/+1