summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
21 hoursusr: kstat: Improve log formattingIan Moffett
21 hourskstat: vm: Log total system memory supportedmainIan Moffett
21 hourskstat: vm: Add virtual memory stat loggingIan Moffett
21 hoursusr: kstat: Add support for '/ctl/vm/stat'Ian Moffett
3 daysusr: sysctl: Add parsing for 'proc.*' nodesIan Moffett
3 daysusr: sysctl: Fix up error loggingIan Moffett
7 daysusr: sysctl: Add parsing for 'hw.machine'Ian Moffett
7 daysusr.bin: sysctl: Remove extra newlineIan Moffett
7 daysusr.bin: sysctl: Support non 'kern.*' variablesIan Moffett
7 daysusr.bin: fetch: Remove unused globalIan Moffett
7 daysusr.bin: osh: Add true hostname to promptIan Moffett
7 daysusr: fetch: Add CPU brand informationIan Moffett
7 daysusr.bin: Add 'sysctl' programIan Moffett
8 daysusr.bin: cat: Add the '-n' and '-b' flagsIan Moffett
12 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
12 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
2025-07-30oemu: cpu: Add decoding for shiftinstructionIan Moffett
2025-07-30oasm: Introduce logical shift operationsIan Moffett
2025-07-28usr: cat: Remove extra newlineIan Moffett
2025-07-28oemu: cpu: Add decoding for XOR instructionIan Moffett
2025-07-28oasm: Introduce XOR mnemonicIan Moffett
2025-07-28oemu: cpu: Add decoding for OR instructionIan Moffett
2025-07-28oasm: Introduce OR mnemonicIan Moffett
2025-07-28oemu: cpu: Add decoding for AND instructionIan Moffett
2025-07-28oasm: Introduce AND mnemonicIan Moffett
2025-07-25oasm: Remove redundant state->last updateIan Moffett
2025-07-25oasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
2025-07-25oasm: parse: "instruction" -> "token"Ian Moffett
2025-07-25usr: 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