summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 dayskernel: socket: Keep track of socket ownerIan Moffett
7 dayssys: types: Use internal typenames for typedefsIan Moffett
7 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
7 daysetc: oemu: Add examples for LSR and LSLIan Moffett
7 daysusr: libc: Add initial ctype.hIan Moffett
7 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
7 daysoasm: Introduce logical shift operationsIan Moffett
9 daysetc: oemu: Fix conflict in test-00.sIan Moffett
9 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
9 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
9 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
9 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
9 dayskernel: posix: Add POSIX 'uio'Ian Moffett
9 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
9 daysusr: libc: Add libc socket functionsIan Moffett
10 dayskernel: net: Add socket syscallsIan Moffett
10 dayskernel: net: Introduce initial socket implIan Moffett
10 daysetc: oemu: Add XOR example to test-00.sIan Moffett
10 daysusr: cat: Remove extra newlineIan Moffett
10 dayskernel: net: Add missing sys/types.h includeIan Moffett
10 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
10 daysoasm: Introduce XOR mnemonicIan Moffett
10 daysetc: oemu: Add example for 'OR' in test-00.sIan Moffett
10 daysoemu: cpu: Add decoding for OR instructionIan Moffett
10 daysoasm: Introduce OR mnemonicIan Moffett
10 daysoemu: cpu: Add decoding for AND instructionIan Moffett
10 daysoasm: Introduce AND mnemonicIan Moffett
11 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
12 dayskernel: Introduce initial VSR implIan Moffett
12 dayskernel: lib: Add strdup() to string.hIan Moffett
12 dayskernel: termios: Add c_oflag bit definesIan Moffett
12 dayskernel: termios: Add compatibility flagsIan Moffett
12 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
12 daysoasm: Remove redundant state->last updateIan Moffett
12 daysoasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
12 daysoasm: parse: "instruction" -> "token"Ian Moffett
12 daysusr: osh: Add "!!" to repeat last commandIan Moffett
12 dayskernel: signal: Add SIGTERMIan Moffett
13 daysusr: osh: Print banner from /etc/motdIan Moffett
13 daysusr: kstat: Add CPU percent online reportingIan Moffett
13 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
13 dayskernel: accnt: Report how many cores are haltedIan Moffett
13 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
13 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
13 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
13 daysoasm: Introduce encoding for the NOP instructionIan Moffett
13 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
13 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
14 daysoasm: Add stdbool.h includesIan Moffett
14 daysoasm: Unreserve 9 opcode gapIan Moffett