aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
AgeCommit message (Expand)Author
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
2019-10-17mipsel: fix padding on stat structAndrew Kelley
2019-10-16improve docs and field names of Statx structAndrew Kelley
2019-10-12Fix signedness for some fields in ARM stat definitionLemonBoy
2019-10-12Add support for the statx syscallLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-26fix mipsel regression in previous commitAndrew Kelley
2019-09-26fix some linux declarations not getting exposedAndrew Kelley
2019-09-26Errno changes for MIPSLemonBoy
2019-09-26Fix wrong IOCTL valueLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley