zig/lib/std/os/bits
Andrew Kelley 7fd937fef4 cleanups
* improve docs
 * add TODO comments for things that don't have open issues
 * remove redundant namespacing of struct fields
 * guard against ioctl returning EINTR
 * remove the general std.os.ioctl function in favor of the specific
   ioctl_SIOCGIFINDEX function. This allows us to have a more precise
   error set, and more type-safe API.
2020-06-02 15:28:46 -04:00
..
linux Add mips support to standard library 2020-04-24 15:28:55 -04:00
darwin.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
dragonfly.zig zig fmt 2020-05-05 09:38:02 -06:00
freebsd.zig os/bits/freebsd audit 2020-05-24 10:08:43 +10:00
linux.zig cleanups 2020-06-02 15:28:46 -04:00
netbsd.zig Add LOCK_* constants to BSD os/bits 2020-04-02 23:50:12 -06:00
wasi.zig Make mode_t a 0-byte type in WASI 2020-05-18 17:09:52 +02:00
windows.zig more windows network fixes 2020-05-31 10:07:51 -06:00