aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux.zig
AgeCommit message (Expand)Author
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-21linux: Add recent clone/clone3 and missing signalfd flags.Aydin Mercan
2021-08-07linux: add missing FUTEX definitionsKlecko
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
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-12Make std.ChildProcess exit code u8 to match std.process.exitGarrett Squire
2021-06-09os/bits/linux: add the fadvise advice valuesVincent Rischmann
2021-06-07Add Linux XDP bits (#9019)Jens Goldberg
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-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
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/linux/bits: correct socket option codes for ppc/ppc64lithdew
2021-05-01std: Add signal numbers for SPARCLemonBoy
2021-05-01std: Import correct errno defs for SPARCLemonBoy
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-10Add ppc Linux bitsBenjamin Feng
2021-04-04os/bits/linux: add IPv6 socket optionsVincent Rischmann
2021-03-02os/linux: fix IO_Uring.timeoutVincent Rischmann
2021-01-11os/bits/linux: add the termios cc bitsVincent Rischmann
2021-01-08Add IP_ constantsRobin Voetter
2021-01-03Improve uring definitionsdaurnimator
2020-12-31Year++Frank Denis
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-17Add baudrate constantsTau
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-11-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05Merge pull request #6895 from jorangreef/fallocateAndrew Kelley
2020-11-04std: Correct stack_t definition for mipsLemonBoy
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01Add definitions for FALLOC_FL_ mode flagsJoran Dirk Greef
2020-10-29Merge pull request #6356 from jorangreef/io_uringAndrew Kelley
2020-10-25Fix SA_* constants for sparc64Koakuma
2020-10-24Add sparc64-specific values for the various SA_ and SIG_ constantsKoakuma
2020-10-24Add sparc64 linux bitsKoakuma
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-08Rename ix_rss -> ixrssBenjamin Feng