summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysusr: kstat: Add CPU percent online reportingIan Moffett
2 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
2 dayskernel: accnt: Report how many cores are haltedIan Moffett
2 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
2 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
2 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
2 daysoasm: Introduce encoding for the NOP instructionIan Moffett
3 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
3 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specmainIan Moffett
3 daysoasm: Add stdbool.h includesIan Moffett
3 daysoasm: Unreserve 9 opcode gapIan Moffett
3 daysoasm: Add table to keep track of labelsIan Moffett
3 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
3 daysetc: Add usage of MROW instruction in test-00.sIan Moffett
3 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
3 daysoasm: Add encoding for MRO type instructionsIan Moffett
3 daysoasm: parse: Remove unused stubIan Moffett
3 daysoasm: Add initial support for labelsIan Moffett
3 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett
3 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
5 daysbuild: Add tests for oasm and oemu in etc/oemu/Ian Moffett
5 daysoasm: Add support for '!' commentsIan Moffett
5 daysoemu: cpu: Decode the BR instructionIan Moffett
5 daysoemu: types: Add addr_t typeIan Moffett
5 daysoasm: Add encoding for BR instructionIan Moffett
5 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
5 daysoemu: cpu: Add CPU register dumpIan Moffett
5 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
5 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
5 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
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
6 daysoemu: cpu: Decode and process HLT instructionIan Moffett
6 daysoasm: Parse and encode the "HLT" instructionIan Moffett
6 daysoemu: cpu: Decode ADD instructionsIan Moffett
6 daysoasm: Implement encoding for 'ADD' instructionIan Moffett
6 daysoasm: emit: Remove extra whitespaceIan Moffett
6 daysoasm: emit: Remove extra newlineIan Moffett
6 daysproject: Bump version to 2.4Ian 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 dayskernel: tmpfs: Fixup real_size computationIan 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 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
6 daysoasm: Add initial codegen emit sourcesIan Moffett