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-03-24
std: Slim duplicate logic for some calls
LemonBoy
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
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-22
improve handling of environment variables on Windows
Andrew Kelley
2020-02-22
update std lib to integrate with libc for environ
Andrew Kelley
2020-02-22
std.os.execvpeZ_expandArg0: fix not restoring argv[0]
Andrew Kelley
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-17
expand argv[0] when spawning system C compiler
Andrew Kelley
2020-02-16
implement os.faccessat for Windows
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-07
add fcntl support on darwin
Andrew Kelley
2020-02-07
implement os.pipe2 for darwin
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
std: improve non-libc dynamic library loading
Andrew Kelley
2020-02-04
Add basic linux termios implementation
nofmal
2020-01-31
Turn win32 errors into a non-exhaustive enum
daurnimator
[next]