aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2022-11-26std.os: Fix std.os.chdir for WASICody Tapscott
2022-11-05std.os: take advantage of the freebsd's copy_file_rangeAli Chraghi
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
2022-10-27Add reboot syscalldaurnimator
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-17std.os: handle error.UnreachableAddress in send()Naoki MATSUMOTO
2022-10-17fix setsockopt returning ENODEVJens Goldberg
2022-10-16std.os: fix execv* doc commentAli Chraghi
2022-10-15nvptx: add TODO comment regarding abuse of llvm builtinsAndrew Kelley
2022-10-15implement os.abort and panic for cudaGuillaume Wenzek
2022-10-13Return invalid argument in sendto instead of unreachable, since this can happ...Marijn Stollenga
2022-09-15fix ChildProcess crash when PATH is empty.cod1r
2022-09-01Add AFNOSUPPORT error to bind (#12560)John Schmidt
2022-08-26copy_file_range: fix zigification of TXTBSYMotiejus Jakštys
2022-08-23Revert "std.os: add INVALID_SOCKET (#12081)"Andrew Kelley
2022-08-23std.os: add INVALID_SOCKET (#12081)yyny
2022-08-21Enable unexpectedErrno error tracing for stage2 LLVMJohn Schmidt
2022-08-17libstd: do not follow symlinks in renameatWJakub Konka
2022-08-11Merge pull request #12410 from ifreund/sig-err-dfl-ign-fixAndrew Kelley
2022-08-11std: add missing error to windows.WriteFileAndrew Kelley
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-08-11std: Don't pass undefined memory to the kernel in os.abort()Isaac Freund
2022-07-31Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watchRyan Liptak
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
2022-07-15add FreeBSD support to std.os.getFdPathKim SHrier
2022-07-14handle HOSTUNREACH for blocking and non-blocking connectsBill Nagel
2022-07-13AstGen: fix loop control flow applying to wrong loopAndrew Kelley
2022-07-01Sema: validate deref operator type and valueVeikka Tuominen
2022-06-21std.os.execvpe: fix buffer overflowJonathan Marler
2022-06-06std.os.abort patch cleanupsAndrew Kelley
2022-06-06std.os.abort: ported signal handling from muslJan Philipp Hafer
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-17std.os: add timerfd_create, timerfd_settime and timerfd_gettimeThiago Teodoro Pereira Silva
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-05-11Merge pull request #10595 from squeek502/getenvW-caseAndrew Kelley
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2022-03-19fix sigaction double paniczseri
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-13std+macho: revert and fix exposing Mach wrappers in std.os and std.cJakub Konka
2022-03-13std: fix imports for darwin specific flags and funcsJakub Konka
2022-03-13macos: add Mach task abstractionJakub Konka
2022-03-03stdlib std.os: Rename `RelativePath` to `RelativePathWasi`Cody Tapscott
2022-03-03stdlib WASI: Add realpath() support for non-absolute PreopensCody Tapscott
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-27std: rename `sched_yield` to `yield` and move it to `std.Thread`David John
2022-02-19os.getenvW: Fix handling of special `=`-prefixed env varsRyan Liptak
2022-02-19os.getenvW: Fix case-insensitivity for Unicode env var namesRyan Liptak