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