summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
8 dayskern: cons: Add text mode cursorIan Moffett
8 dayskern: iotap: Fix typo in commentIan Moffett
8 dayslibc: iotap: Add I/O tap syscall interfaceIan Moffett
8 dayskern: iotap: Expose I/O taps to userlandIan Moffett
8 dayskern: security: Improve scalability of MAC checksIan Moffett
9 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
9 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
9 dayskern/amd64: Add interrupt registration frameworkIan Moffett
10 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
10 dayskern: os: Add I/O tap frameworkIan Moffett
10 dayskern: os: Support up to 8 max namespacesIan Moffett
10 dayskern: vfs: Add write vop to vnodesIan Moffett
10 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
10 dayskern: filedes: Save the mode in fd_open()Ian Moffett
10 daysos: vnode: Add refcounts to vnodesIan Moffett
11 daysFix conflictsIan Moffett
11 dayskern: filedes: Add SYS_open system callIan Moffett
11 dayskern: filedesc: Add fd_open() functionIan Moffett
11 dayskern: syscall: Add SYS_mount syscallIan Moffett
12 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
12 dayskern: proc: Add initial spawn functionIan Moffett
12 dayskern: proc: Add process environment blockIan Moffett
12 dayskern: os: Add copyinstr()Ian Moffett
14 daysnp: codegen: Support returning symbols / stringsIan Moffett
14 daysnp: parse: Add symbol listIan Moffett
14 daysnp: symbol: Ensure of assigned name and IDIan Moffett
2025-10-03np: piir: Add bitmap based register allocationIan Moffett
2025-10-03np: Remove deprecated ast_root fieldIan Moffett
2025-10-03np: symbol: Introduce symbol table + symbol cacheIan Moffett
2025-10-02np: lex: Introduce string tokensIan Moffett
2025-10-02kern: np: Add support for return statementsIan Moffett
2025-10-02np: backend: Add backend pirho sourcesIan Moffett
2025-10-02np: piir: Annotate IR bytesIan Moffett
2025-10-02np: codegen: Deprecate AST in favor of stackgenIan Moffett
2025-10-02np: codegen: Implement initial stack based codegenIan 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-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: 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: Add string duplicationIan Moffett
2025-10-01kern: lib: Introduce pointer boxesIan Moffett
2025-10-01np: lex: Detect colon (':')Ian Moffett
2025-10-01np: lex: Add left/right bracket tokensIan Moffett