aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-03build: Use USTAR for initramfsIan Moffett
2024-03-01kernel: vm_map: Add vm_map_destroy()Ian Moffett
2024-03-01kernel: vm_map: Remove misalignment checksIan Moffett
2024-03-01kernel: mount: Update sys/mount.hIan Moffett
2024-03-01kernel: vfs: Add wrappers over VFS operationsIan Moffett
2024-03-01kernel: initramfs: Add support with VFS + USTARIan Moffett
2024-03-01kernel: vfs_init: Add root vnodeIan Moffett
2024-03-01kernel: vfs_mount: Allocate vnode per mountpointIan Moffett
2024-03-01kernel/amd64: vfs_subr: Add path parsing helperIan Moffett
2024-03-01kernel: vfs_subr: Add '.' to valid path charsIan Moffett
2024-03-01kernel: vfs: Update vnode structureIan Moffett
2024-03-01kernel: vfs: Remove useless structureIan Moffett
2024-03-01kernel: vfs: Return -1 on vfs_hash_path() failureIan Moffett
2024-03-01kernel: vfs_init: Make "filesystems" staticIan Moffett
2024-03-01kernel: vfs: Simplify mounting logicIan Moffett
2024-03-01kernel: vfs: Fix logic bug in vfs_hash_path()Ian Moffett
2024-02-29kernel/amd64: frame: Add missing includeIan Moffett
2024-02-29kernel/amd64: trap: Simplify trap_print() logicIan Moffett
2024-02-29kernel/amd64: machdep: Add wrappers over CLI/STIIan Moffett
2024-02-29kernel/amd64: pmap: Add user pte flagIan Moffett
2024-02-29kernel/amd64: pmap: Add routine to switch vasIan Moffett
2024-02-29kernel/amd64: pmap: Fix calculation of indicesIan Moffett
2024-02-29kernel/amd64: pmap: Allocate new pmap if neededIan Moffett
2024-02-29kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()Ian Moffett
2024-02-29kernel: vm: Add more documentationIan Moffett
2024-02-29kernel/amd64: tss: Allocate stack for RSP0Ian Moffett
2024-02-29kernel: vfs_subr: Update commentIan Moffett
2024-02-28kernel: vfs_cache: Fix type bugIan Moffett
2024-02-28kernel: vfs: Move mountlist_entry to vfs_cache.cIan Moffett
2024-02-28kernel: vfs: Do not leak memoryIan Moffett
2024-02-28kernel: vfs: Add more documentationIan Moffett
2024-02-28kernel: Add ksyms.hIan Moffett
2024-02-28kernel: Add initial VFS implementationIan Moffett
2024-02-28kernel: errno: Update errno.hIan Moffett
2024-02-27build: Fix linking of symbol tableIan Moffett
2024-02-27build: Copy all of 'base/' into 'iso_root/'Ian Moffett
2024-02-26conf: Set initramfs as moduleIan Moffett
2024-02-26kernel: Add initial ELF loader implementationIan Moffett
2024-02-26kernel: pmap: Use PROT_ instead of PMAP_ prefixIan Moffett
2024-02-26kernel: Add elf.hIan Moffett
2024-02-26kernel: sched: Fix mistake in context switch codeIan Moffett
2024-02-26kernel: Add strcmp()Ian Moffett
2024-02-26kernel/amd64: pmap: Add support for creating VASIan Moffett
2024-02-26kernel/amd64: Drop 'asm' directoryIan Moffett
2024-02-26kernel/amd64: sched: Send EOI after context switchIan Moffett
2024-02-26kernel/amd64: cpu_mp: Allow single core processingIan Moffett
2024-02-26kernel/amd64: lapic: Add support for sending EOIsIan Moffett
2024-02-26kernel: Remove tty_init() callsIan Moffett
2024-02-26kernel: sched: Fix broken preemptionsIan Moffett
2024-02-26kernel: sched: Fix PID allocation logicIan Moffett