summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
8 daysusr: libc: Implement additional socket routinesIan Moffett
8 dayskernel: Add SYS_connect syscallIan Moffett
8 dayskernel: socket: Implement connect()Ian Moffett
8 dayskernel: socket: Improve control message logicIan Moffett
8 dayskernel: socket: Block is recv queue is emptyIan Moffett
8 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
8 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
8 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
8 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
9 daysoemu: cpu: Add decoding for shiftinstructionIan Moffett
9 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
11 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
11 daysusr: libc: Add libc socket functionsIan Moffett
11 dayskernel: net: Add socket syscallsIan Moffett
11 dayskernel: net: Introduce initial socket implIan Moffett
11 daysetc: oemu: Add XOR example to test-00.sIan Moffett
11 daysusr: cat: Remove extra newlineIan Moffett
11 dayskernel: net: Add missing sys/types.h includeIan Moffett
11 daysoemu: cpu: Add decoding for XOR instructionIan Moffett
11 daysoasm: Introduce XOR mnemonicIan Moffett
11 daysetc: oemu: Add example for 'OR' in test-00.sIan Moffett