summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
11 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
11 dayskernel: socket: Keep track of socket ownerIan Moffett
11 dayssys: types: Use internal typenames for typedefsIan Moffett
11 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
11 daysetc: oemu: Add examples for LSR and LSLIan Moffett
11 daysusr: libc: Add initial ctype.hIan Moffett
12 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
12 daysoasm: Introduce logical shift operationsIan Moffett
13 daysetc: oemu: Fix conflict in test-00.sIan Moffett
13 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
13 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
13 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
13 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
14 dayskernel: posix: Add POSIX 'uio'Ian Moffett
14 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
14 daysusr: libc: Add libc socket functionsIan Moffett
2025-07-28kernel: net: Add socket syscallsIan Moffett
2025-07-28kernel: net: Introduce initial socket implIan Moffett
2025-07-28etc: oemu: Add XOR example to test-00.sIan Moffett
2025-07-28usr: cat: Remove extra newlineIan Moffett
2025-07-28kernel: net: Add missing sys/types.h includeIan Moffett
2025-07-28oemu: cpu: Add decoding for XOR instructionIan Moffett
2025-07-28oasm: Introduce XOR mnemonicIan Moffett
2025-07-28etc: oemu: Add example for 'OR' in test-00.sIan Moffett
2025-07-28oemu: cpu: Add decoding for OR instructionIan Moffett
2025-07-28oasm: Introduce OR mnemonicIan Moffett
2025-07-28oemu: cpu: Add decoding for AND instructionIan Moffett
2025-07-28oasm: 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