zig/lib/std/os/linux
Andrew Kelley d279a23c93 mips: fix syscall_pipe
Previously the fd parameter was ignored and so the result would not get
populated. Now it passes the fd pointer to the inline assembly so that
the results can be observed.
2021-06-21 17:03:04 -07:00
..
bpf std: Fix some BPF fn definitions 2021-06-06 20:41:14 -04:00
arm-eabi.zig Year++ 2020-12-31 15:45:24 -08:00
arm64.zig Year++ 2020-12-31 15:45:24 -08:00
bpf.zig std.os.linux.bpf: fix incorrect usage of unexpectedErrno 2021-06-21 17:03:03 -07:00
i386.zig Year++ 2020-12-31 15:45:24 -08:00
io_uring.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
mips.zig mips: fix syscall_pipe 2021-06-21 17:03:04 -07:00
powerpc.zig Add ppc Linux bits 2021-04-10 22:47:22 -05:00
powerpc64.zig Year++ 2020-12-31 15:45:24 -08:00
riscv64.zig Year++ 2020-12-31 15:45:24 -08:00
sparc64.zig Add a comment to explain the fork return values on sparc64 2020-11-28 13:24:24 +07:00
start_pie.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
test.zig os/linux: add fadvise 2021-06-09 18:15:50 +03:00
thumb.zig std: Initial bringup for Linux on Thumb2 2021-05-04 18:52:53 +02:00
tls.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
vdso.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
x86_64.zig Year++ 2020-12-31 15:45:24 -08:00