aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
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
2021-05-20std.os: WSAStartup is now called upon socket creation when neededBxil
2021-05-17Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-16add missing EBADF error code for openatJonathan Marler
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
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-30Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
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-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
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