aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux.zig
AgeCommit message (Expand)Author
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
2020-10-04implement {get, set}rlimit for linuxxackus
2020-10-03Add IORING_FEAT_POLL_32BITSJoran Dirk Greef
2020-09-21Define SPLICE, PROVIDE_BUFFERS, REMOVE_BUFFERS and TEE opcodes and flagsJoran Dirk Greef
2020-09-20Add IORING_FEAT_FAST_POLLJoran Dirk Greef
2020-09-19Fix io_uring_sqe to use the names of the first member of each unionJoran Dirk Greef
2020-09-19Remove default values from io_uring_sqe structJoran Dirk Greef
2020-09-19Add splice_fd_in to io_uring_sqe and future-proof for anonymous unionsJoran Dirk Greef
2020-09-17Add IORING_SQ_CQ_OVERFLOW to std/os/bits/linux.zigJoran Dirk Greef
2020-09-11std: add securebits definitions for linuxIsaac Freund
2020-09-11std: add prctl definition for linuxIsaac Freund
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley
2020-09-08Add the Linux TCP socket optionsJens Goldberg
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03update uses of deprecated type field accessVexu
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-08-22Bpf: move under os/linux instead of bits (#6126)Matthew Knight
2020-08-21fixed bpf namespaceMatt Knight
2020-08-20add UTIME_NOW and UTIME_OMIT constants for use in utimensat/futimensheidezomp
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-17added bpf() syscall and some supporting structs (#6061)Matthew Knight
2020-07-22Add signalfd support (#5322)luna
2020-07-01Implement std.os for powerpc64{,le}Shawn Anastasio
2020-06-02cleanupsAndrew Kelley
2020-06-02Make ifru fields sentinel-terminatedLuna
2020-06-02Replace C types in declarationsLuna
2020-06-02Replace C shorts by integer typesLuna
2020-06-02Fix ifreq definitionLuna
2020-06-02Only resolve scope id when neededLuna
2020-06-02Add some interface structs to linux bitsLuna
2020-05-30linux: fix IOSQE_BIT decl and io_uring_sqe flagsVincent Rischmann