summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysdocs: Add more docs information in READMEIan Moffett
12 daysdocs: Fix typo in READMEIan Moffett
12 daysdocs: ctlfs: Add author headerIan Moffett
12 daysdocs: Add kernel documentationIan Moffett
12 dayskernel: ctlfs: Keep comment up to dateIan Moffett
12 daysdocs: man: Add osh(1)Ian Moffett
12 daysdocs: Update READMEIan Moffett
13 daysproject: Bump version to 2.5Ian Moffett
13 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
13 dayslib: Introduce libgfxIan Moffett
13 daysbuild/lib: Add Makefile to libs/Ian Moffett
13 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
13 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
13 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
13 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
2025-07-31usr: libc: Implement additional socket routinesIan Moffett
2025-07-31kernel: Add SYS_connect syscallIan Moffett
2025-07-31kernel: socket: Implement connect()Ian Moffett
2025-07-31kernel: socket: Improve control message logicIan Moffett
2025-07-31kernel: socket: Block is recv queue is emptyIan Moffett
2025-07-31kernel: socket: Block if cmsg queue is emptyIan Moffett
2025-07-31kernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
2025-07-31kernel: socket: Create a socket file in /tmp/Ian Moffett
2025-07-31kernel: socket: Keep track of socket ownerIan Moffett
2025-07-31sys: types: Use internal typenames for typedefsIan Moffett
2025-07-31kernel: descrip: Add 'td' parameter to fd routinesIan Moffett
2025-07-31etc: oemu: Add examples for LSR and LSLIan Moffett
2025-07-31usr: libc: Add initial ctype.hIan Moffett
2025-07-30oemu: cpu: Add decoding for shiftinstructionIan Moffett
2025-07-30oasm: Introduce logical shift operationsIan Moffett
2025-07-29etc: oemu: Fix conflict in test-00.sIan Moffett
2025-07-29kernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
2025-07-29kernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
2025-07-29kernel: socket: Add initial SCM + CMSG implIan Moffett
2025-07-29kernel: uio: Add iovec copyin/copyout routinesIan Moffett
2025-07-28kernel: posix: Add POSIX 'uio'Ian Moffett
2025-07-28kernel: Introduce per-arch M_WORD_SIZEIan Moffett
2025-07-28usr: 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