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