zig/lib/std/os/linux
Vincent Rischmann 52dd468cc3 io_uring: change read() to use a ReadBuffer instead
Reads can be done in two ways with io_uring:
* using a simple buffer
* using a automatic buffer selection which requires the user to have
provided a number of buffers before

ReadBuffer let's the caller choose where the data should be read.
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 std.os reorganization, avoiding usingnamespace 2021-09-01 17:54:06 -07:00
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 std, compiler-rt: remove test names where applicable 2021-09-01 17:54:06 -07:00
i386.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
io_uring.zig io_uring: change read() to use a ReadBuffer instead 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 migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
syscalls.zig Generate linux syscalls via. the linux source tree 2022-05-16 23:55:11 -04:00
test.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
thumb.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
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