aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/mips.zig
AgeCommit message (Expand)Author
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
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
2021-08-02Make linux syscalls accessible with non-Linux target OSN00byEdge
2021-06-21mips: fix syscall_pipeAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-03-19std: Add syscall7 stub for Linux/MIPSLemonBoy
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper