summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
6 daysnp: piir: Annotate IR bytesIan Moffett
6 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
6 daysnp: codegen: Implement initial stack based codegenIan Moffett
7 daysnp: parse: Allocate new PIIR stack into work descIan Moffett
7 dayskern: np: Add initial IR engine (PIIR)Ian Moffett
7 daysnp: parse: Create proc AST, handle end/begin, ...Ian Moffett
7 daysnp: lex: Add LEX_EOF defineIan Moffett
7 daysnp: Add signed integer typesIan Moffett
7 daysnp: parse: Parse procedure signatureIan Moffett
7 daysnp: lex: Add the rest of the UINT tokensIan Moffett
7 daysnp: parse: Add AST structure and initial logicIan Moffett
7 daysnp: lex: Add TT_NONE token for invalid typesIan Moffett
7 daysnp: Allocate memory for identifierIan Moffett
7 daysnp: init: Keep track of objects with PTRBOXIan Moffett
7 dayskern: ptrbox: Add string duplicationIan Moffett
7 dayskern: lib: Introduce pointer boxesIan Moffett
8 daysnp: lex: Detect colon (':')Ian Moffett
8 daysnp: lex: Add left/right bracket tokensIan Moffett
8 daysnp: lex: Handle digits in the streamIan Moffett
8 dayslex: np: Add lexer arithmetic operatorsIan Moffett
8 daysnp: lex: Detect '*' token (TT_STAR)Ian Moffett
8 daysnp: lex: Annotate token typesIan Moffett
8 daysnp: parse: Add initial parsing logicIan Moffett
8 daysnp: lex: Parse identifiers and commasIan Moffett
8 daysnp: lex: Cache last char during parseIan Moffett
8 daysnp: lex: Use foward declaration of np_workIan Moffett
8 dayskern: Add initial pirho compiler sourcesIan Moffett
8 dayskern: mac: Add MAC resource queryingIan Moffett
8 dayskern: os: Document the mac_border structureIan Moffett
9 dayskern: fbdev: Create namespace object for fbdevIan Moffett
9 dayskern: ns: Include nsvar.h in os/ns.hIan Moffett
9 dayskern: ns: Remove unused length fieldIan Moffett
9 dayskern: Add initial object namespace sourcesIan Moffett
10 dayskern: Add safe copyin() and copyout()Ian Moffett
10 dayskern: lib: Add strdup()Ian Moffett
10 dayskern: io: Fix typo in header guardIan Moffett
11 dayskern: fs: Add initial devfs implementationIan Moffett
11 dayskern: mount: Remove extra unwanted spaceIan Moffett
11 dayskern: Add initial signals workIan Moffett
11 dayskern: proc: Protect mapping list with spinlockIan Moffett
11 dayskern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
12 dayskern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
12 dayskern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
12 dayskern/amd64: Support APIC inter-processor interruptsIan Moffett
12 dayssys: Add BSD sys/tree.h portIan Moffett
12 dayskernel: filedesc: Allocate standard streamsIan Moffett
12 dayssys: Add initial sys/stat.hIan Moffett
12 dayssys: Add sys/fcntl.h for file I/O Related bitsIan Moffett
13 dayslibc: Add resource border crossing interfaceIan Moffett
13 dayskern: mac: Make mac_map() return ssize_tIan Moffett