summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
39 hourskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
3 dayslib: libgfx: Add SHAPE_SQUARE_BORDERIan Moffett
3 dayslib: libgfx: Simplify gfx_draw_square()Ian Moffett
3 dayslib: libgfx: Fix one line bugsIan Moffett
3 dayskernel: socket: Fake success on missing optIan Moffett
3 dayskernel: socket: Fix typo in commentIan Moffett
3 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
3 dayskernel: socket: Implement recv() timeoutIan Moffett
3 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
3 dayskernel: socket: Fix typo in code commentIan Moffett
3 dayskernel: sched: Add sched_suspend()Ian Moffett
3 dayskernel: socket: Refactor recv() implIan Moffett
3 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
4 daysliboda: Add oda_movewin()Ian Moffett
4 dayslibgfx: draw: Add gfx_copy_region()Ian Moffett
4 dayslibgfx: draw: Add gfx_get_pix() functionIan Moffett
4 daysliboda: Add window cacheIan Moffett
4 daysdocs: liboda: Add input management sectionIan Moffett
4 daysliboda: input: Remove unused definesIan Moffett
4 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
4 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
5 dayslib: libgfx: Move color defines to draw.hIan Moffett
5 dayslib: Introduce initial liboda sourcesIan Moffett
5 daysbuild: lib: Remove seperator line in libgfx buildIan Moffett
5 daysdocs: Add initial ODA documentationIan Moffett
5 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
6 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
6 dayslib: Introduce libgfxIan Moffett
6 daysbuild/lib: Add Makefile to libs/Ian Moffett
6 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
6 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
6 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
6 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
7 daysusr: libc: Implement additional socket routinesIan Moffett
7 dayskernel: Add SYS_connect syscallIan Moffett
7 dayskernel: socket: Implement connect()Ian Moffett
7 dayskernel: socket: Improve control message logicIan Moffett
7 dayskernel: socket: Block is recv queue is emptyIan Moffett