about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Linux: Make __rseq_size useful for feature detection (bug 31965) release/2.39/masterFlorian Weimer3 days2-3/+30
* elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella3 days2-0/+68
* posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella2024-06-251-7/+16
* Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.cFlorian Weimer2024-06-211-0/+1
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-05-291-0/+1
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-05-2840-77/+82
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-275-6/+6
* parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu2024-05-271-1/+3
* time: Allow later version licensing.Carlos O'Donell2024-05-032-2/+2
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-05-023-4/+23
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-091-0/+48
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-04-017-0/+184
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-205-0/+14
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-181-8/+0
* S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler2024-02-273-12/+63
* mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella2024-02-121-5/+27
* sh: Fix static build with --enable-fortifyAdhemerval Zanella2024-01-221-2/+2
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-01-221-2/+5
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-01-181-4/+7
* 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-151-0/+43
* linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella2024-01-121-2/+5
* math: remove exp10 wrappersWilco Dijkstra2024-01-1223-0/+23
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-121-0/+8
* x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu2024-01-113-0/+80
* i386: Remove CET support bitsH.J. Lu2024-01-101-1/+1
* x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2024-01-102-64/+46
* i386: Remove CET supportAdhemerval Zanella2024-01-098-485/+4
* x86: Move CET infrastructure to x86_64Adhemerval Zanella2024-01-098-27/+27
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-08102-8669/+24
* x86: Fixup some nits in longjmp asm implementationNoah Goldstein2024-01-051-1/+1
* aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2024-01-042-110/+0
* x86-64/cet: Check the restore token in longjmpH.J. Lu2024-01-041-139/+40
* Implement C23 <stdbit.h>Joseph Myers2024-01-0334-0/+2380
* aarch64: Add setcontext support for SMESzabolcs Nagy2024-01-021-0/+19
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011630-1631/+1630
* x86/cet: Enable shadow stack during startupH.J. Lu2024-01-013-51/+72
* x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu2024-01-0112-126/+161
* x86/cet: Update tst-cet-vfork-1H.J. Lu2023-12-201-26/+17
* aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay2023-12-201-0/+15
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-193-46/+38
* s390: Set psw addr field in getcontext and friends.Stefan Liebler2023-12-196-0/+34
* powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.Manjunath Matti2023-12-153-0/+3
* linux: Make fdopendir fail with O_PATH (BZ 30373)Adhemerval Zanella2023-11-303-1/+56
* Remove __access_noerrnoJoseph Myers2023-11-231-17/+0
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-221-1/+1
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-211-0/+24
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-201-0/+4
* linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2023-11-202-53/+75