aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
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
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-19WASI isattyBenjamin Feng
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-11-08Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-a...Andrew Kelley
2019-11-07Use `system` instead of `builtin.link_libc`kprotty
2019-11-07pthread_sched_yield -> sched_yieldkprotty
2019-11-07move SpinLock definitions aroundkprotty
2019-11-04std.os.read can fail with ConnectionResetByPeerAndrew Kelley
2019-11-02add FileNotFound to os.ConnectError error setLuna
2019-11-02add FileNotFound error to os.connectLuna
2019-11-02std.os: fix sendto, poll, recvfrom when linking libcAndrew Kelley
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-30make std.net more portableAndrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-29std.net: port the RFC 3484/6724 destination...Andrew Kelley
2019-10-29implement CNAME expansionAndrew Kelley