summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
21 hoursusr: Put OSH banner in /usr/share/motdIan Moffett
21 hoursusr.bin: osh: Clear argv after script commandIan Moffett
21 hoursusr.bin: Add initial 'cat' implementationIan Moffett
23 hoursusr.bin: osh: Add commentsIan Moffett
23 hoursusr.bin: osh: Skip blank newlines in scriptsIan Moffett
23 hoursusr.bin: osh: Implement shell script parsingIan Moffett
33 hoursusr.bin: elfdump: Add missing operator in elftypeIan Moffett
35 hoursusr.bin: Add 'elfdump' toolIan Moffett
36 hoursusr.bin: mrow: Randomize mouse y after collisionIan Moffett
36 hoursusr.bin: kfgwm: Allocate new windows with malloc()Ian Moffett
36 hoursusr.bin: kfgwm: Ensure x/y does not overflowIan Moffett
3 daysusr.bin: date: Print month and day of the weekIan Moffett
3 daysusr: usr.bin/time -> usr.bin/dateIan Moffett
3 daysusr.bin: mrow: Set max mouse speed at 2Ian Moffett
4 daysusr.bin: mrow: Add stdbool.h includeIan Moffett
4 daysusr.bin: mrow: Update mouse speed per hitIan Moffett
4 daysusr.bin: mrow: Log final score on exitIan Moffett
4 daysusr.bin: Add 'mrow' gameIan Moffett
4 daysusr.bin: beep: Fix payload orderIan Moffett
9 daysusr.bin: Add beep commandIan Moffett
11 daysusr.bin: osh: Add builtin 'clear' commandIan Moffett
11 daysusr.bin: Add 'mex' portIan Moffett
11 dayskernel: spawn: Add argv + stub envp argumentsIan Moffett
2025-06-09usr.bin: osh: Check bin_path with access()Ian Moffett
2025-06-09usr.bin: time: Pad hour, min and sec to 2 digitsIan Moffett
2025-06-09usr.bin: osh: Seperate builtin cmds from user cmdsIan Moffett
2025-06-09usr.bin: osh: Make internal routines staticIan Moffett
2025-06-08usr: Discard .eh_frame and .note sectionsIan Moffett
2025-06-08usr.bin: Add 'time' command to return current timeIan Moffett
2025-06-08usr.bin: kfgwm: Add initial window text supportIan Moffett
2025-06-08usr.bin: kfgwm: Include stddef.h in kfg/types.hIan Moffett
2025-06-07usr.bin: Use stdio for console accessQuinn Stephens
2025-06-06usr.bin: osh: Add backspace bellIan Moffett
2025-06-04usr.bin: kfgwm: Use kfgpos_t for x,yIan Moffett
2025-06-04usr.bin: kfgwm: Add initial WM sourcesIan Moffett
2025-06-03usr.bin: Build fetch toolIan Moffett
2025-05-31usr.bin: Add simple `fetch' programIan Moffett
2025-05-31usr.bin: osh: Make kmsg its own programIan Moffett
2025-05-29usr.bin: osh: Add kmsg command for kernel messagesIan Moffett
2025-05-19usr: osh: Add "reboot" and "shutdown" commandsIan Moffett
2025-05-16build: Add Makefile for usr.sbin and usr.binIan Moffett
2025-05-05usr: osh: Rewrite console shellGon Namprasertkul
2025-05-02usr: osh: Use project root in build scriptIan Moffett
2025-04-18usr.bin: Add basic "shell"Ian Moffett