aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2021-05-11std: Add more tests, fix broken codeLemonBoy
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-11std: Fix cast that's sometimes invalidLemonBoy
2021-05-11std: Prefer 64bit libc functions where possibleLemonBoy
2021-05-10x/os, os: fix setsockopt on windows, simplify Socket.setOption error setlithdew
2021-05-10x/os, x/net, os:, fix typos/errors, add missing constants/docslithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-05-09ShortenFrank Denis
2021-05-09Initialize the Stat structureFrank Denis
2021-04-30rename doc refs to deprecated functions like openC (#8467)Devin Bayer
2021-04-30Handle EPERM and ELOOP in os.fstatat()Yorhel
2021-04-14os/posix: handle ECONNRESET for write/writevlithdew
2021-04-06os/linux: return error on EALREADY for connect() and getsockoptError()lithdew
2021-04-01os: handle ECONNRESET for connect() syscalllithdew
2021-03-25os/linux: handle ECONNRESET for recvlithdew
2021-03-16std: make all errors in os.zig publicjacob gw
2021-03-12make std.c.getErrno() return same type as _errno() aka c_intSébastien Marie
2021-02-28std: add sendmsgdaurnimator
2021-02-25std.os: remove special case for haikuAndrew Kelley
2021-02-25haiku: minor fixupsAndrew Kelley
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-24zig fmt the std libAndrew Kelley
2021-02-21Rebase link(at) properlyTau
2021-01-25Add MAX_RW_COUNT limit to std.os.pread()Joran Dirk Greef
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-18std: Add missing cast when calling fcntl w/ constant argsLemonBoy
2021-01-18std: Fixed pipe2 fallbackLemonBoy
2021-01-12add missing ECONNRESET from getsockoptErrorBill Nagel
2021-01-07Merge pull request #7720 from Snektron/sockoptAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-08Add EPERM to std.os.setsockoptRobin Voetter
2021-01-04Fixes missing error prong in std.os.send.Felix (xq) Queißner
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2020-12-31Year++Frank Denis
2020-12-29std.ChildProcess: improvements to collectOutputPosixAndrew Kelley
2020-12-29std: Fix compilation on FreeBSD/DarwinLemonBoy
2020-12-26std: do not call malloc() between fork() and execv()Andrew Kelley
2020-12-22cast sendto to SendError inside send (#7481)luna
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-15create SendToError (#7417)luna
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-12-10std: Fix misuse of atomic.IntLemonBoy
2020-12-07add AddressFamilyNotSupported to SendErrorLuna
2020-11-30std/os: remove unneeded error from accept errorsetIsaac Freund
2020-11-30Switched OBJECT_NAME_INVALID handling to unreachable in faccessatWAlexandros Naskos
2020-11-30Disallow absolute paths passed as system librariesAlexandros Naskos
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-29std.meta: add assumeSentinelJonathan Marler