aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-16rename WaitpidRet to WaitPidResultAndrew Kelley
2020-10-16std.os.waitpid: also return pid of childstf
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11merge netbsd and openbsd casesSébastien Marie
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-08Merge pull request #6516 from LemonBoy/fastfilecopyAndrew Kelley
2020-10-07New review roundLemonBoy
2020-10-06Address review comments & fix compilation errorsLemonBoy
2020-10-06Move copy_file to fs namespaceLemonBoy
2020-10-04simplify api and add smoke testxackus
2020-10-04implement {get, set}rlimit for linuxxackus
2020-10-03Alternative strategy to avoid calling stat()LemonBoy
2020-10-03std: Make file copy ops use zero-copy mechanismsLemonBoy
2020-10-02fix symlink path not being resolved in darwinLoris Cro
2020-09-25update doc commentsLoris Cro
2020-09-24recvfromLoris Cro
2020-09-24sendtoLoris Cro
2020-09-24pwritevLoris Cro
2020-09-24pwriteLoris Cro
2020-09-24writevLoris Cro
2020-09-24writeLoris Cro
2020-09-24preadvLoris Cro
2020-09-24preadLoris Cro
2020-09-24readvLoris Cro
2020-09-24readLoris Cro
2020-09-24connectLoris Cro
2020-09-24acceptLoris Cro
2020-09-17Fix compile error in os.renameatWRyan Liptak
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-13std: Limit the read/write size on DarwinLemonBoy
2020-09-11std: add prctl wrapper to std.osIsaac Freund
2020-09-10std: fix errorset of std.os.seteuid/setegidIsaac Freund
2020-09-10implement poll for windows with WSAPoll (only available on vista and higher)Bas van den Berg
2020-09-09Handle some WSA errorsBas van den Berg
2020-09-08change socklen_t to u32 and add appropriate casts when calling WSABas van den Berg
2020-09-08add unreachableBas van den Berg
2020-09-08fix identation with zig-fmtBas van den Berg
2020-09-08Merge branch 'master' into improve-windows-networkingBas
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03Merge pull request #6243 from ifreund/uid-gid-cleanupAndrew Kelley
2020-09-03Merge pull request #6238 from Aransentin/masterAndrew Kelley
2020-09-03os: return error.SocketNotListening for EINVAL on accept (#6226)Kenta Iwasaki
2020-09-03update uses of deprecated type field accessVexu
2020-09-03std: add seteuid/setegid to std.osIsaac Freund
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-09-03os.send(to) and os.recv(from) functions made to work on windows.Bas van den Berg
2020-09-02Add the sync functionsAransentin