aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
7 daysx32/cet: Support shadow stack during startup for Linux 6.10H.J. Lu3-3/+8
2024-08-01Add mremap testsH.J. Lu3-0/+94
2024-08-01linux: Update the mremap C implementation [BZ #31968]H.J. Lu1-1/+13
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin1-1/+1
2024-07-16Linux: Make __rseq_size useful for feature detection (bug 31965)Florian Weimer2-3/+30
2024-07-16elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2-0/+68
2024-06-25posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella1-7/+16
2024-06-21Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.cFlorian Weimer1-0/+1
2024-05-29misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+1
2024-05-28Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella40-77/+82
2024-05-27socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer5-6/+6
2024-05-27parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu1-1/+3
2024-05-03time: Allow later version licensing.Carlos O'Donell2-2/+2
2024-05-02login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer3-4/+23
2024-04-09AArch64: Check kernel version for SVE ifuncsWilco Dijkstra1-0/+48
2024-04-01x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu7-0/+184
2024-03-20powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti5-0/+14
2024-03-18linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer1-8/+0
2024-02-27S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler3-12/+63
2024-02-12mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella1-5/+27
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella1-2/+2
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman1-4/+7
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. Lu1-0/+43
2024-01-12linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella1-2/+5
2024-01-12math: remove exp10 wrappersWilco Dijkstra23-0/+23
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao1-0/+8
2024-01-11x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu3-0/+80
2024-01-10i386: Remove CET support bitsH.J. Lu1-1/+1
2024-01-10x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2-64/+46
2024-01-09i386: Remove CET supportAdhemerval Zanella8-485/+4
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella8-27/+27
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella102-8669/+24
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein1-1/+1
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2-110/+0
2024-01-04x86-64/cet: Check the restore token in longjmpH.J. Lu1-139/+40
2024-01-03Implement C23 <stdbit.h>Joseph Myers34-0/+2380
2024-01-02aarch64: Add setcontext support for SMESzabolcs Nagy1-0/+19
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1592-1593/+1592
2024-01-01x86/cet: Enable shadow stack during startupH.J. Lu3-51/+72
2024-01-01x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu12-126/+161
2023-12-20x86/cet: Update tst-cet-vfork-1H.J. Lu1-26/+17
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay1-0/+15
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella3-46/+38
2023-12-19s390: Set psw addr field in getcontext and friends.Stefan Liebler6-0/+34
2023-12-15powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.Manjunath Matti3-0/+3
2023-11-30linux: Make fdopendir fail with O_PATH (BZ 30373)Adhemerval Zanella3-1/+56
2023-11-23Remove __access_noerrnoJoseph Myers1-17/+0