summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
27 hoursusr.bin: fetch: Remove unused globalIan Moffett
31 hoursusr.bin: osh: Add true hostname to promptIan Moffett
38 hoursusr: fetch: Add CPU brand informationIan Moffett
40 hoursusr.bin: Add 'sysctl' programIan Moffett
2 daysusr.bin: cat: Add the '-n' and '-b' flagsIan Moffett
6 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
6 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
9 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
9 daysoasm: Introduce logical shift operationsIan Moffett
11 daysusr: cat: Remove extra newlineIan Moffett
11 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
11 daysoasm: Introduce XOR mnemonicIan Moffett
11 daysoemu: cpu: Add decoding for OR instructionIan Moffett
11 daysoasm: Introduce OR mnemonicIan Moffett
11 daysoemu: cpu: Add decoding for AND instructionIan Moffett
11 daysoasm: Introduce AND mnemonicIan Moffett
13 daysoasm: Remove redundant state->last updateIan Moffett
13 daysoasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
14 daysoasm: parse: "instruction" -> "token"Ian Moffett
14 daysusr: osh: Add "!!" to repeat last commandIan Moffett
2025-07-25usr: osh: Print banner from /etc/motdIan Moffett
2025-07-25usr: kstat: Add CPU percent online reportingIan Moffett
2025-07-24oemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
2025-07-24oasm: Introduce encoding for the NOP instructionIan Moffett
2025-07-24oemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
2025-07-24oasm: Add stdbool.h includesIan Moffett
2025-07-24oasm: Unreserve 9 opcode gapIan Moffett
2025-07-24oasm: Add table to keep track of labelsIan Moffett
2025-07-24oemu: cpu: Add decoding logic of MRO instructionsIan Moffett
2025-07-24oasm: Add encoding for MRO type instructionsIan Moffett
2025-07-24oasm: parse: Remove unused stubIan Moffett
2025-07-23oasm: Add initial support for labelsIan Moffett
2025-07-23usr: Add 'oasm' and 'oemu' to the build listIan Moffett
2025-07-23oasm: parse: Use oasm_err instead of printf()Ian Moffett
2025-07-22oasm: Add support for '!' commentsIan Moffett
2025-07-22oemu: cpu: Decode the BR instructionIan Moffett
2025-07-22oemu: types: Add addr_t typeIan Moffett
2025-07-22oasm: Add encoding for BR instructionIan Moffett
2025-07-22oemu: cpu: Add link registers and SR_STATEIan Moffett
2025-07-22oemu: cpu: Add CPU register dumpIan Moffett
2025-07-22oemu: cpu: Introduce decoding logic for DIVIan Moffett
2025-07-22oasm: Add encoding logic for "DIV" instructionIan Moffett
2025-07-22oemu: cpu: Introduce decoding for MUL instructionIan Moffett
2025-07-22oasm: Introduce encoding for MUL instructionIan Moffett
2025-07-22oasm: 'osxm64' -> 'osmx64'Ian Moffett
2025-07-22oemu: cpu: Introduce decoding logic for SUBIan Moffett
2025-07-22oasm: Add encoding logic for "SUB" instructionIan Moffett
2025-07-21oemu: cpu: Decode and process HLT instructionIan Moffett
2025-07-21oasm: Parse and encode the "HLT" instructionIan Moffett
2025-07-21oemu: cpu: Decode ADD instructionsIan Moffett