aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2021-12-06std.os: handle ETXTBSY from open()Andrew Kelley
2021-12-02std.os.execve: handle EBADEXEC and EBADARCHAndrew Kelley
2021-11-30libstd: handle rmdirZ INVAL error (#10145)Jeremy Fillingim
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-20add `NotLink` error (#9877)Ali Chraghi
2021-11-15Add `chmod` and `chown`Ominitay
2021-11-11Merge pull request #9935 from g-w1/plan9-stdJakub Konka
2021-11-09std: ppoll: cast number of fds to nfds_tGregory Anders
2021-11-09add initial plan9 support to stdJacob G-W
2021-11-01std: add Linux perf syscall bitsAndrew Kelley
2021-10-15std.os: another workaround for stage1 `@minimum` behaviorAndrew Kelley
2021-10-15std.os: add workarounds for stage1 `@minimum` implementationAndrew Kelley
2021-10-14stage2: implement `@minimum` and `@maximum`, including vectorsAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-25os.flock: FreeBSD can return EOPNOTSUPPxackus
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-01std: dirent is not part of posixAndrew Kelley
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: fix FILENO constants mapped to wrong valuesAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-22std.os: (p)writev should perform partial writes if iov.len > IOV_MAXdaurnimator
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-20std: remove dead code in std.os.readcharlieman
2021-07-15Add NotDir as possible error for os.inotify_add_watchRyan Liptak
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-20std: Make copy_file_range checks run at compile-timeLemonBoy
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-06-14Add std.os.dup()Samadi van Koten
2021-06-11c.zig: fix waitpid() definitioncodic12
2021-06-10zig fmtAndrew Kelley
2021-06-04Merge pull request #8750 from lithdew/masterAndrew Kelley
2021-06-01handle LimitToBig error on setrlimitJonathan Marler
2021-06-01os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatibleKenta Iwasaki
2021-06-01os: have sendmsg, recvmsg flags be c_intlithdew
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-22std.os: munmap takes a const pointerSobeston
2021-05-20std: Windows: WSASocketW ensures WSAStartupAndrew Kelley