Age | Commit message (Expand) | Author |
2024-03-14 | kernel: Add support for syscalls | Ian Moffett |
2024-03-14 | kernel: sched: Add exit routine | Ian Moffett |
2024-03-14 | kernel/amd64: pmap: Add pmap_free_vas() | Ian Moffett |
2024-03-14 | kernel: sched: Keep track of stack and privilege | Ian Moffett |
2024-03-14 | kernel: vm: Add routine to get kernel vas | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Add processor_free_pcb() | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Check for NULL instead of 0 | Ian Moffett |
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: machdep: Remove extra whitespace | Ian Moffett |
2024-03-13 | kernel/amd64: trap: Update panic message | Ian Moffett |
2024-03-13 | kernel/amd64: cpu: Add fxsave/fxrstor helpers | Ian Moffett |
2024-03-13 | kernel/amd64: spectre: Log only once | Ian Moffett |
2024-03-13 | kernel: sched: Improve stack init code | Ian Moffett |
2024-03-13 | kernel/amd64: machdep: Fix typo | Ian Moffett |
2024-03-11 | kernel/amd64: machdep: Enable SSE/SSE2 per core | Ian Moffett |
2024-03-11 | kernel/amd64: Add control register r/w helpers | Ian Moffett |
2024-03-10 | kernel: loader: Cleanup | Ian Moffett |
2024-03-10 | kernel/amd64: trap: Add stack-segment fault ISR | Ian Moffett |
2024-03-09 | kernel: vm_map: Account for address misalignment | Ian Moffett |
2024-03-08 | kernel: fs: Fix logic bug in initramfs code | Ian Moffett |
2024-03-07 | kernel: sched: Add support for user threads | Ian Moffett |
2024-03-07 | kern: sched: Refactor queue and ctx switch code | Quinn Stephens |
2024-03-07 | kernel/amd64: trap: Parse TRAP_PAGEFLT error code | Ian Moffett |
2024-03-07 | kernel: loader: Only load user programs | Ian Moffett |
2024-03-07 | kernel: Require VAS arg in vm + loader refactor | Ian Moffett |
2024-03-06 | kernel/amd64: Remove switch.S | 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: vm_map: Remove misalignment checks | 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: vfs_init: Add root vnode | Ian Moffett |
2024-03-01 | kernel: vfs_mount: Allocate vnode per mountpoint | Ian Moffett |
2024-03-01 | kernel/amd64: vfs_subr: Add path parsing helper | Ian Moffett |
2024-03-01 | kernel: vfs_subr: Add '.' to valid path chars | 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_init: Make "filesystems" static | Ian Moffett |
2024-03-01 | kernel: vfs: Simplify mounting logic | Ian Moffett |
2024-03-01 | kernel: vfs: Fix logic bug in vfs_hash_path() | Ian Moffett |
2024-02-29 | kernel/amd64: frame: Add missing include | Ian Moffett |
2024-02-29 | kernel/amd64: trap: Simplify trap_print() logic | 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/amd64: pmap: Fix calculation of indices | Ian Moffett |