zig/lib/std/os/linux
Kenta Iwasaki aa2a31612f io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove
Implement io_uring submission queue entry preparation methods for
epoll_ctl, poll_add and poll_remove.

Poll masks are designated as 32-bit little-endian integers as
specified in liburing's definitions.

Updated io_uring_prep_rw to take in an unsigned 64-bit address instead
of an anytype. io_uring_sqe by default assumes that the address
specified in a submission queue entry is an unsigned 64-bit integer.
2021-07-11 09:15:54 +00:00
..
bpf std: Fix some BPF fn definitions 2021-06-06 20:41:14 -04:00
arm-eabi.zig Year++ 2020-12-31 15:45:24 -08:00
arm64.zig Year++ 2020-12-31 15:45:24 -08:00
bpf.zig std.os.linux.bpf: fix incorrect usage of unexpectedErrno 2021-06-21 17:03:03 -07:00
i386.zig Year++ 2020-12-31 15:45:24 -08:00
io_uring.zig io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove 2021-07-11 09:15:54 +00:00
mips.zig mips: fix syscall_pipe 2021-06-21 17:03:04 -07:00
powerpc.zig Add ppc Linux bits 2021-04-10 22:47:22 -05:00
powerpc64.zig Year++ 2020-12-31 15:45:24 -08:00
riscv64.zig Year++ 2020-12-31 15:45:24 -08:00
sparc64.zig Add a comment to explain the fork return values on sparc64 2020-11-28 13:24:24 +07:00
start_pie.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
test.zig os/linux: add fadvise 2021-06-09 18:15:50 +03:00
thumb.zig std: Initial bringup for Linux on Thumb2 2021-05-04 18:52:53 +02:00
tls.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
vdso.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
x86_64.zig Year++ 2020-12-31 15:45:24 -08:00