summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
22 hourskern: os: Add I/O tap frameworkIan Moffett
23 hourskern: os: Support up to 8 max namespacesIan Moffett
26 hoursdocs: Add initial PCI(e) documentationIan Moffett
27 hourskern: filedes: Write non standard streamsIan Moffett
27 hourskern: filedes: Fix erroneous sizeof()Ian Moffett
27 hourskern: filedes: Add missing whitespaceIan Moffett
27 hourskern: filedes: Ignore unitialized vnodesIan Moffett
27 hourskern: vfs: Add write vop to vnodesIan Moffett
27 hourskern: syscall: Add SYS_open to syscall tableIan Moffett
29 hourslib: libc: Add fcntl.h headerIan Moffett
29 hourskern: os: Verify access semantics in fd_write()Ian Moffett
30 hourskern: filedes: Duplicate FDs for standard streamsIan Moffett
30 hourskern: filedes: Save the mode in fd_open()Ian Moffett
30 hoursos: vnode: Add refcounts to vnodesIan Moffett
44 hoursci/cd: Bootstrap project before toolchainIan Moffett
44 hoursFix conflictsIan Moffett
44 hourslib: libc: Add SYS_open system call interfaceIan Moffett
44 hourskern: filedes: Add SYS_open system callIan Moffett
45 hourskern: filedesc: Add fd_open() functionIan Moffett
47 hourslib: libc: Add mount syscall interfaceIan Moffett
47 hourskern: Add /dev/nullIan Moffett
2 dayskern: syscall: Add SYS_mount syscallIan Moffett
2 daysci/cd: build toolchainIan Moffett
2 daysusb: Add EHCI skeletonIan Moffett
3 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
3 dayskern: proc: Add initial spawn functionIan Moffett
3 dayskern: proc: Add process environment blockIan Moffett
3 dayskern/amd64: mp: Initialize sched queue per coreIan Moffett
3 dayskern: os: Add copyinstr()Ian Moffett
3 daysbuild: Use toolchain for user programsIan Moffett
3 dayskern: ns: Increment object count upon entryIan Moffett
5 daysnp: codegen: Support returning symbols / stringsIan Moffett
5 daysnp: parse: Add symbol listIan Moffett
5 daysnp: symbol: Ensure of assigned name and IDIan Moffett
5 daysnp: piir: Add bitmap based register allocationIan Moffett
6 daysnp: Remove deprecated ast_root fieldIan Moffett
6 daysnp: symbol: Introduce symbol table + symbol cacheIan Moffett
6 daysnp: lex: Introduce string tokensIan Moffett
6 dayscicd: Add .github/ CI/CDIan Moffett
6 daysnp/amd64: piir: Add 32-bit register ID listIan Moffett
6 dayskern: np: Add support for return statementsIan Moffett
6 daysnp: backend: Add backend pirho sourcesIan Moffett
6 daysnp: piir: Annotate IR bytesIan Moffett
6 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
6 daysnp: codegen: Implement initial stack based codegenIan Moffett
7 dayskern: np: Create codegen/ directoryIan Moffett
7 daysnp: parse: Allocate new PIIR stack into work descIan Moffett
7 dayskern: np: Add initial IR engine (PIIR)Ian Moffett
7 dayskern: np: Add credit to parser and lexerIan Moffett
7 daysnp: parse: Improve error message clarityIan Moffett