summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysproject: Bump version to 2.5Ian Moffett
7 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
7 dayslib: Introduce libgfxIan Moffett
7 daysbuild/lib: Add Makefile to libs/Ian Moffett
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
9 daysusr: libc: Implement additional socket routinesIan Moffett
9 dayskernel: Add SYS_connect syscallIan Moffett
9 dayskernel: socket: Implement connect()Ian Moffett
9 dayskernel: socket: Improve control message logicIan Moffett
9 dayskernel: socket: Block is recv queue is emptyIan Moffett
9 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
9 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
9 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
9 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
10 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
10 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
12 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
12 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
14 dayskernel: 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