zig/lib/std/os/linux
Vincent Rischmann 3c58d3e281 io_uring: replace the readv method with a read on a new ReadBuffer type
readv() is essentially identical to read() except for the buffer type,
this simplifies the API for the caller at the cost of not clearly mapping to the liburing C API.
2022-05-25 13:53:09 +02:00
..
bpf stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
errno
arm-eabi.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
arm64.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
bpf.zig
i386.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
io_uring.zig io_uring: replace the readv method with a read on a new ReadBuffer type 2022-05-25 13:53:09 +02:00
ioctl.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
mips.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
powerpc.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
powerpc64.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
riscv64.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
seccomp.zig Add bits for the Linux Secure Computing facility 2022-03-09 18:49:36 +11:00
sparc64.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
start_pie.zig
syscalls.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
test.zig
thumb.zig
tls.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
vdso.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
x86_64.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00