aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/mipsel.zig
AgeCommit message (Collapse)Author
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-01-02Implement the callconv() annotationLemonBoy
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-03Fix pipe syscall for MIPSLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
Also enable the segfault handler for all the supported architectures beside MIPS.
2019-09-26Initial support for mipsel architecture¬LemonBoy