summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
AgeCommit message (Collapse)Author
22 hoursusr: usr.bin/time -> usr.bin/dateIan Moffett
Change the 'time' binary to be called 'date' as it is more fitting for the type of program it is. Signed-off-by: Ian Moffett <ian@osmora.org>
34 hoursusr.bin: Add 'mrow' gameIan Moffett
Add fun mrow game with the goal of catching little mice like a silly kitty!!! Signed-off-by: Ian Moffett <ian@osmora.org>
7 daysusr.bin: Add beep commandIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
9 daysusr.bin: Add 'mex' portIan Moffett
See https://osmora.org/cgit/mex Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-08usr.bin: Add 'time' command to return current timeIan Moffett
- Add usr.bin/time/ program to read RTC - Add 'time' command to osh Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-04usr.bin: kfgwm: Add initial WM sourcesIan 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>
2025-06-03usr.bin: Build fetch toolIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-05-31usr.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>
2025-05-16build: Add Makefile for usr.sbin and usr.binIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>