aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
5 daysLoongArch: Use the generic shmlab.h.caiyinyu1-24/+0
8 daysatomic: Switch hppa to builtin atomicsWilco Dijkstra1-76/+1
8 daysatomic: Switch sh to builtin atomicsWilco Dijkstra1-375/+1
8 daysatomic: Switch m68k to builtin atomicsWilco Dijkstra1-20/+1
9 daysLinux: Add missing si_code constants from Linux kernelThiago Jung Bauermann1-1/+15
9 daysmisc: Add support for Linux uio.h RWF_DONTCACHE flagXi Ruoyao1-0/+1
9 daysalpha: Align stack for alphaAdhemerval Zanella1-0/+2
2025-09-02AArch64: Implement exp2m1 and exp10m1 routinesHasaan Khan1-0/+10
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda3-5/+5
2025-08-22x86_64: Use __seg_fs qualifiers in NPTL accessorsUros Bizjak1-0/+1
2025-08-20i386: Use TESTB instead of TESTL in ____longjmp_chk()Uros Bizjak1-1/+1
2025-08-20x86_64: Use TESTB instead of TESTL in CHECK_INVALID_LONGJMPUros Bizjak1-1/+1
2025-08-05Linux: Add test case for bug 33245Florian Weimer2-0/+240
2025-07-25aarch64: Fix aarch64_be build with --enable-sframeAdhemerval Zanella1-1/+1
2025-07-21Revert "Linux: Keep termios ioctl constants strictly internal"Florian Weimer17-111/+260
2025-07-14aarch64: Add SFrame support for aarch64 architectureClaudiu Zissulescu1-0/+78
2025-07-14x86: Add SFrame support for x86 architectureClaudiu Zissulescu1-0/+76
2025-07-11Linux: Keep termios ioctl constants strictly internalFlorian Weimer17-260/+111
2025-07-10Remove termios2 ioctl defintions from public headersAndreas Schwab2-41/+12
2025-07-04Linux: Fix typo in comment in termios_internals.hFlorian Weimer1-1/+1
2025-06-30AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]Wilco Dijkstra1-0/+1
2025-06-24Linux: Convert '__close_nocancel_nostatus' to a standalone handlerMaciej W. Rozycki4-8/+34
2025-06-24Linux: Fix '__close_nocancel_nostatus' clobbering 'errno' [BZ #33035]Maciej W. Rozycki1-1/+1
2025-06-23riscv: linux: Add support for getrandom vDSOXi Ruoyao1-1/+2
2025-06-19x86: Update tst-gnu2-tls2 testsH.J. Lu1-4/+4
2025-06-18Fix termios related targetsAndreas Schwab1-9/+18
2025-06-18aarch64: simplify calls to __libc_arm_za_disable in assemblyYury Khrustalev1-14/+9
2025-06-18aarch64: GCS: use internal struct in __alloc_gcsYury Khrustalev1-3/+1
2025-06-17linux/termios: regression test for termios speed functionsH. Peter Anvin (Intel)2-0/+593
2025-06-17termios: unify the naming of the termios speed fieldsH. Peter Anvin (Intel)2-4/+18
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)34-0/+165
2025-06-17termios: merge the termios baud definitionsH. Peter Anvin (Intel)3-67/+3
2025-06-17linux: implement arbitrary and split speeds in termiosH. Peter Anvin (Intel)61-456/+1129
2025-06-17linux/termios/powerpc: deal with powerpc-unique ioctl emulationH. Peter Anvin (Intel)1-0/+36
2025-06-17linux/ioctls: use <linux/sockios.h> for sockios ioctlsH. Peter Anvin (Intel)1-84/+1
2025-06-17io: replace local_isatty() with a proper function __isatty_nostatus()H. Peter Anvin (Intel)1-0/+29
2025-06-17termios: make __tcsetattr() the internal interfaceH. Peter Anvin (Intel)1-1/+1
2025-06-13riscv: Correct __riscv_hwprobe function prototype [BZ #32932]Mark Harris2-13/+31
2025-06-05Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex'Maciej W. Rozycki1-33/+8
2025-06-03sigaction: don't sign-extend sa_flagsнаб2-2/+2
2025-05-29Update syscall lists for Linux 6.15Joseph Myers26-2/+28
2025-05-28linux: use PKEY_UNRESTRICTED macro in tst-pkeyYury Khrustalev1-3/+3
2025-05-28misc: add PKEY_UNRESTRICTED macroYury Khrustalev1-4/+3
2025-05-19AArch64: Cleanup PAC and BTIWilco Dijkstra2-9/+5
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming1-0/+5
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming1-0/+5
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming1-0/+5
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming1-0/+5
2025-05-15powerpc: Remove check for -mabi=ibmlongdoubleAndreas Schwab2-60/+2
2025-05-14Implement C23 rootn.Joseph Myers30-0/+209