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
2020-04-13
std: fix os.fstatat definition (#5016)
daurnimator
2020-04-08
Return error from `else`
LeRoyce Pearson
2020-04-08
Catch error.WouldBlock as unreachable
LeRoyce Pearson
2020-04-07
Add `OpenFileW` `share_access_nonblocking` parameter
LeRoyce Pearson
2020-04-06
Remove return value from os.flock()
LeRoyce Pearson
2020-04-03
Fix compile errors about adding error.FileLocksNotSupported
LeRoyce Pearson
2020-04-02
Fix compile errors in stage2
LeRoyce Pearson
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Add FileLocksNotSupported error to OpenError
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-02
slight modification of the semantics of std.os.getenvW
Andrew Kelley
2020-04-02
make std.os.getenvW case insensitive
Ilmari Autio
2020-04-01
std: Use the versioned libc symbols if needed
LemonBoy
2020-04-01
Tidy up some mem.spanZ use-sites now that null is accepted
daurnimator
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-24
std: Slim duplicate logic for some calls
LemonBoy
2020-03-23
Fix compile error on windows
LeRoyce Pearson
2020-03-23
std: Use getdents on all the BSDs
LemonBoy
2020-03-23
std: Add missing C defines for NetBSD
LemonBoy
2020-03-18
std: Introduce fnctl wrapper
LemonBoy
2020-03-17
fix a couple sockfds to be fd_t rather than i32
Jonathan Marler
2020-03-15
adjust renameatW to always supply dest root dir
Andrew Kelley
2020-03-15
fix std.os.renameatW
Andrew Kelley
2020-03-15
renameatW: handle more windows nt status codes
Andrew Kelley
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-13
Merge pull request #4716 from LemonBoy/sys-misc
Andrew Kelley
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
std/os/uefi: status reform
Nick Erdmann
2020-03-12
Address review comments
LemonBoy
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-09
Windows: Fix std.fs.realpath/os.realpathW for directories
Ryan Liptak
2020-03-05
std: fix sendfile on macOS and FreeBSD
Michael Dusan
2020-03-03
Darwin can return EBADF for sendfile on non-files
Andrew Kelley
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
std: move null byte check into toPosixPath
daurnimator
2020-03-03
std: add os.fstatat
daurnimator
2020-03-03
std: add Dir.changeDir as wrapper around fchdir
daurnimator
2020-03-03
std: add mkdirat
daurnimator
2020-03-03
Merge pull request #4612 from ziglang/os-read-write-sendfile
Andrew Kelley
2020-03-03
more macos fixes
Andrew Kelley
2020-03-03
Fix std.os.unlinkatW for absolute paths
Ryan Liptak
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-03-02
std: implement sendfile on linux
Terin Stock
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-02-29
target: Implement OS version detection for OSX
LemonBoy
2020-02-28
implement native OS version detection for linux
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
[next]