aboutsummaryrefslogtreecommitdiff
path: root/std/os.zig
AgeCommit message (Expand)Author
2019-07-02stack traces on segfault by default for linux-x86_64Andrew Kelley
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-06-04std.os.mmap: update doc comments for previous commitsAndrew Kelley
2019-05-31Move dl_iterate_phdr to os.zigLemonBoy
2019-05-31Remove length restriction in mmap wrapperLemonBoy
2019-05-30Fix some syscalls on arm64LemonBoy
2019-05-29Merge pull request #2546 from LemonBoy/sigaltstackAndrew Kelley
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-29Add sigaltstack wrapper in os.zigLemonBoy
2019-05-28thread.spawn: bubble up mprotect error.OutOfMemoryAndrew Kelley
2019-05-28Fix os.mprotect signatureLemonBoy
2019-05-27freebsd fixesAndrew Kelley
2019-05-27windows does not integrate cleanly with libcAndrew Kelley
2019-05-27fixes for windows to build self hosted compilerAndrew Kelley
2019-05-27use close$NOCANCEL on darwinAndrew Kelley
2019-05-27fixes for darwinAndrew Kelley
2019-05-27nanosleep: move windows logic to std.timeAndrew Kelley
2019-05-27std lib fixes for zig build on windowsAndrew Kelley
2019-05-27more fixes for windows and wasiAndrew Kelley
2019-05-27fixes for Windows and WASIAndrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26behavior tests passing on LinuxAndrew Kelley
2019-05-26more cleanup. down to just the `@hasDecl` builtinAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26starting to fix the regressionsAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26do Jay's suggestion with posix/os API naming & layoutAndrew Kelley
2019-05-26more progress. moving windows API layer to its own fileAndrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-09fix std.os.copyFileAndrew Kelley
2019-05-07std: Implement TLS support for LinuxLemonBoy
2019-05-02wasi: implement os.exitShritesh Bhattarai
2019-05-02wasi: native os.abortShritesh Bhattarai
2019-04-30wasi: implement getRandomBytesShritesh Bhattarai
2019-04-30wasi: use mem.separate insteadShritesh Bhattarai
2019-04-30wasi: add getEnvMapShritesh Bhattarai
2019-04-29WASI: implement argsAlloc and argsFree (#2364)Shritesh Bhattarai
2019-04-15update std.os.page_size for WebAssemblyAndrew Kelley
2019-04-13WIP: hello worldShritesh Bhattarai
2019-04-05fix incorrect Thread.getCurrentId testAndrew Kelley
2019-04-04threads: fix using unmapped memory in some casesAndrew Kelley
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-03-26Use linux.exit_group if not single threadedShritesh Bhattarai
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-05std.os.changeCurDir no longer needs an allocatorAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley