| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-16 | zig fmt | Andrew Kelley | |
| 2024-03-19 | extract std.posix from std.os | Andrew Kelley | |
| closes #5019 | |||
| 2023-08-02 | plan 9: filesystem support | Jacob G-W | |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-06-16 | plan9: flesh out stdlib enough to allow not using simplified start logic | Jacob G-W | |
| 2023-06-10 | os/plan9: fix order of register setting in syscall1 | Jacob G-W | |
| We need to set rbp last because the arguments are stored on the stack. If we clobber rbp first, then we will get a segfault when trying to access the function arguments. I believe I had already done this with the other syscall* functions, but not with syscall1, so this allows single argument syscalls like close to work. | |||
| 2021-11-09 | plan9: more syscalls | Jacob G-W | |
| 2021-11-09 | fix outputs in inline assembly | Jacob G-W | |
| 2021-11-09 | add initial plan9 support to std | Jacob G-W | |
