summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
7 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
7 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
7 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
8 daysusr: libc: Implement additional socket routinesIan Moffett
8 dayskernel: Add SYS_connect syscallIan Moffett
8 dayskernel: socket: Implement connect()Ian Moffett
8 dayskernel: socket: Improve control message logicIan Moffett
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
9 dayssys: types: Use internal typenames for typedefsIan Moffett
9 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
9 daysetc: oemu: Add examples for LSR and LSLIan Moffett
9 daysusr: libc: Add initial ctype.hIan Moffett
9 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
9 daysoasm: Introduce logical shift operationsIan Moffett
11 daysetc: oemu: Fix conflict in test-00.sIan Moffett
11 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
11 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
11 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
11 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
11 dayskernel: posix: Add POSIX 'uio'Ian Moffett
11 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
11 daysusr: libc: Add libc socket functionsIan Moffett
12 dayskernel: net: Add socket syscallsIan Moffett
12 dayskernel: net: Introduce initial socket implIan Moffett
12 daysetc: oemu: Add XOR example to test-00.sIan Moffett
12 daysusr: cat: Remove extra newlineIan Moffett
12 dayskernel: net: Add missing sys/types.h includeIan Moffett
12 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
12 daysoasm: Introduce XOR mnemonicIan Moffett
12 daysetc: oemu: Add example for 'OR' in test-00.sIan Moffett
12 daysoemu: cpu: Add decoding for OR instructionIan Moffett
12 daysoasm: Introduce OR mnemonicIan Moffett
12 daysoemu: cpu: Add decoding for AND instructionIan Moffett
12 daysoasm: Introduce AND mnemonicIan Moffett
13 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
14 dayskernel: Introduce initial VSR implIan Moffett
14 dayskernel: 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