index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os.zig
Age
Commit message (
Expand
)
Author
2022-02-27
std: rename `sched_yield` to `yield` and move it to `std.Thread`
David John
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-14
std.os: throw compile error for `argv` on Windows
ominitay
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-02-07
std: fix doc comment typo in os.zig
boofexxx
2022-01-31
os,wasi: use wasi-libc if available
Žiga Željko
2022-01-23
std: Add some missing termios types to c/linux.zig and os.zig
joachimschmidt557
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-02
std.fs.rename: fix Windows implementation
Andrew Kelley
2021-12-21
os: disable unexpected error tracing on stage 2 builds
Robin Voetter
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-15
std.os: fix error codes for execve
Andrew Kelley
2021-12-06
std.os: handle ETXTBSY from open()
Andrew Kelley
2021-12-02
std.os.execve: handle EBADEXEC and EBADARCH
Andrew Kelley
2021-11-30
libstd: handle rmdirZ INVAL error (#10145)
Jeremy Fillingim
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-20
add `NotLink` error (#9877)
Ali Chraghi
2021-11-15
Add `chmod` and `chown`
Ominitay
2021-11-11
Merge pull request #9935 from g-w1/plan9-std
Jakub Konka
2021-11-09
std: ppoll: cast number of fds to nfds_t
Gregory Anders
2021-11-09
add initial plan9 support to std
Jacob G-W
2021-11-01
std: add Linux perf syscall bits
Andrew Kelley
2021-10-15
std.os: another workaround for stage1 `@minimum` behavior
Andrew Kelley
2021-10-15
std.os: add workarounds for stage1 `@minimum` implementation
Andrew Kelley
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-25
os.flock: FreeBSD can return EOPNOTSUPP
xackus
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
2021-09-01
std: dirent is not part of posix
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: fix FILENO constants mapped to wrong values
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-22
std.os: (p)writev should perform partial writes if iov.len > IOV_MAX
daurnimator
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-20
std: remove dead code in std.os.read
charlieman
2021-07-15
Add NotDir as possible error for os.inotify_add_watch
Ryan Liptak
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-20
std: Make copy_file_range checks run at compile-time
LemonBoy
[next]