summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
22 hourskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
24 hourskern: cons: Add text mode cursorIan Moffett
26 hourskern: iotap: Fix typo in commentIan Moffett
28 hourslibc: iotap: Add I/O tap syscall interfaceIan Moffett
28 hourskern: iotap: Expose I/O taps to userlandIan Moffett
29 hourskern: security: Improve scalability of MAC checksIan Moffett
48 hourskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
2 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
2 dayskern/amd64: Add interrupt registration frameworkIan Moffett
3 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
3 dayskern: os: Add I/O tap frameworkIan Moffett
3 dayskern: os: Support up to 8 max namespacesIan Moffett
3 dayskern: vfs: Add write vop to vnodesIan Moffett
3 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
3 dayskern: filedes: Save the mode in fd_open()Ian Moffett
3 daysos: vnode: Add refcounts to vnodesIan Moffett
4 daysFix conflictsIan Moffett
4 dayskern: filedes: Add SYS_open system callIan Moffett
4 dayskern: filedesc: Add fd_open() functionIan Moffett
4 dayskern: syscall: Add SYS_mount syscallIan Moffett
5 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
5 dayskern: proc: Add initial spawn functionIan Moffett
5 dayskern: proc: Add process environment blockIan Moffett
5 dayskern: os: Add copyinstr()Ian Moffett
7 daysnp: codegen: Support returning symbols / stringsIan Moffett
7 daysnp: parse: Add symbol listIan Moffett
7 daysnp: symbol: Ensure of assigned name and IDIan Moffett
7 daysnp: piir: Add bitmap based register allocationIan Moffett
8 daysnp: Remove deprecated ast_root fieldIan Moffett
8 daysnp: symbol: Introduce symbol table + symbol cacheIan Moffett
8 daysnp: lex: Introduce string tokensIan Moffett
8 dayskern: np: Add support for return statementsIan Moffett
8 daysnp: backend: Add backend pirho sourcesIan Moffett
8 daysnp: piir: Annotate IR bytesIan Moffett
8 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
8 daysnp: codegen: Implement initial stack based codegenIan Moffett
9 daysnp: parse: Allocate new PIIR stack into work descIan Moffett
9 dayskern: np: Add initial IR engine (PIIR)Ian Moffett
9 daysnp: parse: Create proc AST, handle end/begin, ...Ian Moffett
9 daysnp: lex: Add LEX_EOF defineIan Moffett
9 daysnp: Add signed integer typesIan Moffett
9 daysnp: parse: Parse procedure signatureIan Moffett
9 daysnp: lex: Add the rest of the UINT tokensIan Moffett
9 daysnp: parse: Add AST structure and initial logicIan Moffett
9 daysnp: lex: Add TT_NONE token for invalid typesIan Moffett
9 daysnp: Allocate memory for identifierIan Moffett
9 daysnp: init: Keep track of objects with PTRBOXIan Moffett
9 dayskern: ptrbox: Add string duplicationIan Moffett
9 dayskern: lib: Introduce pointer boxesIan Moffett
10 daysnp: lex: Detect colon (':')Ian Moffett