aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux.zig
AgeCommit message (Expand)Author
2019-12-22std: use simpler sigset_t definitiondaurnimator
2019-12-05fix castsVexu
2019-11-30linux-i386 supportLemonBoy
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-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-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-16improve docs and field names of Statx structAndrew Kelley
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