aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
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-13Fix windows access checkMarc Tiehuis
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-04-12fix invalid implicit cast on macosAndrew Kelley
2018-04-12Revise self-hosted command line interfaceMarc Tiehuis
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
2018-03-20Zen specific hacksAndrea Orru
2018-03-20Public SplitIteratorAndrea Orru
2018-03-18Message type, Undefined mailbox, read syscall, more constructorsAndrea Orru
2018-03-16Service -> ServerAndrea Orru
2018-03-16Add Thread option for MailboxesAndrea Orru
2018-03-15Some POSIX stuff, including a primitive writeAndrea Orru
2018-03-15subscribeIRQ supportAndrea Orru
2018-03-15More precise namingAndrea Orru
2018-03-14IPC structure updatesAndrea Orru
2018-03-09Fixed syntax errors in linux-i386 syscallsAndrea Orru
2018-03-09Added 6 parameters syscalls for zenAndrea Orru
2018-03-06ptrCast builtin now gives an error for removing const qualifierAndrew Kelley
2018-02-27remove signal hanlding stuff from std.os.ChildProcessAndrew Kelley
2018-02-17improve std lib linux epoll APIAndrew Kelley
2018-02-12remove std.heap.IncrementingAllocatorAndrew Kelley
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-02-11std: refactor posixOpen to be friendlier to error return tracesAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-09fix build runner on windowsAndrew Kelley