aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-08kernel: fs: Fix logic bug in initramfs codeIan Moffett
2024-03-08build: Move mlibc fetching into bootstrap scriptIan Moffett
2024-03-07kernel: sched: Add support for user threadsIan Moffett
2024-03-07build: Create init stubIan Moffett
2024-03-07kern: sched: Refactor queue and ctx switch codeQuinn Stephens
2024-03-07build: Build mlibc + add distclean targetIan Moffett
2024-03-07lib: Add mlibcIan Moffett
2024-03-07build: cross: Add c++ and lto to enabled languagesIan Moffett
2024-03-07kernel/amd64: trap: Parse TRAP_PAGEFLT error codeIan Moffett
2024-03-07kernel: loader: Only load user programsIan Moffett
2024-03-07kernel: Require VAS arg in vm + loader refactorIan Moffett
2024-03-06kernel/amd64: Remove switch.SIan Moffett
2024-03-06kernel: kern_loader: Add AT_* definesIan Moffett
2024-03-03build: Use Hyra specific toolchainIan Moffett
2024-03-03build: tools: Update to binutils 2.42Quinn Stephens
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