aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
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
2020-10-28More fixups for Windows targetsLemonBoy
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-22Merge branch 'improve-windows-networking'Andrew Kelley
2020-10-18Darwin has arc4random(), tooFrank Denis
2020-10-17BYOS support for system.isatty(fd: fd_t); (#6686)Nathan Bourgeois
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