summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 dayslib: liboda: Add oda_plotwin() window plotterIan Moffett
12 dayslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
12 dayslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
12 dayslib: libgfx: Move color defines to draw.hIan Moffett
12 dayslib: Introduce initial liboda sourcesIan Moffett
12 daysbuild: lib: Remove seperator line in libgfx buildIan Moffett
12 daysdocs: Add initial ODA documentationIan Moffett
12 dayslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
13 daysdocs: Add more docs information in READMEIan Moffett
13 daysdocs: Fix typo in READMEIan Moffett
13 daysdocs: ctlfs: Add author headerIan Moffett
13 daysdocs: Add kernel documentationIan Moffett
13 dayskernel: ctlfs: Keep comment up to dateIan Moffett
13 daysdocs: man: Add osh(1)Ian Moffett
13 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