aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/mips.zig
AgeCommit message (Expand)Author
2025-10-18std: make all MIPS inline asm safe for MIPS IAlex Rønne Petersen
2025-10-17std.os.linux: clean up a bunch of dead constsAlex Rønne Petersen
2025-10-17std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...Alex Rønne Petersen
2025-10-17std.os.linux: replace usize/isize in arch bits with fixed types for clarityAlex Rønne Petersen
2025-10-17std.os.linux: move some generic decls out of the arch bitsAlex Rønne Petersen
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-07std.os.linux: add ucontext_t and mcontext_t for mips/mips64Alex Rønne Petersen
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-28std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscvAlex Rønne Petersen
2025-09-23Don't specify clobbers in `restore_rt`taylor.fish
2025-08-06linux/mips.zig: Use `i32` for stat nsec fieldsPat Tullmann
2025-07-16canonicalize loongarch clobbersAndrew Kelley
2025-07-16fix mips inline asmAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-01-19std.os.linux: Don't emit CFI directives if unwind tables are disabled.Alex Rønne Petersen
2024-12-11std.os.linux: Add unwinding protection in clone() implementations.Alex Rønne Petersen
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-07std.os.linux: Move clone() here and stop exporting it.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
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
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-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-18Fix MIPS inline assembly clobbersJens Goldberg
2021-11-16os/linux: fix rlimit_resource for mips/sparcv9Vincent Rischmann
2021-10-17Linux: Update syscall numbers for 5.14Stephen Gregoratto
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew 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