aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
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
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
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-07implement openSelfExe() on darwin (#753)Ben Noordhuis
2018-02-05handle linux returning EINVAL for large writesAndrew Kelley
2018-02-05handle linux returning EINVAL for large readsAndrew Kelley
2018-02-05fix test failure, organize code, add new compile errorAndrew Kelley
2018-02-04fix accidentally linking against kernel32 on non windowsAndrew Kelley
2018-02-04Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.Ben Noordhuis
2018-02-03*WIP* error sets - std lib test compile but try to link against windowsAndrew Kelley
2018-02-03*WIP* error sets - an inferred error set can end up being the global oneAndrew Kelley
2018-02-03*WIP* error sets - support fns called at comptimeAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-02-01*WIP* error sets - fix implicit castAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-31*WIP* error setsAndrew Kelley