aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/mips64.zig
AgeCommit message (Expand)Author
2024-08-18std.os.linux: Fix Stat struct for mips/mips64.Alex Rønne Petersen
2024-08-18std.os.linux: Fix rlimit_resource for mips64; move out of arch bits.Alex Rønne Petersen
2024-08-18std.os.linux: Fix syscall errno value handling for mips.Alex Rønne Petersen
2024-08-12`std.os.linux`: Add clone() implementation for mips64. (#21038)Alex Rønne Petersen
2024-08-03std.os.linux: Fix CGT_SYM for mips/mips64.Alex Rønne Petersen
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-03-19extract std.posix from std.osAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-02-04Add support for mips64/mips64elSuirad