summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysusr: libc: Add libc socket functionsIan Moffett
13 dayskernel: net: Add socket syscallsIan Moffett
13 dayskernel: net: Introduce initial socket implIan Moffett
13 daysetc: oemu: Add XOR example to test-00.sIan Moffett
13 daysusr: cat: Remove extra newlineIan Moffett
13 dayskernel: net: Add missing sys/types.h includeIan Moffett
13 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
13 daysoasm: Introduce XOR mnemonicIan Moffett
13 daysetc: oemu: Add example for 'OR' in test-00.sIan Moffett
13 daysoemu: cpu: Add decoding for OR instructionIan Moffett
13 daysoasm: Introduce OR mnemonicIan Moffett
13 daysoemu: cpu: Add decoding for AND instructionIan Moffett
13 daysoasm: Introduce AND mnemonicIan Moffett
2025-07-26kernel: vsr: Add 'td' argument for most funcsIan Moffett
2025-07-26kernel: Introduce initial VSR implIan Moffett
2025-07-26kernel: lib: Add strdup() to string.hIan Moffett
2025-07-25kernel: termios: Add c_oflag bit definesIan Moffett
2025-07-25kernel: termios: Add compatibility flagsIan Moffett
2025-07-25kernel: cons: Create seperate 'scr' var for rootIan 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-25kernel: 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