summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2025-09-30np: lex: Increment line number every newlineIan Moffett
2025-09-30np: lex: Parse identifiers and commasIan Moffett
2025-09-30np: lex: Cache last char during parseIan Moffett
2025-09-30np: lex: Use foward declaration of np_workIan Moffett
2025-09-30np: lex: Assume identifier if no errorIan Moffett
2025-09-30np: lex: Add pr_error() macro for error logsIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
2025-09-30kern: vfs: Return vnode result in namei()Ian Moffett
2025-09-30kern: mac: Add MAC resource queryingIan Moffett
2025-09-30kern: os: Document the mac_border structureIan Moffett
2025-09-29kern: fbdev: Create namespace object for fbdevIan Moffett
2025-09-29kern: init: Initialize namespaces before modulesIan Moffett
2025-09-29kern: ns: Extract true object data from entryIan Moffett
2025-09-29kern: ns: Include nsvar.h in os/ns.hIan Moffett
2025-09-29kern: ns: Remove unused length fieldIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: compat: Use copyin() in SYS_writeIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-28kern: lib: Add strdup()Ian Moffett
2025-09-28build: Use clang during early stateIan Moffett
2025-09-28kern: cpu: Fix typo in ap_entry()Ian Moffett
2025-09-28kern: pci: Remove redundant semicolonIan Moffett
2025-09-28kern: io: Fix typo in header guardIan Moffett
2025-09-27kern: vm: Don't clobber original map specIan Moffett
2025-09-27kern: proc: Don't acquire maplist lock during initIan Moffett
2025-09-27kern/amd64: build: Add stub MD confIan Moffett
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
2025-09-27kern: namei: Fallback to path parse if lookup failIan Moffett
2025-09-27kern: mount: Remove extra unwanted spaceIan Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-27kern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
2025-09-27kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
2025-09-27kern/amd64: panic: Halt all processors on panicIan 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: cpu: Enable interrupts upon CPU startupIan Moffett
2025-09-26kern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-26kernel: vm: Remove redundant newlineIan 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-23kern/amd64: proc: Deallocate mapped frames on exitIan Moffett
2025-09-23usr/amd64: Discard .eh_frame and .note sectionsIan Moffett