zig/lib/std/os/linux
Alex Rønne Petersen 537cb49eb2
std.os.linux: Define the Stat struct for riscv32.
The kernel does define the struct, it just doesn't use it. Yet both glibc and
musl expose it directly as their public stat struct, and std.c takes it from
std.os.linux. So just define it after all.
2024-08-31 03:31:58 +02:00
..
bpf std.os.linux: Fix bunch of compilation errors (#21138) 2024-08-23 14:21:19 +00:00
arm-eabi.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
arm64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
bpf.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
io_uring_sqe.zig std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
ioctl.zig std.Target: Remove sparcel architecture tag. 2024-07-30 06:30:25 +02:00
IoUring.zig add std.testing.random_seed 2024-07-23 11:43:12 -07:00
loongarch64.zig add getcontext 2024-08-13 10:11:17 -07:00
mips.zig std.os.linux: Fix Stat struct for mips/mips64. 2024-08-18 07:27:23 +02:00
mips64.zig std.os.linux: Fix Stat struct for mips/mips64. 2024-08-18 07:27:23 +02:00
powerpc.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
powerpc64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
riscv32.zig std.os.linux: Define the Stat struct for riscv32. 2024-08-31 03:31:58 +02:00
riscv64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
seccomp.zig
sparc64.zig std.os.linux: Fix rlimit_resource for mips64; move out of arch bits. 2024-08-18 07:27:23 +02:00
start_pie.zig std.os.linux.start_pie: Add support for the new RELR relocation format. 2024-08-11 20:27:09 -07:00
syscalls.zig Update Linux syscalls to 6.10. 2024-08-09 00:34:52 +02: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: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
tls.zig loongarch: fix asm to set thread pointer (#21086) 2024-08-15 15:40:44 -07:00
vdso.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
x86.zig std.os.linux: Fix syscall6() when building for PIC/PIE. 2024-08-30 14:48:17 -07:00
x86_64.zig Dwarf: implement .eh_frame 2024-08-27 03:55:56 -04:00