Age | Commit message (Expand) | Author |
2024-03-26 | kernel: Add invalid_uaddr() helper | Ian Moffett |
2024-03-26 | kernel: Add copyinstr() routine | Ian Moffett |
2024-03-25 | kernel: filedesc: Return status in fd_alloc() | Ian Moffett |
2024-03-20 | kernel: Require len in vcons_putstr() | Ian Moffett |
2024-03-20 | kernel: dev: Add PCI driver | Ian Moffett |
2024-03-19 | kernel: syscall: Add sys_write() | Ian Moffett |
2024-03-19 | kernel: vnode: Add write() vop | Ian Moffett |
2024-03-19 | kernel: syslog: Make syslog_screen extern | Ian Moffett |
2024-03-19 | kernel: vcons: Add vcons_putstr() routine | Ian Moffett |
2024-03-19 | kernel: vnode: Update comment | Ian Moffett |
2024-03-19 | kernel: syscall: Fix syscall order | Ian Moffett |
2024-03-18 | kernel: Add copyin() and copyout() routines | Ian Moffett |
2024-03-17 | kernel: loader: Keep track of program addr range | Ian Moffett |
2024-03-17 | kernel: vm: Add vm_range structure | Ian Moffett |
2024-03-16 | kernel,libc: syscall: Improve syscall code | Ian Moffett |
2024-03-16 | kernel: syscall: Remove syscall_args.ret | Ian Moffett |
2024-03-15 | kernel: Add basic file descriptor support | Ian Moffett |
2024-03-15 | kernel: sched: Add routine to get current thread | Ian Moffett |
2024-03-15 | kernel: vfs: Implement vfs_path_to_node() | Ian Moffett |
2024-03-15 | kernel: vfs: Add fs capabilties | Ian Moffett |
2024-03-15 | kernel: vfs: Allow optional fs store within vnode | Ian Moffett |
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: 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 |