aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
AgeCommit message (Expand)Author
2020-03-03fix macosx and freebsd build failuresAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-07add fcntl support on darwinAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std: Make TCSA enum ABI-compliantLemonBoy
2020-02-04Add basic linux termios implementationnofmal
2020-01-31std: update for linux 5.5 releasedaurnimator
2020-01-19Small cleanupsLemonBoy
2020-01-14Correct dlpi_name field typeLemonBoy
2020-01-05std.os.getrusage: add C extern fn and reserved fieldAndrew Kelley
2020-01-05Add std.os.getrusagedata-man
2019-12-31os: add memfd_createLuna
2019-12-29Merge pull request #3968 from daurnimator/sigprocmaskAndrew Kelley
2019-12-22std: use simpler sigset_t definitiondaurnimator
2019-12-22freebsd: add missing OS and libc bitsJethro Nederhof
2019-12-10fixed windows dynamic library loading and added loading for darwinemekoi
2019-12-05fix castsVexu
2019-12-02Merge pull request #3715 from daurnimator/towards-afdAndrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-27std: windows sockaddr constants come from ws2_32daurnimator
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-25Merge pull request #3728 from ziglang/null-terminated-pointersAndrew Kelley
2019-11-25std: update for linux 5.4daurnimator
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley
2019-11-21add std.fs.Dir.openReadAndrew Kelley
2019-11-19WASI isattyBenjamin Feng
2019-11-19WASI time_t / timespecBenjamin Feng
2019-11-14std: add windows socket constantsdaurnimator
2019-11-10add sockaddr_un to os/bits/windowsLuna
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-10-31fix regression in std.os.dirent64 on linuxAndrew Kelley
2019-10-31DragonFlyBSD tidyupTse
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-30fix os.sockaddr being a union instead of a structAndrew Kelley
2019-10-30canonicalize std.os IPPROTO constantsAndrew Kelley
2019-10-30make std.net more portableAndrew Kelley
2019-10-30fixes for macos and 32 bit archesAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-28move libc/linux bits aroundAndrew Kelley
2019-10-28partial no-libc implementation of std.net.getAddressListAndrew Kelley
2019-10-28std.net.getAddressListAndrew Kelley
2019-10-21add freebsd AT_* bitsAndrew Kelley
2019-10-21darwin: add AT_* bitsAndrew Kelley
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley