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
2023-10-21
std.os: do nothing when calling fchdir with AT_FDCWD
LordMZTE
2023-10-19
std.os: unlinkW shouldn't return error.DirNotEmpty
Krzysztof Wolicki
2023-10-17
return error.AlreadyTerminated from std.ChildProcess.kill when necessary
Ben Crist
2023-10-06
Add filled_sigset to os.zig
Ratakor
2023-10-04
linux: add fanotify API
nikneym
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-22
Added basic support for wasm32-emscripten target
Aven Bross
2023-09-18
Return error.WouldBlock when connect returns .WSAEWOULDBLOCK
Daniel Guzman
2023-09-17
Make `std.os.getenv` always a compile error on Windows
Ryan Liptak
2023-09-14
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López
2023-09-03
std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...
Jan Philipp Hafer
2023-08-23
std.windows: use atomic rename, if possible (#16717)
matu3ba
2023-08-19
os.realpathW: Reduce the number of OpenFile calls for directories
Ryan Liptak
2023-08-18
Add NetworkNotFound to ReadLinkError
Ryan Liptak
2023-08-17
fs tests: Test multiple different path types in most tests
Ryan Liptak
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-07-31
Revert "os: expand sched_getaffinity wrapper and update freebsd's cpuset api ...
Andrew Kelley
2023-07-31
Revert "std.os: sysctl* wrappers, better warning at compile time"
Andrew Kelley
2023-07-31
Revert "Merge pull request #15317 from devnexen/darwin_rand_nativegen"
Andrew Kelley
2023-07-31
Revert "std.os: adding linux's sched_setaffinity and its wrapper"
Andrew Kelley
2023-07-31
Revert "std.os: implementing sched_setaffinity wrapper for freebsd"
Andrew Kelley
2023-07-31
Revert "std.os: gethostname non libc linking using uname like linux"
Andrew Kelley
2023-07-27
windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error
Ryan Liptak
2023-07-23
os.renameatW: Handle OBJECT_NAME_COLLISION from NtSetInformationFile
Ryan Liptak
2023-07-18
getenv: remove unnessary `small key` block
Mathew R Gordon
2023-07-17
std: Make getenv return 0-terminated slice
Mathew R Gordon
2023-07-11
std.os.sigprocmask: @bitCast flags parameter
dweiller
2023-07-01
std: make panic and abort for amdhsa call trap
Robin Voetter
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
std.os: update logic for 64-bit symbol choice
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-17
Merge pull request #16052 from mikdusan/bsd-getdents
Andrew Kelley
2023-06-16
add additional errno (INTR) to tcset,getpgrp calls
Gregory Mullen
2023-06-16
plan9: flesh out stdlib enough to allow not using simplified start logic
Jacob G-W
2023-06-15
openbsd: fix std.c.getdents and debitrot
Michael Dusan
2023-06-14
windows.sendto fix (#15831)
Marcos O
2023-06-13
os.connect: mark ECONNABORTED as unreachable
Evin Yulo
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-22
std.os: gethostname non libc linking using uname like linux
David CARLIER
2023-05-14
std.os: implementing sched_setaffinity wrapper for freebsd
David CARLIER
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-13
std.os: adding linux's sched_setaffinity and its wrapper
David CARLIER
2023-05-11
Add tc{set,get}pgrp to std.os.linux
Gregory Mullen
2023-05-05
Merge pull request #15317 from devnexen/darwin_rand_nativegen
Veikka Tuominen
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
[next]