aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-02windows threading: add missing call to CloseHandleAndrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-30run zig fmt on std/os/index.zigAndrew Kelley
2018-04-29update comment in std/os/index.zigAndrew Kelley
2018-04-29Merge pull request #963 from zig-lang/atomic-stack-and-queueAndrew Kelley
2018-04-29fix std threads for linuxAndrew Kelley
2018-04-29fix std threads for macosAndrew Kelley
2018-04-29support kernel threads for windowsAndrew Kelley
2018-04-29linux uses pthreads when linking against libcAndrew Kelley
2018-04-29make pthreads threads work on darwinAndrew Kelley
2018-04-28pthread support workingAndrew Kelley
2018-04-28*WIP* use pthreads when linking libcAndrew Kelley
2018-04-28fix compiler-rt ABI for x86_64 windowsAndrew Kelley
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley
2018-04-22fixupsAndrew Kelley
2018-04-22Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...Andrew Kelley
2018-04-19Use std.os.errorUnexpectedPosix if timer initialization encounters unexpected...tgschultz
2018-04-19Style cleanups, u64 casts, Timer.start returns error instead of unreachable o...tgschultz
2018-04-18Fixed another incorrect commenttgschultz
2018-04-18Added notes regarding CLOCK_MONOTONIC_RAW and made it easy to change our mind...tgschultz
2018-04-18Fixed incorrect sign on epoch.clrtgschultz
2018-04-18fixed typos.tgschultz
2018-04-18Fixed compiler errors around darwin code.tgschultz
2018-04-18Added unstaged changes.tgschultz
2018-04-18Added timestamp, high-perf. timer functions.tgschultz
2018-04-15add @atomicLoad builtinAndrew Kelley
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-13Merge branch 'master' into zen_stdlibAndrea Orru
2018-04-13FIXME noteAndrea Orru
2018-04-13Fix windows access checkMarc Tiehuis
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-04-12Pass up to 5 arguments in Zen IPCAndrea Orru
2018-04-12fix invalid implicit cast on macosAndrew Kelley
2018-04-12Revise self-hosted command line interfaceMarc Tiehuis
2018-04-11outb syscallAndrea Orru
2018-04-11Merge branch 'master' into zen_stdlibAndrea Orru
2018-04-11Update zen libraryAndrea Orru
2018-04-10add more linux syscalls and constantsAndrew Kelley
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08basic tcp server working when used with netcatAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-04-04fix up logic for macos std.os.deleteTreeAndrew Kelley
2018-04-03Merge branch 'wip-macos-dirent' of https://github.com/hellerve/zig into helle...Andrew Kelley
2018-04-03remove more signal handling stuff from std.os.ChildProcessAndrew Kelley
2018-03-29st/os: address @andrewrk concernshellerve
2018-03-28std/os: getting dir entries works on OS XAndrew Kelley
2018-03-27fix bitrotted code in unexpected error tracingAndrew Kelley
2018-03-24std.os.linux exposes syscall functions and syscall numbersAndrew Kelley
2018-03-23Fix os.File.mode functionMarc Tiehuis