aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2021-05-14std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-14Merge pull request #8746 from koachan/sparc64-fixesAndrew 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 pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-07fix test to restore cwd after chdirMichael Dusan
2021-05-06Merge pull request #8683 from LemonBoy/thumblinuxAndrew 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-01fix typoAndrew Kelley
2021-05-01std: Fix pwrite/pread syscalls on SPARC targetsLemonBoy
2021-05-01std: Add signal numbers for SPARCLemonBoy
2021-05-01std: Import correct errno defs for SPARCLemonBoy
2021-04-26Merge pull request #8604 from hoanga/haiku-support-sysdefsAndrew Kelley
2021-04-26Merge pull request #8618 from LemonBoy/mini-stuffAndrew Kelley
2021-04-25std: Fix wrong alignOf expressionLemonBoy
2021-04-25x: fmt source codelithdew
2021-04-24fix import pathMatt Knight
2021-04-23update haiku system constantsAl Hoang
2021-04-21std: Use stat definition with 32bit *time fieldsLemonBoy
2021-04-21std: Split syscall parameters for PowerPC targetsLemonBoy
2021-04-19std: Add process_vm_readv/writev wrappersHubert Jasudowicz
2021-04-17std: Add pidfd wrappersHubert Jasudowicz
2021-04-16Fix std.os.windows.user32.messageBoxWManuel Floruß
2021-04-16linux: fix number of arguments for tgkill syscallMahdi Khanalizadeh
2021-04-15freebsd: disable failing testAndrew Kelley
2021-04-11Merge pull request #8497 from LemonBoy/some-ppc-fixesAndrew Kelley
2021-04-11std: Fix TLS definitions for 32bit PowerPC targetsLemonBoy
2021-04-10Rename time32 syscalls to match rest of stdlibBenjamin Feng
2021-04-10Add ppc Linux bitsBenjamin Feng
2021-04-07netbsd: minor fixes to allow stage1 to buildMichael Dusan
2021-04-07test: fix std.time timing tests to skip on failureMichael Dusan
2021-04-04os/bits/linux: add IPv6 socket optionsVincent Rischmann
2021-04-02test: fix io_uring timing test to skip on failureMichael Dusan