summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 dayskernel: socket: Block is recv queue is emptyIan Moffett
8 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
8 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
8 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
8 dayskernel: socket: Keep track of socket ownerIan Moffett
8 dayssys: types: Use internal typenames for typedefsIan Moffett
8 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
8 daysetc: oemu: Add examples for LSR and LSLIan Moffett
8 daysusr: libc: Add initial ctype.hIan Moffett
9 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
9 daysoasm: Introduce logical shift operationsIan Moffett
10 daysetc: oemu: Fix conflict in test-00.sIan Moffett
10 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
10 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
10 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
10 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
10 dayskernel: posix: Add POSIX 'uio'Ian Moffett
11 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
11 daysusr: libc: Add libc socket functionsIan Moffett
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