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