aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-12Make std.ChildProcess exit code u8 to match std.process.exitGarrett Squire
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
2021-06-10netlink ifi_change no longer reservedJens Goldberg
2021-06-09os/bits/linux: add the fadvise advice valuesVincent Rischmann
2021-06-07Add Linux XDP bits (#9019)Jens Goldberg
2021-06-01os/bits: remove duplicate `sockaddr_storage` for dragonflyKenta Iwasaki
2021-06-01os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatibleKenta Iwasaki
2021-06-01os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage`Kenta Iwasaki
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
2021-05-24dragonfly: pass `zig build test`Michael Dusan
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-22Merge pull request #8844 from ifreund/inlineAndrew Kelley
2021-05-22openbsd: complete kqueue(2) constant definitionsSébastien Marie
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-19openbsd: convert builtin.arch to builtin.target.cpu.archSébastien Marie
2021-05-18std: update freebsd bits to new builtinAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-14Merge pull request #8746 from koachan/sparc64-fixesAndrew Kelley
2021-05-13std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12stage2: Add CPU feature detection for macosLemonBoy
2021-05-12Define ENOTSUP for SPARCKoakuma
2021-05-11bsd: detect os versionMichael Dusan
2021-05-10std/os: add missing sockaddr_storage defslithdew
2021-05-10std/os: fix sockaddr_storage padding sizelithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-06Merge pull request #8683 from LemonBoy/thumblinuxAndrew Kelley
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-03std/os/bits/windows: add `timeval` extern structlithdew
2021-05-03std/os/linux/bits: correct socket option codes for ppc/ppc64lithdew
2021-05-03std/os/bits: add timeval struct for riscv64 linuxlithdew
2021-05-03x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`lithdew
2021-05-03x/os, x/net: layout tcp, ipv4/ipv6, and socket abstractionslithdew
2021-05-01std: Add signal numbers for SPARCLemonBoy
2021-05-01std: Import correct errno defs for SPARCLemonBoy
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-26Merge pull request #8604 from hoanga/haiku-support-sysdefsAndrew Kelley
2021-04-25x: fmt source codelithdew
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-23update haiku system constantsAl Hoang
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-21std: Use stat definition with 32bit *time fieldsLemonBoy
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley