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
/
std
/
os.zig
Age
Commit message (
Expand
)
Author
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-09
fix std.os.copyFile
Andrew Kelley
2019-05-07
std: Implement TLS support for Linux
LemonBoy
2019-05-02
wasi: implement os.exit
Shritesh Bhattarai
2019-05-02
wasi: native os.abort
Shritesh Bhattarai
2019-04-30
wasi: implement getRandomBytes
Shritesh Bhattarai
2019-04-30
wasi: use mem.separate instead
Shritesh Bhattarai
2019-04-30
wasi: add getEnvMap
Shritesh Bhattarai
2019-04-29
WASI: implement argsAlloc and argsFree (#2364)
Shritesh Bhattarai
2019-04-15
update std.os.page_size for WebAssembly
Andrew Kelley
2019-04-13
WIP: hello world
Shritesh Bhattarai
2019-04-05
fix incorrect Thread.getCurrentId test
Andrew Kelley
2019-04-04
threads: fix using unmapped memory in some cases
Andrew Kelley
2019-04-04
fix thread local variables for non- position independent code
Andrew Kelley
2019-03-26
Use linux.exit_group if not single threaded
Shritesh Bhattarai
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-05
std.os.changeCurDir no longer needs an allocator
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-23
improvements for windows and libc integration
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-21
update more std library to new zig
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-05
rename compileErr builtin to compileError
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-05-14
add compile_err builtin
Andrew Kelley
2016-04-19
std: remove broken windows random implementation
Andrew Kelley
2016-04-18
rearrange standard library a bit
Andrew Kelley
2016-03-01
rename syscall.zig to linux.zig
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-13
dummy implementation of os_get_random_bytes for windows
Andrew Kelley
2016-02-04
move os_get_random_bytes to os.zig
Andrew Kelley