aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-22improve handling of environment variables on WindowsAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-22std.os.execvpeZ_expandArg0: fix not restoring argv[0]Andrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-17expand argv[0] when spawning system C compilerAndrew Kelley
2020-02-16implement os.faccessat for WindowsAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-07add fcntl support on darwinAndrew Kelley
2020-02-07implement os.pipe2 for darwinAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std: improve non-libc dynamic library loadingAndrew Kelley
2020-02-04Add basic linux termios implementationnofmal
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-29Correct dl_iterate_phdr addressLemonBoy
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-06Removes proc_raise from WASI implementationColin Svingen
2020-01-05Add std.os.getrusagedata-man
2019-12-31std.os.memfd_create: add error.SystemOutdatedAndrew Kelley
2019-12-31improvements to memfd_createAndrew Kelley
2019-12-31os: use system for memfd_createLuna
2019-12-31os: add memfd_createLuna
2019-12-30update setsockopt error set according to POSIXAndrew Kelley
2019-12-30std.os: update error set for setsockoptLuna
2019-12-30std.os: make setsockopt receive a slice as optionLuna
2019-12-30net: fix OptionsLuna
2019-12-30os: add setsockoptLuna
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-22std: use wrappers from raise() rather than raw syscallsdaurnimator
2019-12-22std: remove high level linux sigprocmask wrappersdaurnimator
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-12allow custom OS entrypointChristine Dodrill
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-02remove upstream support for Zen hobby OSAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30add missing error code handling on WindowsAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-29fix windows std lib regressionsAndrew Kelley
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-25Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...Andrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley