Age | Commit message (Expand) | Author |
2025-01-27 | kernel: param: Add IN_RANGE macro | Ian Moffett |
2025-01-27 | kernel/amd64: pci: Add PCI MSI-X EOI wrapper | Ian Moffett |
2025-01-08 | kernel: xhci: Add TRB definitions | Ian Moffett |
2025-01-08 | kernel: xhci: Add xHC interrupt management | Ian Moffett |
2025-01-08 | kernel: xhci: Ensure command ring is zeroed | Ian Moffett |
2025-01-08 | kernel: xhci: Fixup naming and enable interrupter | Ian Moffett |
2025-01-03 | libc: unistd: Add __BEGIN_DECLS/__END_DECLS | Ian Moffett |
2024-12-20 | kernel/amd64: proc: Protect SWAPGS with LFENCE | Ian Moffett |
2024-12-20 | kernel/amd64: backtrace() -> md_backtrace() | Ian Moffett |
2024-12-20 | kernel: xhci: Add initial xhci/usb3 driver impl | Ian Moffett |
2024-12-20 | kernel: param: Add ptr helpers | Ian Moffett |
2024-12-20 | kernel/amd64: Add panic backtrace | Ian Moffett |
2024-12-20 | kernel: cdefs: Add __weak macro | Ian Moffett |
2024-12-17 | kernel/amd64: pci: Allow mapping of 64 bit BARs | Ian Moffett |
2024-12-16 | docs: man: Add dcdr(9) | Ian Moffett |
2024-12-16 | docs: man: Add panic(9) | Ian Moffett |
2024-12-16 | docs: man: Add spinlock(9) | Ian Moffett |
2024-12-16 | kernel: synch: Move spinlock_usleep() | Ian Moffett |
2024-12-16 | docs: man: Add queue(3) and tree(3) | Ian Moffett |
2024-12-15 | build: Bump Hyra version | Ian Moffett |
2024-12-15 | kernel: vm: Add objects, page struct and pagers | Ian Moffett |
2024-12-15 | kernel: synch: kern_lock.c -> kern_synch.c | Ian Moffett |
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-12-05 | tools: kconf: Fix typo in filename | Ian Moffett |
2024-11-13 | kernel: vfs: Recycle vnodes before allocating | Ian Moffett |
2024-11-13 | kernel: sysctl: Fix handling of oldlenp | Ian Moffett |
2024-11-13 | kernel: vfs: Add vnode cache implementation | Ian Moffett |
2024-11-13 | kernel: sysctl: Make sysctl(2) more flexible | Ian Moffett |
2024-11-12 | kernel: sysctl: Make kern.* entries readonly | 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-11 | share: man: Add kernel man pages | Ian Moffett |
2024-11-04 | kernel: descrip: Add support for fd duplication | Ian Moffett |
2024-11-04 | kernel: descrip: Only use copyinstr() in SYS_open | 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-10-27 | kernel/amd64: acpi: Remove trailing newline | Ian Moffett |
2024-10-27 | kernel: devfs: Add getattr vop for device files | Ian Moffett |
2024-09-09 | kernel: vfs: Refactor fd related code | Ian Moffett |
2024-09-09 | libc: Add close() | Ian Moffett |
2024-09-03 | kernel: dev: Introduce DCDR framework | Ian Moffett |