aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
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
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-11-23Fix the ELF base calculationLemonBoy
2020-11-21std: add support for ppollŽiga Željko
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-18std: add chdir smoke testJakub Konka
2020-11-18Move utf8->utf16 up one level into os.zigLee Cannon
2020-11-18use else in err switchLee Cannon
2020-11-18Switch to RtlSetCurrentDirectory_ULee Cannon
2020-11-18Implement chdir and chdirZ for WindowsLee Cannon
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-04std: add PR enum for the prctl opcodedaurnimator
2020-11-04std: workaround #280 in prctldaurnimator
2020-11-01std: add {set,get}rlimit bits and improve testxackus