summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
5 daysoasm: Introduce encoding for MUL instructionIan Moffett
5 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
5 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
5 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
5 daysoemu: cpu: Decode and process HLT instructionIan Moffett
5 daysoasm: Parse and encode the "HLT" instructionIan Moffett
5 daysoemu: cpu: Decode ADD instructionsIan Moffett
5 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
5 daysoasm: emit: Remove extra whitespaceIan Moffett
6 daysoasm: emit: Remove extra newlineIan Moffett
6 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
6 daysoasm: emit: Handle increment/decrement operationsIan Moffett
6 daysoasm: emit: Add 'unused' field to instructionIan Moffett
6 daysoasm: emit: Fix typoIan Moffett
6 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
6 daysoasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
6 daysoasm: Add initial codegen emit sourcesIan Moffett
6 daysoasm: Open and grab fd for binary output fileIan Moffett
6 daysoasm: parse: Add tok_is_xreg() helperIan Moffett
6 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
6 daysoasm: lex: Free tokenstr on errorIan Moffett
7 daysusr: oasm: Free pointers on error pathsIan Moffett
7 daysusr: oasm: Add initial parsing logicIan Moffett
7 daysusr: oasm: Add IMM tokstr entryIan Moffett
7 daysusr: oasm: Lex registers and operandsIan Moffett
7 daysusr: oasm: Add log.cIan Moffett
7 daysusr: oasm: Store last token and line numberIan Moffett
7 daysusr: oasm: Add register token typesIan Moffett
7 daysusr: oasm: Add quotes around token nameIan Moffett
7 daysusr: Add initial "oasm" assembler workIan Moffett
7 daysusr: osh: Introduce '&' for background tasksIan Moffett
7 daysusr: osh: Refactor parsing logicIan Moffett
8 daysusr: osh: Only write printable charactersIan Moffett
9 daysusr: nerve: Add 'peek' verb to nerve(1)Ian Moffett
9 daysusr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
9 daysusr: nerve: Ensure nerve packet does not overflowIan Moffett
9 daysusr: nerve: Use 32 bit datum rather than 8 bitIan Moffett
9 daysusr: Add 'whoami' programIan Moffett
9 daysusr: nerve: Add 'consfeat' nerveIan Moffett
9 daysusr: nerve: Write 'c' directlyIan Moffett
9 daysusr.bin: Add 'nerve' program to poke ctlfsIan Moffett
10 dayskernel: spawn: Deprecate SPAWN_WAITIan Moffett
10 daysusr: Add 'kstat' program for system infoIan Moffett
14 daysusr.bin: login: Remove useless debug messageIan Moffett
14 daysusr: date: Read back date after writingIan Moffett
2025-07-11usr.bin: Add 'sleep' programIan Moffett
2025-07-11usr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
2025-07-11usr: date: Allow time-setting by userIan Moffett
2025-07-10usr: login: Parse custom shell pathIan Moffett
2025-07-10usr: login: Clean up check_user() logicIan Moffett