summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
10 daysnp: lex: Add left/right bracket tokensIan Moffett
10 daysnp: lex: Handle digits in the streamIan Moffett
10 dayslex: np: Add lexer arithmetic operatorsIan Moffett
10 daysnp: lex: Detect '*' token (TT_STAR)Ian Moffett
10 daysnp: lex: Annotate token typesIan Moffett
11 daysnp: parse: Add initial parsing logicIan Moffett
11 daysnp: lex: Parse identifiers and commasIan Moffett
11 daysnp: lex: Cache last char during parseIan Moffett
11 daysnp: lex: Use foward declaration of np_workIan Moffett
11 dayskern: Add initial pirho compiler sourcesIan Moffett
11 dayskern: mac: Add MAC resource queryingIan Moffett
11 dayskern: os: Document the mac_border structureIan Moffett
12 dayskern: fbdev: Create namespace object for fbdevIan Moffett
12 dayskern: ns: Include nsvar.h in os/ns.hIan Moffett
12 dayskern: ns: Remove unused length fieldIan Moffett
12 dayskern: Add initial object namespace sourcesIan Moffett
12 dayskern: Add safe copyin() and copyout()Ian Moffett
12 dayskern: lib: Add strdup()Ian Moffett
13 dayskern: io: Fix typo in header guardIan Moffett
14 dayskern: fs: Add initial devfs implementationIan Moffett
14 dayskern: mount: Remove extra unwanted spaceIan Moffett
14 dayskern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-27kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
2025-09-26kern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
2025-09-26kern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
2025-09-26kern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-26sys: Add BSD sys/tree.h portIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-26sys: Add initial sys/stat.hIan Moffett
2025-09-26sys: Add sys/fcntl.h for file I/O Related bitsIan Moffett
2025-09-25libc: Add resource border crossing interfaceIan Moffett
2025-09-25kern: mac: Make mac_map() return ssize_tIan Moffett
2025-09-25sys: Add sys/_null.hIan Moffett
2025-09-23usr: libc: Add libc syscall interfaceIan Moffett
2025-09-23kern: security: Add initial support for MACIan Moffett
2025-09-22kern: ahci: Include missing io/dma/alloc.hIan Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan Moffett
2025-09-22kern: ahci: Keep track of number of command slotsIan Moffett
2025-09-22kern: ahci: Add further ahcivar.h defs for FIS/HDRIan Moffett
2025-09-22kern: dma: Add DMA address helpersIan Moffett
2025-09-21kern: vfs: Add support for image-like pathsIan Moffett
2025-09-21kern: vnode: Add filesystem specific data to vnodeIan Moffett
2025-09-21sys: vnode: "driver" -> "filesystem"Ian Moffett
2025-09-21kern: vfs: Add lookup by name helperIan Moffett
2025-09-21kern: ahci: Only support 64-bit HBAs for nowIan Moffett
2025-09-21kern: ahci: Add initial port startup logicIan Moffett
2025-09-21kern: ahci: Scan for implemented ports with PI regIan Moffett
2025-09-21sys: Add bit operations headerIan Moffett
2025-09-21kern: ahci: Add AHCI host bus adapter reset implIan Moffett