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
/
sparc64.zig
Age
Commit message (
Expand
)
Author
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-14
std.os.linux.sparc64: use icc instead of xcc in asm clobbers
Alex Rønne Petersen
2025-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-07-16
zig fmt
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-04-30
linux: update `sigmask` in every arch `ucontext_t`
Pat Tullmann
2025-04-28
std.os.linux: Add missing time_t definition for sparc64.
Alex Rønne Petersen
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
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-11
std.os.linux: Add unwinding protection in clone() implementations.
Alex Rønne Petersen
2024-09-07
std: Fix assembler comment syntax for sparc.
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-07
std.os.linux: Move clone() here and stop exporting it.
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-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-06-27
std.os.linux.clone: upgrade to stage2 fn ptr semantics
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-03-22
Fix ucontext_t
Locria Cyber
2022-03-03
os/linux/io_uring: add recvmsg and sendmsg (#10212)
Hiroaki Nakamura
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-16
os/linux: fix rlimit_resource for mips/sparcv9
Vincent Rischmann
2021-11-10
Merge pull request #9853 from koachan/sparc64-unittests
Andrew Kelley
2021-10-17
Linux: Update syscall numbers for 5.14
Stephen Gregoratto
2021-10-10
SPARCv9: fix timeval definition
Koakuma
2021-09-23
Linux/sparc64 bits: Add missing C type definitions
Koakuma
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
Linux/SPARCv9: use C calling convention for restore_rt
Koakuma
[next]