summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
14 hoursusr: nerve: Add 'peek' verb to nerve(1)exptIan Moffett
14 hoursusr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
14 hoursusr: nerve: Ensure nerve packet does not overflowIan Moffett
14 hoursusr: nerve: Use 32 bit datum rather than 8 bitIan Moffett
14 hoursusr: Add 'whoami' programIan Moffett
16 hoursusr: nerve: Add 'consfeat' nerveIan Moffett
16 hoursusr: nerve: Write 'c' directlyIan Moffett
18 hoursusr.bin: Add 'nerve' program to poke ctlfsIan Moffett
40 hourskernel: spawn: Deprecate SPAWN_WAITIan Moffett
44 hoursusr: Add 'kstat' program for system infoIan Moffett
6 daysusr.bin: login: Remove useless debug messageIan Moffett
6 daysusr: date: Read back date after writingIan Moffett
7 daysusr.bin: Add 'sleep' programIan Moffett
7 daysusr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
8 daysusr: date: Allow time-setting by userIan Moffett
8 daysusr: login: Parse custom shell pathIan Moffett
8 daysusr: login: Clean up check_user() logicIan Moffett
9 daysusr: login: Remove default 'USERNAME' defineIan Moffett
9 daysusr: login: Only rely on default shell for nowIan Moffett
9 daysusr: login: Re-allow char echoing after bad loginIan Moffett
9 daysusr: login: Implement 'password' input/hashingIan Moffett
9 daysusr: osh: Write current user to promptIan Moffett
9 dayskernel: cons: Remove problematic lockIan Moffett
10 daysusr.bin: login: Add initial auth logicIan Moffett
10 daysusr.bin: Add initial /etc/passwd parsingIan Moffett
12 daysusr.bin: osh: Use "\033[2J" to clear screenIan Moffett
12 daysusr.bin: readcore: Add missing '\n'Ian Moffett
14 daysusr.bin: readcore: Make sure we close the dump fdIan Moffett
14 daysusr.bin: Add 'readcore' programIan Moffett
2025-06-29usr.bin: osh: Allow execution of direct pathsIan Moffett
2025-06-29usr: Add 'echo' program to replace osh builtinIan Moffett
2025-06-29usr.bin: osh: Rename 'i' to 'buf_i'Ian Moffett
2025-06-29usr.bin: osh: Ensure argv is zerored per commandIan Moffett
2025-06-28usr.bin: Add initial getconf implIan Moffett
2025-06-28usr.bin: osh: Ignore tab as inputIan Moffett
2025-06-28usr.bin: cat: Use fgets() in catIan Moffett
2025-06-24usr.bin: elfdump: Fix argument orderIan Moffett
2025-06-24usr.bin: osh: Clear argv after script commandIan Moffett
2025-06-24usr.bin: Add initial 'cat' implementationIan Moffett
2025-06-24usr.bin: osh: Add commentsIan Moffett
2025-06-24usr.bin: osh: Skip blank newlines in scriptsIan Moffett
2025-06-24usr.bin: osh: Implement shell script parsingIan Moffett
2025-06-23usr.bin: elfdump: Add missing operator in elftypeIan Moffett
2025-06-23usr.bin: Add 'elfdump' toolIan Moffett
2025-06-23usr.bin: mrow: Randomize mouse y after collisionIan Moffett
2025-06-23usr.bin: kfgwm: Allocate new windows with malloc()Ian Moffett
2025-06-23usr.bin: kfgwm: Ensure x/y does not overflowIan Moffett
2025-06-21usr.bin: date: Print month and day of the weekIan Moffett
2025-06-21usr: usr.bin/time -> usr.bin/dateIan Moffett
2025-06-21usr.bin: mrow: Set max mouse speed at 2Ian Moffett