aboutsummaryrefslogtreecommitdiff
path: root/std/os/linux
AgeCommit message (Expand)Author
2018-11-24fix @intCast not catching negative numbers to unsignedAndrew Kelley
2018-11-18Fix setsockopt syscall on linuxDuncan
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-10-03std.Mutex: implement blocking mutexes on linuxAndrew Kelley
2018-10-02add std.os.linux.vfork and std.os.linux.exit_groupAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-08fix elf auxv handlingShawn Landden
2018-09-08clone() on arm64Shawn Landden
2018-09-08initial arm64 supportShawn Landden
2018-09-08os: use less syscallsShawn Landden
2018-09-08this is not arch-specificShawn Landden
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-06fix std.os.Thread.getCurrentId for linuxAndrew Kelley
2018-08-03Merge remote-tracking branch 'origin/master' into async-fsAndrew Kelley
2018-08-03Fix a type error in std.os.linux.getpid() (#1326)Matthew D. Steele
2018-07-30std: file system watching for linuxAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-07add std.os.cpuCount and have std.event.Loop use it for thread pool sizeAndrew Kelley
2018-07-07M:N threadingAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-29fix std threads for macosAndrew 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-18fixed typos.tgschultz
2018-04-18Added unstaged changes.tgschultz
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-04-10add more linux syscalls and constantsAndrew Kelley
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-03-28std/os: getting dir entries works on OS XAndrew Kelley
2018-03-24std.os.linux exposes syscall functions and syscall numbersAndrew Kelley
2018-03-09Fixed syntax errors in linux-i386 syscallsAndrea Orru
2018-02-17improve std lib linux epoll APIAndrew Kelley
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-05fix test failure, organize code, add new compile errorAndrew Kelley