summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysliboda: input: Remove unused definesIan Moffett
4 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
4 daysliboda: Add initial input subsystemIan Moffett
5 daysdocs: liboda: Fix markdown codeblock highlightIan Moffett
5 dayslib: liboda: Add oda_plotwin() window plotterIan Moffett
5 dayslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
5 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
6 daysdocs: Add more docs information in READMEIan Moffett
6 daysdocs: Fix typo in READMEIan Moffett
6 daysdocs: ctlfs: Add author headerIan Moffett
6 daysdocs: Add kernel documentationIan Moffett
6 dayskernel: ctlfs: Keep comment up to dateIan Moffett
6 daysdocs: man: Add osh(1)Ian Moffett
6 daysdocs: Update READMEIan Moffett
6 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
7 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
7 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
7 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
7 dayskernel: socket: Keep track of socket ownerIan Moffett
8 dayssys: types: Use internal typenames for typedefsIan Moffett
8 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
8 daysetc: oemu: Add examples for LSR and LSLIan Moffett
8 daysusr: libc: Add initial ctype.hIan Moffett
8 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
8 daysoasm: Introduce logical shift operationsIan Moffett
10 daysetc: oemu: Fix conflict in test-00.sIan Moffett
10 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
10 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
10 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
10 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
10 dayskernel: posix: Add POSIX 'uio'Ian Moffett
10 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
10 daysusr: libc: Add libc socket functionsIan Moffett