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
2021-03-16
std: make all errors in os.zig public
jacob gw
2021-03-12
make std.c.getErrno() return same type as _errno() aka c_int
Sébastien Marie
2021-02-28
std: add sendmsg
daurnimator
2021-02-25
std.os: remove special case for haiku
Andrew Kelley
2021-02-25
haiku: minor fixups
Andrew Kelley
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
Rebase link(at) properly
Tau
2021-01-25
Add MAX_RW_COUNT limit to std.os.pread()
Joran Dirk Greef
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-18
std: Add missing cast when calling fcntl w/ constant args
LemonBoy
2021-01-18
std: Fixed pipe2 fallback
LemonBoy
2021-01-12
add missing ECONNRESET from getsockoptError
Bill Nagel
2021-01-07
Merge pull request #7720 from Snektron/sockopt
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-08
Add EPERM to std.os.setsockopt
Robin Voetter
2021-01-04
Fixes missing error prong in std.os.send.
Felix (xq) Queißner
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
2020-12-29
std: Fix compilation on FreeBSD/Darwin
LemonBoy
2020-12-26
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-12-22
cast sendto to SendError inside send (#7481)
luna
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-15
create SendToError (#7417)
luna
2020-12-12
std: Improve sigaction interface
LemonBoy
2020-12-10
std: Fix misuse of atomic.Int
LemonBoy
2020-12-07
add AddressFamilyNotSupported to SendError
Luna
2020-11-30
std/os: remove unneeded error from accept errorset
Isaac Freund
2020-11-30
Switched OBJECT_NAME_INVALID handling to unreachable in faccessatW
Alexandros Naskos
2020-11-30
Disallow absolute paths passed as system libraries
Alexandros Naskos
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-23
std: Fix file locking logic for BSD targets
LemonBoy
2020-11-23
Fix the ELF base calculation
LemonBoy
2020-11-21
std: add support for ppoll
Žiga Željko
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
std: add chdir smoke test
Jakub Konka
2020-11-18
Move utf8->utf16 up one level into os.zig
Lee Cannon
2020-11-18
use else in err switch
Lee Cannon
2020-11-18
Switch to RtlSetCurrentDirectory_U
Lee Cannon
2020-11-18
Implement chdir and chdirZ for Windows
Lee Cannon
2020-11-18
std: openDirAbsolute and accessAbsolute (#7082)
g-w1
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-04
std: add PR enum for the prctl opcode
daurnimator
2020-11-04
std: workaround #280 in prctl
daurnimator
2020-11-01
std: add {set,get}rlimit bits and improve test
xackus
[prev]
[next]