aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2021-06-06std: Fix some BPF fn definitionsLemonBoy
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-01x/os/net: remove unnecessary comptime prefix in resolveScopeID()Kenta Iwasaki
2021-06-01x: replace std.builtin with std.Target.currentKenta Iwasaki
2021-06-01os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage`Kenta Iwasaki
2021-06-01os: have sendmsg, recvmsg flags be c_intlithdew
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
2021-05-24Fix socklen_t cast in win32 recvfromJens Goldberg
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-22Merge pull request #7664 from marler8997/fixWindowsPathsAndrew Kelley
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-20Const correct GUID parameter of getInfo and setInfomason1920
2021-05-20Merge pull request #8776 from notviri/windows-wm-constantsAndrew Kelley
2021-05-20have collapseRepeats return slice intead of just lenJonathan Marler
2021-05-20implement nt path conversion for windowsJonathan Marler
2021-05-20std: Windows: WSASocketW ensures WSAStartupAndrew Kelley
2021-05-20std.os: WSAStartup is now called upon socket creation when neededBxil
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-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15remove range constantsviri
2021-05-14std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-14std: re-add weird undocumented Win32 constantsviri
2021-05-14std: fix & add os.windows.user32 WM constantsviri
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-11std: Fix offset param splitting for preadv/pwritevLemonBoy
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-10std/os: add missing sockaddr_storage defslithdew
2021-05-10std/os: fix sockaddr_storage padding sizelithdew
2021-05-10std/os/windows/ws2_32: add missing FIONBIO constantlithdew
2021-05-10x/os/socket, std/os/windows: implement loading winsock extensionslithdew
2021-05-10x/os, x/net, os:, fix typos/errors, add missing constants/docslithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-05-09Initialize the Stat structureFrank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley