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-07-02
stack traces on segfault by default for linux-x86_64
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-04
std.os.mmap: update doc comments for previous commits
Andrew Kelley
2019-05-31
Move dl_iterate_phdr to os.zig
LemonBoy
2019-05-31
Remove length restriction in mmap wrapper
LemonBoy
2019-05-30
Fix some syscalls on arm64
LemonBoy
2019-05-29
Merge pull request #2546 from LemonBoy/sigaltstack
Andrew Kelley
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-29
Add sigaltstack wrapper in os.zig
LemonBoy
2019-05-28
thread.spawn: bubble up mprotect error.OutOfMemory
Andrew Kelley
2019-05-28
Fix os.mprotect signature
LemonBoy
2019-05-27
freebsd fixes
Andrew Kelley
2019-05-27
windows does not integrate cleanly with libc
Andrew Kelley
2019-05-27
fixes for windows to build self hosted compiler
Andrew Kelley
2019-05-27
use close$NOCANCEL on darwin
Andrew Kelley
2019-05-27
fixes for darwin
Andrew Kelley
2019-05-27
nanosleep: move windows logic to std.time
Andrew Kelley
2019-05-27
std lib fixes for zig build on windows
Andrew Kelley
2019-05-27
more fixes for windows and wasi
Andrew Kelley
2019-05-27
fixes for Windows and WASI
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
behavior tests passing on Linux
Andrew Kelley
2019-05-26
more cleanup. down to just the `@hasDecl` builtin
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
starting to fix the regressions
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
do Jay's suggestion with posix/os API naming & layout
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
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
[next]