summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 hoursdocs: liboda: Add input management sectionIan Moffett
12 hoursliboda: input: Remove unused definesIan Moffett
12 hoursliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
12 hoursliboda: Add initial input subsystemIan Moffett
25 hoursdocs: liboda: Fix markdown codeblock highlightIan Moffett
25 hourslib: liboda: Add oda_plotwin() window plotterIan Moffett
25 hourslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
25 hourslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
26 hourslib: libgfx: Move color defines to draw.hIan Moffett
27 hourslib: Introduce initial liboda sourcesIan Moffett
27 hoursbuild: lib: Remove seperator line in libgfx buildIan Moffett
27 hoursdocs: Add initial ODA documentationIan Moffett
30 hourslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
47 hoursdocs: Add more docs information in READMEmainIan Moffett
47 hoursdocs: Fix typo in READMEIan Moffett
47 hoursdocs: ctlfs: Add author headerIan Moffett
48 hoursdocs: Add kernel documentationIan Moffett
48 hourskernel: 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
2 daysusr: mrow: Use 'libgfx' instead of bare fbdevIan Moffett
2 dayslib: Introduce libgfxIan Moffett
2 daysbuild/lib: Add Makefile to libs/Ian Moffett
2 daysusr: Add 'dmidump' program for DMI infomationIan Moffett
2 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
2 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
2 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
4 daysetc: oemu: Add examples for LSR and LSLIan Moffett
4 daysusr: libc: Add initial ctype.hIan Moffett
4 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
4 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
6 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
6 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
6 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
6 dayskernel: posix: Add POSIX 'uio'Ian Moffett
7 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett