summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 dayskernel: socket: Fix typo in commentIan Moffett
14 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
14 dayskernel: socket: Implement recv() timeoutIan Moffett
14 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
14 dayskernel: socket: Fix typo in code commentIan Moffett
14 dayskernel: sched: Add sched_suspend()Ian Moffett
14 dayskernel: socket: Refactor recv() implIan Moffett
14 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
2025-08-04liboda: Add oda_movewin()Ian Moffett
2025-08-04libgfx: draw: Add gfx_copy_region()Ian Moffett
2025-08-04libgfx: draw: Add gfx_get_pix() functionIan Moffett
2025-08-04liboda: Add window cacheIan Moffett
2025-08-03docs: liboda: Add input management sectionIan Moffett
2025-08-03liboda: input: Remove unused definesIan Moffett
2025-08-03liboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
2025-08-03liboda: Add initial input subsystemIan Moffett
2025-08-03docs: liboda: Fix markdown codeblock highlightIan Moffett
2025-08-03lib: liboda: Add oda_plotwin() window plotterIan Moffett
2025-08-03libgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
2025-08-03libgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
2025-08-03lib: libgfx: Move color defines to draw.hIan Moffett
2025-08-03lib: Introduce initial liboda sourcesIan Moffett
2025-08-03build: lib: Remove seperator line in libgfx buildIan Moffett
2025-08-03docs: Add initial ODA documentationIan Moffett
2025-08-02lib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
2025-08-02docs: Add more docs information in READMEIan Moffett
2025-08-02docs: Fix typo in READMEIan Moffett
2025-08-02docs: ctlfs: Add author headerIan Moffett
2025-08-02docs: Add kernel documentationIan Moffett
2025-08-02kernel: ctlfs: Keep comment up to dateIan Moffett
2025-08-02docs: man: Add osh(1)Ian Moffett
2025-08-02docs: Update READMEIan Moffett
2025-08-02project: Bump version to 2.5Ian Moffett
2025-08-02usr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
2025-08-02lib: Introduce libgfxIan Moffett
2025-08-02build/lib: Add Makefile to libs/Ian Moffett
2025-08-02usr: Add 'dmidump' program for DMI infomationIan Moffett
2025-08-02kernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
2025-08-02kernel: dmi: Add dmi_prodfam()Ian Moffett
2025-08-02kernel: 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