Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-13 | user: a primitive login utility | dzwdz | |
2022-08-13 | user/init: restart the shell processes | dzwdz | |
2022-08-13 | user: add /initctl for shutting the system down in a cleaner way | dzwdz | |
2022-08-13 | user: plan9-style /bin/ union | dzwdz | |
2022-08-08 | user: union filesystems | dzwdz | |
2022-08-08 | user: separate tmpfs into its own executable, add `mount` | dzwdz | |
2022-08-02 | user: separate ansiterm/vterm out into its own binary | dzwdz | |
2022-08-01 | user: make ansiterm use the framebuffer instead of vga text mode | dzwdz | |
2022-07-31 | user: replace the MOUNT macro with MOUNT_AT | dzwdz | |
The old style could be confused with a regular function, where the driver would be executed unconditionally. This should make it more obvious that the driver doesn't get executed in the parent process. | |||
2022-07-30 | user: stderr | dzwdz | |
2022-07-27 | user: cleanup init and the shell's code | dzwdz | |
2022-07-26 | user: break out the shell and tests into separate binaries | dzwdz | |