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-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
2020-10-28
More fixups for Windows targets
LemonBoy
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-22
Merge branch 'improve-windows-networking'
Andrew Kelley
2020-10-18
Darwin has arc4random(), too
Frank Denis
2020-10-17
BYOS support for system.isatty(fd: fd_t); (#6686)
Nathan Bourgeois
2020-10-17
Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-16
rename WaitpidRet to WaitPidResult
Andrew Kelley
2020-10-16
std.os.waitpid: also return pid of child
stf
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
merge netbsd and openbsd cases
Sébastien Marie
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-08
Merge pull request #6516 from LemonBoy/fastfilecopy
Andrew Kelley
2020-10-07
New review round
LemonBoy
[next]