zig/lib/std/os
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
..
bits Add waitid syscall on linux (#9335) 2021-07-10 16:56:41 -04:00
linux io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove 2021-07-11 09:15:54 +00:00
uefi AstGen: detect redeclaration of function parameters 2021-07-02 13:27:35 -07:00
windows Fixed builtin.Target -> std.Target 2021-07-07 07:54:38 +03:00
bits.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
darwin.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
dragonfly.zig
freebsd.zig
haiku.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
linux.zig Add waitid syscall on linux (#9335) 2021-07-10 16:56:41 -04:00
netbsd.zig
openbsd.zig
test.zig std.Thread: more cleanup & testing 2021-06-30 21:49:00 -05:00
uefi.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
wasi.zig
windows.zig std: implement a cross platform file locking abstraction 2021-06-29 14:25:04 -07:00