zig/lib/std/os
Andrew Kelley 7680c5330c some API work on std.c, std.os, std.os.wasi
* std.c: consolidate some definitions, making them share code. For
  example, freebsd, dragonfly, and openbsd can all share the same
  `pthread_mutex_t` definition.
* add type safety to std.c.O
  - this caught a bug where mode flags were incorrectly passed as the
    open flags.
* 3 fewer uses of usingnamespace keyword
* as per convention, remove purposeless field prefixes from struct field
  names even if they have those prefixes in the corresponding C code.
* fix incorrect wasi libc Stat definition
* remove C definitions from incorrectly being in std.os.wasi
* make std.os.wasi definitions type safe
* go through wasi native APIs even when linking libc because the libc
  APIs are problematic and wasteful
* don't expose WASI definitions in std.posix
* remove std.os.wasi.rights_t.ALL: this is a footgun. should it be all
  future rights too? or only all current rights known? both are
  the wrong answer.
2024-02-11 13:38:55 -07:00
..
linux some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
plan9 plan 9: filesystem support 2023-08-02 17:39:52 -04:00
uefi Make EfiPhysicalAddress in std/os/uefi/tables.zig public 2024-02-05 15:31:33 +00:00
windows os.windows: Fix error 258 name in Win32Error 2024-01-23 18:06:23 -08:00
emscripten.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
linux.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
plan9.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
test.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
uefi.zig os.uefi: add ns to epoch 2023-12-20 20:05:16 -08:00
wasi.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
windows.zig remove std.io.Mode 2024-02-01 15:22:36 +02:00