aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2024-03-13kernel/amd64: machdep: Add context switch helperIan Moffett
2024-03-13kernel/amd64: machdep: Add pcb init codeIan Moffett
2024-03-13kernel: sched: Improve stack init codeIan Moffett
2024-03-10kernel: loader: CleanupIan Moffett
2024-03-07kernel: sched: Add support for user threadsIan Moffett
2024-03-07kern: sched: Refactor queue and ctx switch codeQuinn Stephens
2024-03-07kernel: loader: Only load user programsIan Moffett
2024-03-07kernel: Require VAS arg in vm + loader refactorIan Moffett
2024-03-01kernel: vfs: Add wrappers over VFS operationsIan 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: 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: 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 initial VFS implementationIan Moffett
2024-02-26kernel: Add initial ELF loader implementationIan Moffett
2024-02-26kernel: sched: Fix mistake in context switch codeIan 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
2024-02-26kernel: sched: Create schedvar.hIan Moffett
2024-02-25kernel: Move video console codeIan Moffett
2024-02-23kernel: Add initial scheduler implementationIan Moffett
2024-02-17kernel: syslog: Add '%p'Ian Moffett
2024-02-17kernel: syslog: Add TODOIan Moffett
2024-02-14kernel: cpu: Add hint_spinwait()Ian Moffett
2024-02-14kernel: Add __TRY_CALL() macroIan Moffett
2024-02-14kernel/amd64: hpet: HPET is architecture specificIan Moffett
2024-02-11kernel: sched: Add initial sched related codeIan Moffett
2024-02-11kernel: Add machine independent CPU routinesIan Moffett
2024-01-17kernel: vm: Init virtual memory in pre_init()Ian Moffett
2024-01-17kernel: Add serial logging supportIan Moffett
2024-01-17kernel: syslog: Better abstract loggingIan Moffett
2024-01-10kernel/amd64: machdep: Add pre_init()Ian Moffett
2024-01-01project-wide: Make copyright year a rangeIan Moffett
2024-01-01project-wide: Update copyright yearIan Moffett
2023-12-21build: Update build constant OS prefixesIan Moffett
2023-12-13kernel: tty: Cleanup comment widthIan Moffett
2023-12-11kernel: init: Fixup call orderIan Moffett
2023-11-24kernel: Fixup VM header namingIan Moffett
2023-11-13project-wide: Update project namesigsegv7
2023-10-11kernel: vm: Create vm_init()sigsegv7