aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/sparc64.zig
AgeCommit message (Expand)Author
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-11-16Move duplicate field detection for struct init expressions into AstGenDavid
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-09-29std: Replace use of stage1 function pointersominitay
2022-06-27std.os.linux.clone: upgrade to stage2 fn ptr semanticsAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-03-22Fix ucontext_tLocria Cyber
2022-03-03os/linux/io_uring: add recvmsg and sendmsg (#10212)Hiroaki Nakamura
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-16os/linux: fix rlimit_resource for mips/sparcv9Vincent Rischmann
2021-11-10Merge pull request #9853 from koachan/sparc64-unittestsAndrew Kelley
2021-10-17Linux: Update syscall numbers for 5.14Stephen Gregoratto
2021-10-10SPARCv9: fix timeval definitionKoakuma
2021-09-23Linux/sparc64 bits: Add missing C type definitionsKoakuma
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std, compiler-rt: remove test names where applicableAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24Linux/SPARCv9: use C calling convention for restore_rtKoakuma
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
2021-08-02Make linux syscalls accessible with non-Linux target OSN00byEdge
2020-11-28Add a comment to explain the fork return values on sparc64Koakuma
2020-11-27Fix fork() on Linux/sparc64Koakuma
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-04std: Fix pipe syscall stub for sparc64LemonBoy
2020-10-25Predict error-less path on syscallsKoakuma
2020-10-24Add pipe(2) supportKoakuma
2020-10-24Account for the delay slotKoakuma
2020-10-24Fix register namingKoakuma
2020-10-24Add sparc64 syscall interfaceKoakuma