zig/lib/std/os/linux
mlugg d00e05f186
all: update to std.builtin.Type.Pointer.Size field renames
This was done by regex substitution with `sed`. I then manually went
over the entire diff and fixed any incorrect changes.

This diff also changes a lot of `callconv(.C)` to `callconv(.c)`, since
my regex happened to also trigger here. I opted to leave these changes
in, since they *are* a correct migration, even if they're not the one I
was trying to do!
2025-01-16 12:46:29 +00:00
..
bpf linux/bpf: add alignment for helper functions to make compiler happy 2024-11-18 16:19:44 +01:00
aarch64.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
arm.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
bpf.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
hexagon.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
io_uring_sqe.zig
ioctl.zig std.Target: Remove sparcel architecture tag. 2024-07-30 06:30:25 +02:00
IoUring.zig IoUring: fix an issue in tests where InvalidVersion might get thrown by skipKernelLessThan, due to some kernel versions not being SemVer compliant. 2024-10-11 17:07:34 +02:00
loongarch64.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
mips.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
mips64.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
pie.zig std.os.linux.pie: Fix a relocation error for s390x. 2024-11-24 22:11:17 +01:00
powerpc.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
powerpc64.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
riscv32.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
riscv64.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
s390x.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
seccomp.zig
sparc64.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
syscalls.zig generate_linux_syscalls: Generate syscalls for x32. 2024-11-02 10:42:53 +01:00
test.zig std.os.linux: Fix bunch of compilation errors (#21138) 2024-08-23 14:21:19 +00:00
thumb.zig std.os.linux: Rename some arch bits files to match std.Target.Cpu.Arch tags. 2024-10-03 09:12:35 +02:00
tls.zig std.os.linux: Fix mmap() syscall invocation for s390x. 2024-10-04 00:26:53 +02:00
vdso.zig std.dynamic_library: update to new elf API 2024-10-12 10:44:17 -07:00
x86.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
x86_64.zig std.os.linux: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00