summaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-10-20cmd: cat: Use ssize_t for len instead of size_tIan Moffett
2025-10-19cmd: init: Mount the device filesystemIan Moffett
2025-10-18cmd: init: Attempt to mount tmpfs to /tmpIan Moffett
2025-10-16cmd: Add mex portIan Moffett
2025-10-16cmd: build: Drop libwidget from buildsIan Moffett
2025-10-16cmd: Add 'cat' commandIan Moffett
2025-10-16cmd: Add new 'echo' commandIan Moffett
2025-10-16cmd: hush: Add argument parsingIan Moffett
2025-10-15cmd: init: Bring up login program on startupIan Moffett
2025-10-15build: Move 'login' to system binariesIan Moffett
2025-10-15cmd: Add initial 'login' programIan Moffett
2025-10-14cmd: Add 'lsdisk' utilityIan Moffett
2025-10-14libc: Add __libc_init as well as cmdline argumentsIan Moffett
2025-10-14cmd: hush: Ignore input if buffer is emptyIan Moffett
2025-10-13cmd: Add initial 'fetch' commandIan Moffett
2025-10-13cmd: hush: Wait for commands to finishIan Moffett
2025-10-12cmd: hush: Add initial program spawningIan Moffett
2025-10-12cmd: Add reboot commandIan Moffett
2025-10-10cmd: hush: Handle backspace on inputIan Moffett
2025-10-10kern: proc: Add initial penv block supportIan Moffett
2025-10-10cmd: Add shell prototypeIan Moffett
2025-10-10cmd: 'test.c' -> 'init.c'Ian Moffett
2025-10-05build: Use toolchain for user programsIan Moffett
2025-09-29lib: Add initial libwidget skeletonIan Moffett
2025-09-17build: 'cmd/test' -> 'cmd/init'Ian Moffett
2025-09-17cmd: test: Use and link with libc stubIan Moffett
2025-09-17build: Add test program to src/cmd/Ian Moffett