zig/lib/std/os/linux
Vlad Pănăzan d2789908ed io_uring: add waitid operation
This is the equivalent of a waitid(2) syscall and can be used to
be notified about child process state changes.

Available since kernel 6.7
2024-02-11 15:47:03 +01:00
..
bpf linux/bpf: update helper definitions 2023-11-19 19:01:18 +02:00
errno
arm-eabi.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
arm64.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
bpf.zig doc: Fix typos in bpf docs 2024-01-03 12:34:10 +02:00
io_uring.zig io_uring: add waitid operation 2024-02-11 15:47:03 +01:00
ioctl.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mips.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
mips64.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
powerpc.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
powerpc64.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
riscv64.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
seccomp.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
sparc64.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
start_pie.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
syscalls.zig Linux: Update syscalls for the 6.7 release 2024-01-15 20:05:03 +11:00
test.zig x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04:00
thumb.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
tls.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
vdso.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
x86.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00
x86_64.zig std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07:00