Age | Commit message (Expand) | Author |
2024-12-15 | kernel: synch: Add spinlock with timeout | Ian Moffett |
2024-12-15 | kernel: lib: Add atoi() | Ian Moffett |
2024-12-15 | kernel: Add __nothing def to cdefs.h | Ian Moffett |
2024-12-15 | kernel: Add __unused attribute to cdefs.h | Ian Moffett |
2024-12-15 | kernel: Add offsetof in cdefs.h | Ian Moffett |
2024-12-15 | kernel: Add tree.h and tree_subr.c port | Ian Moffett |
2024-12-07 | kernel: vcache: Add impl of "local" vcaches | Ian Moffett |
2024-12-07 | kernel: vcache: Improve vcache add/pull interface | Ian Moffett |
2024-11-13 | kernel: vfs: Add vnode cache implementation | Ian Moffett |
2024-11-12 | kernel: syscall: Add SYS_sysctl syscall | Ian Moffett |
2024-11-11 | kernel: sysctl: Add initial sysctl implementation | Ian Moffett |
2024-11-04 | kernel: descrip: Add support for fd duplication | Ian Moffett |
2024-10-29 | kernel: syscall: Add SYS_stat | Ian Moffett |
2024-10-29 | kernel: types: Add more POSIX types | Ian Moffett |
2024-10-29 | kernel: types: Move dev_t to sys/types.h | Ian Moffett |
2024-10-27 | kernel: syscall: Fix brace formatting | Ian Moffett |
2024-09-09 | kernel: vfs: Refactor fd related code | Ian Moffett |
2024-09-03 | kernel: dev: Introduce DCDR framework | Ian Moffett |
2024-08-21 | kernel: vfs: Add sys_close() | Ian Moffett |
2024-08-21 | kernel: Add ref count to filedesc | Ian Moffett |
2024-08-12 | kernel: Add initial support for signals | Ian Moffett |
2024-07-29 | kernel/amd64: msr: Add IA32_GS_BASE MSR define | Ian Moffett |
2024-07-29 | kernel/amd64: Use only defines + handle err codes | Ian Moffett |
2024-07-29 | kernel/amd64: Facilitate IA32_FS_BASE reads/writes | Ian Moffett |
2024-07-24 | kernel: device: Add read/write stubs | Ian Moffett |
2024-07-24 | kernel: device: Add write operation | Ian Moffett |
2024-07-22 | kernel: sched: Implement MLFQ | AptRock327 |
2024-07-22 | kernel: vfs_syscalls: Add sys_read() | Ian Moffett |
2024-07-22 | sysheaders: limits: Add SSIZE_MAX | Ian Moffett |
2024-07-22 | kernel: vfs_syscalls: Add sys_open() | Ian Moffett |
2024-07-22 | sysheaders: Add sys/fcntl.h | Ian Moffett |
2024-07-22 | sysheaders: Add sys/limits.h | Ian Moffett |
2024-07-22 | sysheaders: cdefs: Add __BEGIN_DECLS/__END_DECLS | Ian Moffett |
2024-07-18 | kernel: Add copyin() and copyout() | Ian Moffett |
2024-07-18 | kernel: elf: Keep track of program start and end | Ian Moffett |
2024-07-17 | kernel: exec: Save program state within thread | Ian Moffett |
2024-07-16 | kernel: exec: Save base vaddr in exec_range | Ian Moffett |
2024-07-16 | kernel/amd64: trap: Fix TRAPENTRY %CS offset | Ian Moffett |
2024-07-15 | kernel: proc: Add missing include | Ian Moffett |
2024-07-14 | kernel: nvme: Fix NVMe op definition | Ian Moffett |
2024-07-13 | kernel: nvme: Add nvme bdevsw + support for reads | Ian Moffett |
2024-07-13 | kernel: dev: Support bdevsw | Ian Moffett |
2024-07-12 | kernel: devfs: Add missing include | Ian Moffett |
2024-07-12 | kernel: nvme: Setup I/O queues and namespaces | Ian Moffett |
2024-07-12 | kernel: Add support for devfs | Ian Moffett |
2024-07-12 | kernel: Add device layer | Ian Moffett |
2024-07-11 | kernel: vfs: Implement mountpoint naming | Ian Moffett |
2024-07-11 | kernel/amd64: pci: Add support for PCI MSI-X | Ian Moffett |
2024-07-11 | kernel/amd64: bus: Move MMIO_OFFSET to bus.h | Ian Moffett |
2024-07-10 | kernel: nvme: Improve nvme_identify() | Ian Moffett |