summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 dayskernel: net: Add socket syscallsIan Moffett
11 dayskernel: net: Introduce initial socket implIan Moffett
11 daysetc: oemu: Add XOR example to test-00.sIan Moffett
11 daysusr: cat: Remove extra newlineIan Moffett
11 dayskernel: net: Add missing sys/types.h includeIan Moffett
11 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
11 daysoasm: Introduce XOR mnemonicIan Moffett
11 daysetc: oemu: Add example for 'OR' in test-00.sIan 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 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
13 dayskernel: Introduce initial VSR implIan Moffett
13 dayskernel: lib: Add strdup() to string.hIan Moffett
13 dayskernel: termios: Add c_oflag bit definesIan Moffett
13 dayskernel: termios: Add compatibility flagsIan Moffett
13 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
14 daysoasm: Remove redundant state->last updateIan Moffett
14 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
14 dayskernel: signal: Add SIGTERMIan Moffett
2025-07-25usr: osh: Print banner from /etc/motdIan Moffett
2025-07-25usr: kstat: Add CPU percent online reportingIan Moffett
2025-07-25usr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
2025-07-25kernel: accnt: Report how many cores are haltedIan Moffett
2025-07-25kernel/amd64: Keep track of which cores are onlineIan Moffett
2025-07-25kernel/amd64: cdefs: Remove unused includeIan 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-24docs: readme: Add OEMU and OASM programs to READMEIan 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-24sys: queue: Include user headers ifndef _KERNELIan Moffett
2025-07-24etc: Add usage of MROW instruction in test-00.sIan 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-22build: Add tests for oasm and oemu in etc/oemu/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