summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
8 dayslibc: build: Build musl-math portIan Moffett
8 dayskern/amd64: intr: Zero the handler structureIan Moffett
8 dayslibc: Add musl math portIan Moffett
8 dayslibc: Add fenv.hIan Moffett
8 dayslibc: stdint: Add signed integer typesIan Moffett
8 dayslibc: stdint: Add missing _HAVE_UINT64_TIan Moffett
8 dayskernel/amd64: intr: Make interrupt table globalIan Moffett
8 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
8 dayskern/amd64: Add interrupt registration frameworkIan Moffett
8 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
8 dayskern: iotap: Remove unused includeIan Moffett
9 dayskern: os: Add I/O tap frameworkIan Moffett
9 dayskern: os: Support up to 8 max namespacesIan Moffett
9 daysdocs: Add initial PCI(e) documentationIan Moffett
9 dayskern: filedes: Write non standard streamsIan Moffett
9 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
9 dayskern: filedes: Add missing whitespaceIan Moffett
9 dayskern: filedes: Ignore unitialized vnodesIan Moffett
9 dayskern: vfs: Add write vop to vnodesIan Moffett
9 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
9 dayslib: libc: Add fcntl.h headerIan Moffett
9 dayskern: os: Verify access semantics in fd_write()Ian Moffett
9 dayskern: filedes: Duplicate FDs for standard streamsIan Moffett
9 dayskern: filedes: Save the mode in fd_open()Ian Moffett
9 daysos: vnode: Add refcounts to vnodesIan Moffett
10 daysFix conflictsIan Moffett
10 dayslib: libc: Add SYS_open system call interfaceIan Moffett
10 dayskern: filedes: Add SYS_open system callIan Moffett
10 dayskern: filedesc: Add fd_open() functionIan Moffett
10 dayslib: libc: Add mount syscall interfaceIan Moffett
10 dayskern: Add /dev/nullIan Moffett
10 dayskern: syscall: Add SYS_mount syscallIan Moffett
10 daysusb: Add EHCI skeletonIan Moffett
11 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
11 dayskern: proc: Add initial spawn functionIan Moffett
11 dayskern: proc: Add process environment blockIan Moffett
11 dayskern/amd64: mp: Initialize sched queue per coreIan Moffett
11 dayskern: os: Add copyinstr()Ian Moffett
11 daysbuild: Use toolchain for user programsIan Moffett
11 dayskern: ns: Increment object count upon entryIan Moffett
13 daysnp: codegen: Support returning symbols / stringsIan Moffett
13 daysnp: parse: Add symbol listIan Moffett
13 daysnp: symbol: Ensure of assigned name and IDIan Moffett
13 daysnp: piir: Add bitmap based register allocationIan Moffett
13 daysnp: Remove deprecated ast_root fieldIan Moffett
13 daysnp: symbol: Introduce symbol table + symbol cacheIan Moffett
13 daysnp: lex: Introduce string tokensIan Moffett
14 daysnp/amd64: piir: Add 32-bit register ID listIan Moffett
14 dayskern: np: Add support for return statementsIan Moffett
14 daysnp: backend: Add backend pirho sourcesIan Moffett