summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-09-28kern: io: Fix typo in header guardIan Moffett
2025-09-27kern: vm: Don't clobber original map specIan Moffett
2025-09-27kern: proc: Don't acquire maplist lock during initIan Moffett
2025-09-27kern/amd64: build: Add stub MD confIan Moffett
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
2025-09-27kern: namei: Fallback to path parse if lookup failIan 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