zig/lib/std/os/linux
Alex Rønne Petersen b00f586c3d
std.os.linux: Add clone() implementation for mips64. (#21038)
Only for n64; no handling for n32 yet.

Also remove pointless comment about o32 in mips64 code.
2024-08-12 16:09:52 -07:00
..
bpf linux/bpf: update helper definitions 2023-11-19 19:01:18 +02:00
arm-eabi.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
arm64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
bpf.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
io_uring_sqe.zig std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
ioctl.zig std.Target: Remove sparcel architecture tag. 2024-07-30 06:30:25 +02:00
IoUring.zig add std.testing.random_seed 2024-07-23 11:43:12 -07:00
loongarch64.zig std: add loongarch64 support (#20915) 2024-08-09 00:30:57 +00:00
mips.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
mips64.zig std.os.linux: Add clone() implementation for mips64. (#21038) 2024-08-12 16:09:52 -07:00
powerpc.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
powerpc64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
riscv32.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
riscv64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
seccomp.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
sparc64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
start_pie.zig std.os.linux.start_pie: Add support for the new RELR relocation format. 2024-08-11 20:27:09 -07:00
syscalls.zig Update Linux syscalls to 6.10. 2024-08-09 00:34:52 +02:00
test.zig Add getppid to std.c and std.os.linux. 2024-08-07 13:03:21 -07:00
thumb.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
tls.zig std.os.linux.tls: Support sparc32. 2024-08-12 14:22:24 -07:00
vdso.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
x86.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00
x86_64.zig std.os.linux: Move clone() here and stop exporting it. 2024-08-07 01:19:51 -07:00