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
/
hexagon.zig
Age
Commit message (
Expand
)
Author
2025-10-17
Merge pull request #25610 from alexrp/std-os-linux-cleanup
Alex Rønne Petersen
2025-10-17
std.os.linux: clean up a bunch of dead consts
Alex Rønne Petersen
2025-10-17
std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...
Alex Rønne Petersen
2025-10-17
std.os.linux: replace usize/isize in arch bits with fixed types for clarity
Alex Rønne Petersen
2025-10-17
std.os.linux: move some generic decls out of the arch bits
Alex Rønne Petersen
2025-10-16
std.os.linux: fix a bunch of syscall and time ABI issues on hexagon
Alex Rønne Petersen
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-09
std.os.linux: remove dead/wrong msghdr definitions in some arch bits
Alex Rønne Petersen
2025-10-07
std.os.linux: minor NFC corrections to hexagon ucontext_t and mcontext_t
Alex Rønne Petersen
2025-10-05
std.os.linux: add mcontext_t and ucontext_t for hexagon
Alex Rønne Petersen
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-28
std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscv
Alex Rønne Petersen
2025-09-23
Don't specify clobbers in `restore_rt`
taylor.fish
2025-07-16
zig fmt
Andrew Kelley
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
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-10-03
std.os.linux: Add hexagon arch bits.
Alex Rønne Petersen