summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
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
2025-10-01np: lex: Handle digits in the streamIan Moffett
2025-09-30lex: np: Add lexer arithmetic operatorsIan Moffett
2025-09-30np: lex: Detect '*' token (TT_STAR)Ian Moffett
2025-09-30np: lex: Annotate token typesIan Moffett
2025-09-30np: parse: Add initial parsing logicIan Moffett
2025-09-30np: lex: Parse identifiers and commasIan Moffett
2025-09-30np: lex: Cache last char during parseIan Moffett
2025-09-30np: lex: Use foward declaration of np_workIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
2025-09-30kern: mac: Add MAC resource queryingIan Moffett
2025-09-30kern: os: Document the mac_border structureIan Moffett
2025-09-29kern: fbdev: Create namespace object for fbdevIan Moffett
2025-09-29kern: ns: Include nsvar.h in os/ns.hIan Moffett
2025-09-29kern: ns: Remove unused length fieldIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-28kern: lib: Add strdup()Ian Moffett
2025-09-28kern: io: Fix typo in header guardIan Moffett
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
2025-09-27kern: mount: Remove extra unwanted spaceIan Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-27kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
2025-09-26kern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
2025-09-26kern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
2025-09-26kern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-26sys: Add BSD sys/tree.h portIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-26sys: Add initial sys/stat.hIan Moffett
2025-09-26sys: Add sys/fcntl.h for file I/O Related bitsIan Moffett
2025-09-25libc: Add resource border crossing interfaceIan Moffett
2025-09-25kern: mac: Make mac_map() return ssize_tIan Moffett
2025-09-25sys: Add sys/_null.hIan Moffett
2025-09-23usr: libc: Add libc syscall interfaceIan Moffett
2025-09-23kern: security: Add initial support for MACIan Moffett
2025-09-22kern: ahci: Include missing io/dma/alloc.hIan Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan Moffett