zig/lib/std/os
Stephen Gregoratto 3200fae9c5 Linux: Add syscall bindings, enhance documentation.
- Add syscall bindings/structures for the `futex2` family.
  The documentation is taken from the syscall definitions.
- Add documnentation for the `cachestat` bindings and structures.
  Taken from work I did in Cosmopolitian libc.
- Add binding for `map_shadow_stack`.
  No documentation for this one, since the kernel devs didn't bother to
  do it ¯\_(ツ)_/¯.
2024-01-15 20:05:03 +11:00
..
linux Linux: Update syscalls for the 6.7 release 2024-01-15 20:05:03 +11:00
plan9 plan 9: filesystem support 2023-08-02 17:39:52 -04:00
uefi lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
windows add ability to open dlls with platform-specific flags (#18370) 2024-01-09 20:11:22 -05:00
emscripten.zig Added basic support for wasm32-emscripten target 2023-09-22 12:49:03 -07:00
linux.zig Linux: Add syscall bindings, enhance documentation. 2024-01-15 20:05:03 +11:00
plan9.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
test.zig Rework fchmodat tests 2024-01-13 23:52:01 -07:00
uefi.zig os.uefi: add ns to epoch 2023-12-20 20:05:16 -08:00
wasi.zig wasi: update sock_recv and sock_send according to preview1 2023-09-18 00:27:27 -07:00
windows.zig add ability to open dlls with platform-specific flags (#18370) 2024-01-09 20:11:22 -05:00