aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2024-07-30std.os.linux.start_pie: Add mips and mips64 support.Alex Rønne Petersen
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-29std.os.linux.tls: Handle riscv32 in setThreadPointer().Alex Rønne Petersen
2024-07-29std.os.linux.start_pie: Handle riscv32 in getDynamicSymbol().Alex Rønne Petersen
2024-07-29std.os.linux.test: Partially skip statx() test on riscv32.Alex Rønne Petersen
2024-07-29std.os.linux: Add riscv32 support.Alex Rønne Petersen
2024-07-29std.os.linux.syscalls: Regenerate based on Linux v6.7.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add hexagon support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add arc support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add csky support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Handle armeb, thumb, thumbeb, and aarch64_be too.Alex Rønne Petersen
2024-07-24Merge pull request #20749 from alexrp/start-pieAndrew Kelley
2024-07-24std.os.linux.start_pie: Add s390x support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add m68k support.Alex Rønne Petersen
2024-07-24std.os.linux.start_pie: Add loongarch support.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Fix setThreadPointer() for armeb and thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Set some constants correctly for powerpcle.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Set tls_tcb_size correctly for thumbeb.Alex Rønne Petersen
2024-07-23std.os.linux.tls: Set tls_variant correctly for thumbeb.Alex Rønne Petersen
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-22update start code to use `@disableInstrumentation`Andrew Kelley
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