summaryrefslogtreecommitdiff
path: root/usr.bin/osh
AgeCommit message (Collapse)Author
29 hoursusr.bin: kfgwm: Add initial WM sourcesmainIan Moffett
- Add basic structures and defines for describing a window - Add basic window drawing routines - Draw demo/test window Signed-off-by: Ian Moffett <ian@osmora.org>
4 daysusr.bin: Add simple `fetch' programIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
4 daysusr.bin: osh: Make kmsg its own programIan Moffett
- Give command table entries a path field to refer to paths of executable files - Make kmsg its own program in /usr/bin/kmsg Signed-off-by: Ian Moffett <ian@osmora.org>
6 daysusr.bin: osh: Add kmsg command for kernel messagesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-05-19usr: osh: Add "reboot" and "shutdown" commandsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-05-05usr: osh: Rewrite console shellGon Namprasertkul
This commit makes the shell prototype more flexible Signed-off-by: Gon Namprasertkul <foresterblox@gmail.com> Signed-off-by: Ian Moffett <ian@osmora.org>
2025-05-02usr: osh: Use project root in build scriptIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-04-18usr.bin: Add basic "shell"Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>