Age | Commit message (Expand) | Author |
2023-06-04 | user/vterm: vendor a font (spleen) instead of downloading one on build | dzwdz |
2023-01-25 | style: typedef structs, shorter namespaces | dzwdz |
2023-01-25 | user: process titles, /bin/ps | dzwdz |
2023-01-24 | kernel/procfs: allow reading memory of descendants | dzwdz |
2023-01-19 | kernel: user interrupts | dzwdz |
2023-01-11 | kernel: return EPIPE when fs_waiting on a dead filesystem | dzwdz |
2023-01-08 | kernel: let parents kill their children again | dzwdz |
2022-12-27 | sh: minor usability / aesthetic improvements | dzwdz |
2022-12-25 | user/lib: reorganize a few header files | dzwdz |
2022-11-21 | user/init: sandbox drivers | dzwdz |
2022-10-19 | shared/printf: implement %p | dzwdz |
2022-09-02 | user/init: don't shutdown when a fs driver quits | dzwdz |
2022-09-02 | kernel/proc: introduce child ids for telling children apart | dzwdz |
2022-08-29 | user/termcook: make C-c kill the running process | dzwdz |
2022-08-27 | user/netstack: IP gateway, make networking work without a second vm | dzwdz |
2022-08-26 | user/ports: port oed | dzwdz |
2022-08-24 | user/netstack: take ip as argument when mounting | dzwdz |
2022-08-21 | user: rename ethdump to netstack | dzwdz |
2022-08-20 | user/ethdump: turn into a file server | dzwdz |
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 |
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 |