summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 hourskern/amd64: ioapic: Add ISA IRQ to GSI conversionHEADmasterdevIan Moffett
8 hourskern: iotap: Remove unused includeIan Moffett
13 hourskern: os: Add I/O tap frameworkIan Moffett
14 hourskern: os: Support up to 8 max namespacesIan Moffett
17 hoursdocs: Add initial PCI(e) documentationIan Moffett
18 hourskern: filedes: Write non standard streamsIan Moffett
18 hourskern: filedes: Fix erroneous sizeof()Ian Moffett
18 hourskern: filedes: Add missing whitespaceIan Moffett
18 hourskern: filedes: Ignore unitialized vnodesIan Moffett
18 hourskern: vfs: Add write vop to vnodesIan Moffett
18 hourskern: syscall: Add SYS_open to syscall tableIan Moffett
21 hourslib: libc: Add fcntl.h headerIan Moffett
21 hourskern: os: Verify access semantics in fd_write()Ian Moffett
21 hourskern: filedes: Duplicate FDs for standard streamsIan Moffett
21 hourskern: filedes: Save the mode in fd_open()Ian Moffett
21 hoursos: vnode: Add refcounts to vnodesIan Moffett
35 hoursci/cd: Bootstrap project before toolchainIan Moffett
35 hoursFix conflictsIan Moffett
36 hourslib: libc: Add SYS_open system call interfaceIan Moffett
36 hourskern: filedes: Add SYS_open system callIan Moffett
36 hourskern: filedesc: Add fd_open() functionIan Moffett
38 hourslib: libc: Add mount syscall interfaceIan Moffett
38 hourskern: Add /dev/nullIan Moffett
40 hourskern: syscall: Add SYS_mount syscallIan Moffett
40 hoursci/cd: build toolchainIan Moffett
43 hoursusb: Add EHCI skeletonIan Moffett
3 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
3 dayskern: proc: Add initial spawn functionIan Moffett
3 dayskern: proc: Add process environment blockIan Moffett
3 dayskern/amd64: mp: Initialize sched queue per coreIan Moffett
3 dayskern: os: Add copyinstr()Ian Moffett
3 daysbuild: Use toolchain for user programsIan Moffett
3 dayskern: ns: Increment object count upon entryIan Moffett
5 daysnp: codegen: Support returning symbols / stringsIan Moffett
5 daysnp: parse: Add symbol listIan Moffett
5 daysnp: symbol: Ensure of assigned name and IDIan Moffett
5 daysnp: piir: Add bitmap based register allocationIan Moffett
5 daysnp: Remove deprecated ast_root fieldIan Moffett
5 daysnp: symbol: Introduce symbol table + symbol cacheIan Moffett
5 daysnp: lex: Introduce string tokensIan Moffett
5 dayscicd: Add .github/ CI/CDIan Moffett
6 daysnp/amd64: piir: Add 32-bit register ID listIan Moffett
6 dayskern: np: Add support for return statementsIan Moffett
6 daysnp: backend: Add backend pirho sourcesIan Moffett
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
6 dayskern: np: Create codegen/ directoryIan Moffett
6 daysnp: parse: Allocate new PIIR stack into work descIan Moffett
6 dayskern: np: Add initial IR engine (PIIR)Ian Moffett