summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 daysproject: Bump version to 2.5Ian Moffett
10 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
10 dayslib: Introduce libgfxIan Moffett
10 daysbuild/lib: Add Makefile to libs/Ian Moffett
10 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
10 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
10 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
10 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
12 daysusr: libc: Implement additional socket routinesIan Moffett
12 dayskernel: Add SYS_connect syscallIan Moffett
12 dayskernel: socket: Implement connect()Ian Moffett
12 dayskernel: socket: Improve control message logicIan Moffett
12 dayskernel: socket: Block is recv queue is emptyIan Moffett
12 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
12 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
12 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
12 dayskernel: socket: Keep track of socket ownerIan Moffett
12 dayssys: types: Use internal typenames for typedefsIan Moffett
12 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
12 daysetc: oemu: Add examples for LSR and LSLIan Moffett
12 daysusr: libc: Add initial ctype.hIan Moffett
13 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
13 daysoasm: 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
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