aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
AgeCommit message (Expand)Author
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-31std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFlyPhilip Åkesson
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-22std.os: (p)writev should perform partial writes if iov.len > IOV_MAXdaurnimator
2021-08-21linux: Add recent clone/clone3 and missing signalfd flags.Aydin Mercan
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-09review: use defined flag for oflags.Takeshi Yoneda
2021-08-07linux: add missing FUTEX definitionsKlecko
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-22linux stdlib: fix definition of RW flags (#9428)Biolunar
2021-07-10Add waitid syscall on linux (#9335)Malcolm Still
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