summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 dayskernel: socket: Ensure AF_UNIX in recvmsg()mainIan Moffett
4 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
4 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
4 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
4 dayskernel: posix: Add POSIX 'uio'Ian Moffett
4 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
4 daysusr: libc: Add libc socket functionsIan Moffett
5 dayskernel: net: Add socket syscallsIan Moffett
5 dayskernel: net: Introduce initial socket implIan Moffett
5 daysetc: oemu: Add XOR example to test-00.sIan Moffett
5 daysusr: cat: Remove extra newlineIan Moffett
5 dayskernel: net: Add missing sys/types.h includeIan Moffett
5 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
5 daysoasm: Introduce XOR mnemonicIan Moffett
5 daysetc: oemu: Add example for 'OR' in test-00.sIan Moffett
5 daysoemu: cpu: Add decoding for OR instructionIan Moffett
5 daysoasm: Introduce OR mnemonicIan Moffett
5 daysoemu: cpu: Add decoding for AND instructionIan Moffett
5 daysoasm: Introduce AND mnemonicIan Moffett
6 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
7 dayskernel: Introduce initial VSR implIan Moffett
7 dayskernel: lib: Add strdup() to string.hIan Moffett
7 dayskernel: termios: Add c_oflag bit definesIan Moffett
7 dayskernel: termios: Add compatibility flagsIan Moffett
7 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
7 daysoasm: Remove redundant state->last updateIan Moffett
7 daysoasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
7 daysoasm: parse: "instruction" -> "token"Ian Moffett
7 daysusr: osh: Add "!!" to repeat last commandIan Moffett
7 dayskernel: signal: Add SIGTERMIan Moffett
8 daysusr: osh: Print banner from /etc/motdIan Moffett
8 daysusr: kstat: Add CPU percent online reportingIan Moffett
8 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
8 dayskernel: accnt: Report how many cores are haltedIan Moffett
8 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
8 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
8 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
8 daysoasm: Introduce encoding for the NOP instructionIan Moffett
8 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
8 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
9 daysoasm: Add stdbool.h includesIan Moffett
9 daysoasm: Unreserve 9 opcode gapIan Moffett
9 daysoasm: Add table to keep track of labelsIan Moffett
9 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
9 daysetc: Add usage of MROW instruction in test-00.sIan Moffett
9 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
9 daysoasm: Add encoding for MRO type instructionsIan Moffett
9 daysoasm: parse: Remove unused stubIan Moffett
9 daysoasm: Add initial support for labelsIan Moffett
9 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett