aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-14build: Cleanup Makefile.in user flagsIan Moffett
2024-03-14kernel: sched: Add exit routineIan Moffett
2024-03-14kernel/amd64: pmap: Add pmap_free_vas()Ian Moffett
2024-03-14kernel: sched: Keep track of stack and privilegeIan Moffett
2024-03-14kernel: vm: Add routine to get kernel vasIan Moffett
2024-03-13man: arch(9): Document processor_free_pcb()Ian Moffett
2024-03-13kernel/amd64: machdep: Add processor_free_pcb()Ian Moffett
2024-03-13kernel/amd64: machdep: Check for NULL instead of 0Ian Moffett
2024-03-13man: arch(9): Document process control blockIan Moffett
2024-03-13man: pmap(9): Fix formattingIan Moffett
2024-03-13man: pmap(9): Update prot define namesIan Moffett
2024-03-13kernel/amd64: machdep: Add context switch helperIan Moffett
2024-03-13kernel/amd64: machdep: Add pcb init codeIan Moffett
2024-03-13kernel: proc: Add Process Control Block structureIan Moffett
2024-03-13kernel/amd64: machdep: Remove extra whitespaceIan Moffett
2024-03-13kernel/amd64: trap: Update panic messageIan Moffett
2024-03-13kernel/amd64: cpu: Add fxsave/fxrstor helpersIan Moffett
2024-03-13kernel/amd64: spectre: Log only onceIan Moffett
2024-03-13kernel: sched: Improve stack init codeIan Moffett
2024-03-13kernel/amd64: machdep: Fix typoIan Moffett
2024-03-11kernel/amd64: machdep: Enable SSE/SSE2 per coreIan Moffett
2024-03-11kernel/amd64: Add control register r/w helpersIan Moffett
2024-03-10kernel: loader: CleanupIan Moffett
2024-03-10kernel/amd64: trap: Add stack-segment fault ISRIan Moffett
2024-03-09kernel: vm_map: Account for address misalignmentIan Moffett
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