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-10-30
change uefi packed structs to new integer backed syntax (#13173)
Nameless
2022-10-27
Add reboot syscall
daurnimator
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-17
std.os: handle error.UnreachableAddress in send()
Naoki MATSUMOTO
2022-10-17
fix setsockopt returning ENODEV
Jens Goldberg
2022-10-16
std.os: fix execv* doc comment
Ali Chraghi
2022-10-15
nvptx: add TODO comment regarding abuse of llvm builtins
Andrew Kelley
2022-10-15
implement os.abort and panic for cuda
Guillaume Wenzek
2022-10-13
Return invalid argument in sendto instead of unreachable, since this can happ...
Marijn Stollenga
2022-09-15
fix ChildProcess crash when PATH is empty.
cod1r
2022-09-01
Add AFNOSUPPORT error to bind (#12560)
John Schmidt
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-23
Revert "std.os: add INVALID_SOCKET (#12081)"
Andrew Kelley
2022-08-23
std.os: add INVALID_SOCKET (#12081)
yyny
2022-08-21
Enable unexpectedErrno error tracing for stage2 LLVM
John Schmidt
2022-08-17
libstd: do not follow symlinks in renameatW
Jakub Konka
2022-08-11
Merge pull request #12410 from ifreund/sig-err-dfl-ign-fix
Andrew Kelley
2022-08-11
std: add missing error to windows.WriteFile
Andrew Kelley
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-08-11
std: Don't pass undefined memory to the kernel in os.abort()
Isaac Freund
2022-07-31
Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watch
Ryan Liptak
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-07-15
add FreeBSD support to std.os.getFdPath
Kim SHrier
2022-07-14
handle HOSTUNREACH for blocking and non-blocking connects
Bill Nagel
2022-07-13
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley
2022-07-01
Sema: validate deref operator type and value
Veikka Tuominen
2022-06-21
std.os.execvpe: fix buffer overflow
Jonathan Marler
2022-06-06
std.os.abort patch cleanups
Andrew Kelley
2022-06-06
std.os.abort: ported signal handling from musl
Jan Philipp Hafer
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-17
std.os: add timerfd_create, timerfd_settime and timerfd_gettime
Thiago Teodoro Pereira Silva
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-05-11
Merge pull request #10595 from squeek502/getenvW-case
Andrew Kelley
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-19
fix sigaction double panic
zseri
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
2022-03-13
std+macho: revert and fix exposing Mach wrappers in std.os and std.c
Jakub Konka
2022-03-13
std: fix imports for darwin specific flags and funcs
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-03
stdlib std.os: Rename `RelativePath` to `RelativePathWasi`
Cody Tapscott
2022-03-03
stdlib WASI: Add realpath() support for non-absolute Preopens
Cody Tapscott
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-27
std: rename `sched_yield` to `yield` and move it to `std.Thread`
David John
2022-02-19
os.getenvW: Fix handling of special `=`-prefixed env vars
Ryan Liptak
2022-02-19
os.getenvW: Fix case-insensitivity for Unicode env var names
Ryan Liptak
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
[next]