summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 daysos: vnode: Add refcounts to vnodesIan Moffett
9 daysci/cd: Bootstrap project before toolchainIan Moffett
9 daysFix conflictsIan Moffett
9 dayslib: libc: Add SYS_open system call interfaceIan Moffett
9 dayskern: filedes: Add SYS_open system callIan Moffett
9 dayskern: filedesc: Add fd_open() functionIan Moffett
9 dayslib: libc: Add mount syscall interfaceIan Moffett
9 dayskern: Add /dev/nullIan Moffett
10 dayskern: syscall: Add SYS_mount syscallIan Moffett
10 daysci/cd: build toolchainIan Moffett
10 daysusb: Add EHCI skeletonIan Moffett
10 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
10 dayskern: proc: Add initial spawn functionIan Moffett
10 dayskern: proc: Add process environment blockIan Moffett
10 dayskern/amd64: mp: Initialize sched queue per coreIan Moffett
10 dayskern: os: Add copyinstr()Ian Moffett
10 daysbuild: Use toolchain for user programsIan Moffett
11 dayskern: ns: Increment object count upon entryIan Moffett
12 daysnp: codegen: Support returning symbols / stringsIan Moffett
12 daysnp: parse: Add symbol listIan Moffett
12 daysnp: symbol: Ensure of assigned name and IDIan Moffett
13 daysnp: piir: Add bitmap based register allocationIan Moffett
13 daysnp: Remove deprecated ast_root fieldIan Moffett
13 daysnp: symbol: Introduce symbol table + symbol cacheIan Moffett
13 daysnp: lex: Introduce string tokensIan Moffett
13 dayscicd: Add .github/ CI/CDIan Moffett
13 daysnp/amd64: piir: Add 32-bit register ID listIan Moffett
13 dayskern: np: Add support for return statementsIan Moffett
13 daysnp: backend: Add backend pirho sourcesIan Moffett
13 daysnp: piir: Annotate IR bytesIan Moffett
13 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
13 daysnp: codegen: Implement initial stack based codegenIan Moffett
2025-10-01kern: np: Create codegen/ directoryIan Moffett
2025-10-01np: parse: Allocate new PIIR stack into work descIan Moffett
2025-10-01kern: np: Add initial IR engine (PIIR)Ian Moffett
2025-10-01kern: np: Add credit to parser and lexerIan Moffett
2025-10-01np: parse: Improve error message clarityIan Moffett
2025-10-01np: parse: Fix typo in error logIan Moffett
2025-10-01np: parse: Create proc AST, handle end/begin, ...Ian Moffett
2025-10-01np: lex: Add LEX_EOF defineIan Moffett
2025-10-01np: Add signed integer typesIan Moffett
2025-10-01np: parse: Parse procedure signatureIan Moffett
2025-10-01np: lex: Add the rest of the UINT tokensIan Moffett
2025-10-01np: parse: Add AST structure and initial logicIan Moffett
2025-10-01np: parse: Add initial function parsing logicIan Moffett
2025-10-01np: lex: Add TT_NONE token for invalid typesIan Moffett
2025-10-01np: Allocate memory for identifierIan Moffett
2025-10-01np: init: Keep track of objects with PTRBOXIan Moffett
2025-10-01kern: ptrbox: Remove debug printIan Moffett
2025-10-01kern: ptrbox: Add string duplicationIan Moffett