summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-10-01kern: lib: Introduce pointer boxesIan Moffett
2025-10-01np: lex: Return -2 on EOFIan 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-30np: lex: Break up big token switch-caseIan 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: Increment line number every newlineIan 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-30np: lex: Assume identifier if no errorIan Moffett
2025-09-30np: lex: Add pr_error() macro for error logsIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
2025-09-30kern: vfs: Return vnode result in namei()Ian Moffett
2025-09-30libwidget: Add initial window drawing + cleanupsIan Moffett
2025-09-30libwidget: Set widget operations upon initIan Moffett
2025-09-30libwidget: Use bigger window defaultsIan Moffett
2025-09-30libc: l5: Add query system call wrapperIan Moffett
2025-09-30kern: mac: Add MAC resource queryingIan Moffett
2025-09-30kern: os: Document the mac_border structureIan Moffett
2025-09-30libwidget: Initialize vram/fbdev pointerIan Moffett
2025-09-30libwidget: Initialize default width and heightIan Moffett
2025-09-30cmd: build: Include from libc incdirIan Moffett
2025-09-29kern: fbdev: Create namespace object for fbdevIan Moffett
2025-09-29kern: init: Initialize namespaces before modulesIan Moffett
2025-09-29kern: ns: Extract true object data from entryIan Moffett
2025-09-29kern: ns: Include nsvar.h in os/ns.hIan Moffett
2025-09-29kern: ns: Remove unused length fieldIan Moffett
2025-09-29lib: Add initial libwidget skeletonIan Moffett
2025-09-29libc: string: Add memset()Ian Moffett
2025-09-29libc: string: Add memcpy()Ian Moffett
2025-09-29libc: Add POSIX errno.h headerIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: compat: Use copyin() in SYS_writeIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-28kern: lib: Add strdup()Ian Moffett
2025-09-28build: Remove -znoexecstackIan Moffett
2025-09-28build: Use clang during early stateIan Moffett
2025-09-28kern: cpu: Fix typo in ap_entry()Ian Moffett
2025-09-28kern: pci: Remove redundant semicolonIan Moffett