summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
46 hourskernel: socket: Fix typo in commentIan Moffett
2 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
2 dayskernel: socket: Implement recv() timeoutIan Moffett
2 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
2 dayskernel: socket: Fix typo in code commentIan Moffett
2 dayskernel: sched: Add sched_suspend()Ian Moffett
2 dayskernel: socket: Refactor recv() implIan Moffett
2 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
3 daysliboda: Add oda_movewin()Ian Moffett
3 dayslibgfx: draw: Add gfx_copy_region()Ian Moffett
3 dayslibgfx: draw: Add gfx_get_pix() functionIan Moffett
3 daysliboda: Add window cacheIan Moffett
3 daysdocs: liboda: Add input management sectionIan Moffett
3 daysliboda: input: Remove unused definesIan Moffett
3 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
3 daysliboda: Add initial input subsystemIan Moffett
4 daysdocs: liboda: Fix markdown codeblock highlightIan Moffett
4 dayslib: liboda: Add oda_plotwin() window plotterIan Moffett
4 dayslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
4 dayslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
4 dayslib: libgfx: Move color defines to draw.hIan Moffett
4 dayslib: Introduce initial liboda sourcesIan Moffett
4 daysbuild: lib: Remove seperator line in libgfx buildIan Moffett
4 daysdocs: Add initial ODA documentationIan Moffett
4 dayslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
5 daysdocs: Add more docs information in READMEIan Moffett
5 daysdocs: Fix typo in READMEIan Moffett
5 daysdocs: ctlfs: Add author headerIan Moffett
5 daysdocs: Add kernel documentationIan Moffett
5 dayskernel: ctlfs: Keep comment up to dateIan Moffett
5 daysdocs: man: Add osh(1)Ian Moffett
5 daysdocs: Update READMEIan Moffett
5 daysproject: Bump version to 2.5Ian Moffett
5 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
5 dayslib: Introduce libgfxIan Moffett
5 daysbuild/lib: Add Makefile to libs/Ian Moffett
5 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
5 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
5 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
5 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
6 daysusr: libc: Implement additional socket routinesIan Moffett
6 dayskernel: Add SYS_connect syscallIan Moffett
6 dayskernel: socket: Implement connect()Ian Moffett
6 dayskernel: socket: Improve control message logicIan Moffett
6 dayskernel: socket: Block is recv queue is emptyIan Moffett
6 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
6 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
6 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
6 dayskernel: socket: Keep track of socket ownerIan Moffett
7 dayssys: types: Use internal typenames for typedefsIan Moffett