index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
linux
/
mips64.zig
Age
Commit message (
Expand
)
Author
2025-01-19
std.os.linux: Don't emit CFI directives if unwind tables are disabled.
Alex Rønne Petersen
2024-12-11
std.os.linux: Add unwinding protection in clone() implementations.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix Stat struct for mips/mips64.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix rlimit_resource for mips64; move out of arch bits.
Alex Rønne Petersen
2024-08-18
std.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-03
std.os.linux: Fix CGT_SYM for mips/mips64.
Alex Rønne Petersen
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-02-04
Add support for mips64/mips64el
Suirad