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-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-06
Removes proc_raise from WASI implementation
Colin Svingen
2020-01-05
Add std.os.getrusage
data-man
2019-12-31
std.os.memfd_create: add error.SystemOutdated
Andrew Kelley
2019-12-31
improvements to memfd_create
Andrew Kelley
2019-12-31
os: use system for memfd_create
Luna
2019-12-31
os: add memfd_create
Luna
2019-12-30
update setsockopt error set according to POSIX
Andrew Kelley
2019-12-30
std.os: update error set for setsockopt
Luna
2019-12-30
std.os: make setsockopt receive a slice as option
Luna
2019-12-30
net: fix Options
Luna
2019-12-30
os: add setsockopt
Luna
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-22
std: use wrappers from raise() rather than raw syscalls
daurnimator
2019-12-22
std: remove high level linux sigprocmask wrappers
daurnimator
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-12
allow custom OS entrypoint
Christine Dodrill
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-02
remove upstream support for Zen hobby OS
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
add missing error code handling on Windows
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-29
more test regression fixes
Andrew Kelley
2019-11-29
fix windows std lib regressions
Andrew Kelley
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-25
Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-19
WASI isatty
Benjamin Feng
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-11-08
Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-a...
Andrew Kelley
2019-11-07
Use `system` instead of `builtin.link_libc`
kprotty
2019-11-07
pthread_sched_yield -> sched_yield
kprotty
2019-11-07
move SpinLock definitions around
kprotty
2019-11-04
std.os.read can fail with ConnectionResetByPeer
Andrew Kelley
2019-11-02
add FileNotFound to os.ConnectError error set
Luna
2019-11-02
add FileNotFound error to os.connect
Luna
2019-11-02
std.os: fix sendto, poll, recvfrom when linking libc
Andrew Kelley
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-29
std.net: port the RFC 3484/6724 destination...
Andrew Kelley
2019-10-29
implement CNAME expansion
Andrew Kelley
[next]