summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
40 hourskernel: net: Introduce initial socket implIan Moffett
40 hoursetc: oemu: Add XOR example to test-00.sIan Moffett
40 hoursusr: cat: Remove extra newlineIan Moffett
40 hourskernel: net: Add missing sys/types.h includeIan Moffett
40 hoursoemu: cpu: Add decoding for XOR instructionIan Moffett
40 hoursoasm: Introduce XOR mnemonicIan Moffett
40 hoursetc: oemu: Add example for 'OR' in test-00.sIan Moffett
40 hoursoemu: cpu: Add decoding for OR instructionIan Moffett
40 hoursoasm: Introduce OR mnemonicIan Moffett
40 hoursoemu: cpu: Add decoding for AND instructionIan Moffett
40 hoursoasm: Introduce AND mnemonicIan Moffett
3 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
4 dayskernel: Introduce initial VSR implIan Moffett
4 dayskernel: lib: Add strdup() to string.hIan Moffett
4 dayskernel: termios: Add c_oflag bit definesIan Moffett
4 dayskernel: termios: Add compatibility flagsIan Moffett
4 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
4 daysoasm: Remove redundant state->last updateIan Moffett
4 daysoasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
4 daysoasm: parse: "instruction" -> "token"Ian Moffett
4 daysusr: osh: Add "!!" to repeat last commandIan Moffett
4 dayskernel: signal: Add SIGTERMIan Moffett
5 daysusr: osh: Print banner from /etc/motdIan Moffett
5 daysusr: kstat: Add CPU percent online reportingIan Moffett
5 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
5 dayskernel: accnt: Report how many cores are haltedIan Moffett
5 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
5 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
5 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
5 daysoasm: Introduce encoding for the NOP instructionIan Moffett
5 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
5 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
6 daysoasm: Add stdbool.h includesIan Moffett
6 daysoasm: Unreserve 9 opcode gapIan Moffett
6 daysoasm: Add table to keep track of labelsIan Moffett
6 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
6 daysetc: Add usage of MROW instruction in test-00.sIan Moffett
6 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
6 daysoasm: Add encoding for MRO type instructionsIan Moffett
6 daysoasm: parse: Remove unused stubIan Moffett
6 daysoasm: Add initial support for labelsIan Moffett
6 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett
6 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
7 daysbuild: Add tests for oasm and oemu in etc/oemu/Ian Moffett
7 daysoasm: Add support for '!' commentsIan Moffett
7 daysoemu: cpu: Decode the BR instructionIan Moffett
7 daysoemu: types: Add addr_t typeIan Moffett
7 daysoasm: Add encoding for BR instructionIan Moffett
7 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
8 daysoemu: cpu: Add CPU register dumpIan Moffett