summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
12 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
12 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
12 daysoemu: cpu: Decode and process HLT instructionIan Moffett
12 daysoasm: Parse and encode the "HLT" instructionIan Moffett
12 daysoemu: cpu: Decode ADD instructionsIan Moffett
12 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
12 daysoasm: emit: Remove extra whitespaceIan Moffett
13 daysoasm: emit: Remove extra newlineIan Moffett
13 daysproject: Bump version to 2.4Ian Moffett
13 daysusr: Add initial OSMX64 emulator sourcesIan Moffett
13 daysoasm: emit: Handle increment/decrement operationsIan Moffett
13 daysoasm: emit: Add 'unused' field to instructionIan Moffett
13 dayskernel: tmpfs: Fixup real_size computationIan Moffett
13 daysoasm: emit: Fix typoIan Moffett
13 daysoasm: parse: Add TT_INC to parse_tok()Ian Moffett
13 daysoasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
13 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
13 daysoasm: Add initial codegen emit sourcesIan Moffett
13 daysbuild: Remove 'BLACKLIST'Ian Moffett
13 daysoasm: Open and grab fd for binary output fileIan Moffett
13 daysoasm: parse: Add tok_is_xreg() helperIan Moffett
13 daysoasm: lex: Convert and store <imm> to uint16_tIan Moffett
13 daysoasm: lex: Free tokenstr on errorIan Moffett
14 daysusr: oasm: Free pointers on error pathsIan Moffett
14 daysusr: oasm: Add initial parsing logicIan Moffett
14 daysusr: oasm: Add IMM tokstr entryIan Moffett
14 daysusr: oasm: Lex registers and operandsIan Moffett
14 daysusr: oasm: Add log.cIan Moffett
14 daysusr: oasm: Store last token and line numberIan Moffett
14 daysusr: oasm: Add register token typesIan Moffett
14 daysusr: oasm: Add quotes around token nameIan Moffett
14 daysusr: Add initial "oasm" assembler workIan Moffett
2025-07-19usr: osh: Introduce '&' for background tasksIan Moffett
2025-07-19usr: osh: Refactor parsing logicIan Moffett
2025-07-19kernel: kconf: Seperate shared options to sys/confIan Moffett
2025-07-19usr: osh: Only write printable charactersIan Moffett
2025-07-18usr: nerve: Add 'peek' verb to nerve(1)Ian Moffett
2025-07-18man: nerve: List 'consfeat' nerve endingIan Moffett
2025-07-18usr: nerve: Convert nerve name in nerve_to_def()Ian Moffett
2025-07-18usr: nerve: Ensure nerve packet does not overflowIan Moffett
2025-07-18usr: nerve: Use 32 bit datum rather than 8 bitIan Moffett
2025-07-18usr: Add 'whoami' programIan Moffett
2025-07-18usr: nerve: Add 'consfeat' nerveIan Moffett
2025-07-18usr: nerve: Write 'c' directlyIan Moffett
2025-07-17docs: man: Add nerve(1)Ian Moffett
2025-07-17usr.bin: Add 'nerve' program to poke ctlfsIan Moffett
2025-07-17kernel/amd64: mp: Pin one idle thread to each coreIan Moffett
2025-07-17docs: man: Add cat(1)Ian Moffett
2025-07-17docs: man: Add exit(2)Ian Moffett