summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 hourslibgfx: draw: Add gfx_copy_region()Ian Moffett
13 hourslibgfx: draw: Add gfx_get_pix() functionIan Moffett
14 hoursliboda: Add window cacheIan Moffett
22 hoursdocs: liboda: Add input management sectionIan Moffett
23 hoursliboda: input: Remove unused definesIan Moffett
23 hoursliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
23 hoursliboda: Add initial input subsystemIan Moffett
35 hoursdocs: liboda: Fix markdown codeblock highlightIan Moffett
36 hourslib: liboda: Add oda_plotwin() window plotterIan Moffett
36 hourslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
36 hourslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
37 hourslib: libgfx: Move color defines to draw.hIan Moffett
37 hourslib: Introduce initial liboda sourcesIan Moffett
37 hoursbuild: lib: Remove seperator line in libgfx buildIan Moffett
38 hoursdocs: Add initial ODA documentationIan Moffett
41 hourslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
2 daysdocs: Add more docs information in READMEmainIan Moffett
2 daysdocs: Fix typo in READMEIan Moffett
2 daysdocs: ctlfs: Add author headerIan Moffett
2 daysdocs: Add kernel documentationIan Moffett
2 dayskernel: ctlfs: Keep comment up to dateIan Moffett
2 daysdocs: man: Add osh(1)Ian Moffett
2 daysdocs: Update READMEIan Moffett
2 daysproject: Bump version to 2.5Ian Moffett
3 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
3 dayslib: Introduce libgfxIan Moffett
3 daysbuild/lib: Add Makefile to libs/Ian Moffett
3 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
3 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
3 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
3 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
4 daysusr: libc: Implement additional socket routinesIan Moffett
4 dayskernel: Add SYS_connect syscallIan Moffett
4 dayskernel: socket: Implement connect()Ian Moffett
4 dayskernel: socket: Improve control message logicIan Moffett
4 dayskernel: socket: Block is recv queue is emptyIan Moffett
4 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
4 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
4 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
4 dayskernel: socket: Keep track of socket ownerIan Moffett
4 dayssys: types: Use internal typenames for typedefsIan Moffett
4 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
5 daysetc: oemu: Add examples for LSR and LSLIan Moffett
5 daysusr: libc: Add initial ctype.hIan Moffett
5 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
5 daysoasm: Introduce logical shift operationsIan Moffett
6 daysetc: oemu: Fix conflict in test-00.sIan Moffett
6 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
7 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
7 dayskernel: socket: Add initial SCM + CMSG implIan Moffett