Age | Commit message (Expand) | Author |
2024-03-13 | kernel/amd64: machdep: Add context switch helper | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Add pcb init code | Ian Moffett |
2024-03-13 | kernel: proc: Add Process Control Block structure | Ian Moffett |
2024-03-13 | kernel/amd64: cpu: Add fxsave/fxrstor helpers | Ian Moffett |
2024-03-13 | kernel: sched: Improve stack init code | Ian Moffett |
2024-03-11 | kernel/amd64: Add control register r/w helpers | Ian Moffett |
2024-03-10 | kernel/amd64: trap: Add stack-segment fault ISR | Ian Moffett |
2024-03-07 | kernel: sched: Add support for user threads | Ian Moffett |
2024-03-07 | kernel: Require VAS arg in vm + loader refactor | Ian Moffett |
2024-03-06 | kernel: kern_loader: Add AT_* defines | Ian Moffett |
2024-03-01 | kernel: vm_map: Add vm_map_destroy() | Ian Moffett |
2024-03-01 | kernel: mount: Update sys/mount.h | Ian Moffett |
2024-03-01 | kernel: vfs: Add wrappers over VFS operations | Ian Moffett |
2024-03-01 | kernel: initramfs: Add support with VFS + USTAR | Ian Moffett |
2024-03-01 | kernel/amd64: vfs_subr: Add path parsing helper | Ian Moffett |
2024-03-01 | kernel: vfs: Update vnode structure | Ian Moffett |
2024-03-01 | kernel: vfs: Remove useless structure | Ian Moffett |
2024-03-01 | kernel: vfs: Return -1 on vfs_hash_path() failure | Ian Moffett |
2024-03-01 | kernel: vfs: Simplify mounting logic | Ian Moffett |
2024-02-29 | kernel/amd64: frame: Add missing include | Ian Moffett |
2024-02-29 | kernel/amd64: machdep: Add wrappers over CLI/STI | Ian Moffett |
2024-02-29 | kernel/amd64: pmap: Add user pte flag | Ian Moffett |
2024-02-29 | kernel/amd64: pmap: Add routine to switch vas | Ian Moffett |
2024-02-29 | kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx() | Ian Moffett |
2024-02-29 | kernel: vm: Add more documentation | Ian Moffett |
2024-02-28 | kernel: vfs: Move mountlist_entry to vfs_cache.c | Ian Moffett |
2024-02-28 | kernel: Add ksyms.h | Ian Moffett |
2024-02-28 | kernel: Add initial VFS implementation | Ian Moffett |
2024-02-28 | kernel: errno: Update errno.h | Ian Moffett |
2024-02-26 | kernel: Add initial ELF loader implementation | Ian Moffett |
2024-02-26 | kernel: pmap: Use PROT_ instead of PMAP_ prefix | Ian Moffett |
2024-02-26 | kernel: Add elf.h | Ian Moffett |
2024-02-26 | kernel: Add strcmp() | Ian Moffett |
2024-02-26 | kernel/amd64: pmap: Add support for creating VAS | Ian Moffett |
2024-02-26 | kernel/amd64: Drop 'asm' directory | Ian Moffett |
2024-02-26 | kernel/amd64: lapic: Add support for sending EOIs | Ian Moffett |
2024-02-26 | kernel: sched: Create schedvar.h | Ian Moffett |
2024-02-25 | kernel: vcons: Add cursor support | Ian Moffett |
2024-02-25 | kernel: Move video console code | Ian Moffett |
2024-02-24 | kernel/amd64: cpu: Fix logic bug | Ian Moffett |
2024-02-23 | kernel: Add initial scheduler implementation | Ian Moffett |
2024-02-23 | kernel/amd64: frame: Add macro to init trapframe | Ian Moffett |
2024-02-23 | kernel/amd64: frameasm: Add missing register | Ian Moffett |
2024-02-22 | kernel/amd64: lapic: uint32_t -> size_t | Ian Moffett |
2024-02-22 | kernel/amd64: Create per-processor context storage | Ian Moffett |
2024-02-18 | kernel/amd64: trap: Remove useless function | Ian Moffett |
2024-02-15 | kernel/amd64: cpu: Prefix machdeps with cpu_ | Ian Moffett |
2024-02-14 | kernel: queue: Keep track of element count | Ian Moffett |
2024-02-14 | kernel: cpu: Add hint_spinwait() | Ian Moffett |
2024-02-14 | kernel: Add __TRY_CALL() macro | Ian Moffett |