aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
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
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