aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-09bpf: sync map/prog/attach type with latest linux kernelTw
2024-06-20io_uring: don't assume completions order (2)Igor Anić
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-08Fix slight deviation from spec in handling Elf*_Rela relative relocationsShane Peelar
2024-06-08io_uring: don't assume completions orderIgor Anić
2024-06-06disable failing IoUring testAndrew Kelley
2024-06-05generate loongarch64 Linux syscallsYANG Xudong
2024-05-09fix integer overflow in IoUring buffer ring size calculationKarl Bohlmark
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-20Fix usage of `unexpectedErrno`Jared Baur
2024-03-31io_uring: simplify copy_cqe logicIgor Anić
2024-03-31io_uring: fix copy_cqes logicIgor Anić
2024-03-31io_uring: add failing testIgor Anić
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-15io_uring: ring mapped buffers (#17806)Igor Anić
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-08std.os.linux: rework io_uring supportmlugg
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-12Replaced loop with memcpysCPestka
2024-02-12Merge pull request #18898 from psnszsn/iouring_waitidAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-11io_uring: add waitid operationVlad Pănăzan
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-29std: add docs about return value of submit() (#18721)Constantin Pestka
2024-01-15Linux: Update syscalls for the 6.7 releaseStephen Gregoratto
2024-01-14std.os.linux.io_uring: fix compilation errorsAndrew Kelley
2024-01-14Merge pull request #18025 from ianic/io_uring_send_zcAndrew Kelley
2024-01-13Add `fchmodat2` to the Linux syscall listStephen Gregoratto
2024-01-03doc: Fix typos in bpf docsKarl Böhlmark
2023-12-12allow sqe entries up to 32768loris
2023-11-19linux/bpf: update helper definitionsTw
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-18io_uring: fix ci failing testIgor Anić
2023-11-17io_uring: try to pass windows/macos testsIgor Anić
2023-11-17io_uring: make Linux version check runtime instead od comptimeIgor Anić
2023-11-17io_uring: include review commentsIgor Anić
2023-11-17io_uring: use kernel version test in send_zc testIgor Anić
2023-11-17io_uring: simplify tests by checking kernel versionIgor Anić
2023-11-17io_uring: add direct operationsIgor Anić
2023-11-16Move duplicate field detection for struct init expressions into AstGenDavid
2023-11-10io_uring: add zero-copy send operationIgor Anić
2023-11-08fix io_uring tests on kernel 5.4Igor Anić
2023-11-08fix io_uring timeout_remove test on kernel 5.4Igor Anić
2023-11-06io_uring: add multishot accept operationIgor Anić
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-27Merge pull request #17716 from jacobly0/x86_64Jacob Young