summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
33 hourskernel/amd64: proc: Protect SWAPGS with LFENCEmainexptIan Moffett
33 hourskernel/amd64: backtrace() -> md_backtrace()Ian Moffett
36 hourskernel: xhci: Add initial xhci/usb3 driver implIan Moffett
36 hourskernel: param: Add ptr helpersIan Moffett
36 hourskernel/amd64: Add panic backtraceIan Moffett
37 hourskernel: cdefs: Add __weak macroIan Moffett
4 dayskernel/amd64: pci: Allow mapping of 64 bit BARsIan Moffett
5 daysdocs: man: Add dcdr(9)Ian Moffett
5 daysdocs: man: Add panic(9)Ian Moffett
5 daysdocs: man: Add spinlock(9)Ian Moffett
5 dayskernel: synch: Move spinlock_usleep()Ian Moffett
5 daysdocs: man: Add queue(3) and tree(3)Ian Moffett
6 daysbuild: Bump Hyra versionIan Moffett
6 dayskernel: vm: Add objects, page struct and pagersIan Moffett
6 dayskernel: synch: kern_lock.c -> kern_synch.cIan Moffett
6 dayskernel: synch: Add spinlock with timeoutIan Moffett
6 dayskernel: lib: Add atoi()Ian Moffett
6 dayskernel: Add __nothing def to cdefs.hIan Moffett
6 dayskernel: Add __unused attribute to cdefs.hIan Moffett
6 dayskernel: Add offsetof in cdefs.hIan Moffett
6 dayskernel: Add tree.h and tree_subr.c portIan Moffett
2024-12-07kernel: vcache: Add impl of "local" vcachesIan Moffett
2024-12-07kernel: vcache: Improve vcache add/pull interfaceIan Moffett
2024-12-05tools: kconf: Fix typo in filenameIan Moffett
2024-11-13kernel: vfs: Recycle vnodes before allocatingIan Moffett
2024-11-13kernel: sysctl: Fix handling of oldlenpIan Moffett
2024-11-13kernel: vfs: Add vnode cache implementationIan Moffett
2024-11-13kernel: sysctl: Make sysctl(2) more flexibleIan Moffett
2024-11-12kernel: sysctl: Make kern.* entries readonlyIan Moffett
2024-11-12kernel: syscall: Add SYS_sysctl syscallIan Moffett
2024-11-11kernel: sysctl: Add initial sysctl implementationIan Moffett
2024-11-11share: man: Add kernel man pagesIan Moffett
2024-11-04kernel: descrip: Add support for fd duplicationIan Moffett
2024-11-04kernel: descrip: Only use copyinstr() in SYS_openIan Moffett
2024-10-29kernel: syscall: Add SYS_statIan Moffett
2024-10-29kernel: types: Add more POSIX typesIan Moffett
2024-10-29kernel: types: Move dev_t to sys/types.hIan Moffett
2024-10-27kernel: syscall: Fix brace formattingIan Moffett
2024-10-27kernel/amd64: acpi: Remove trailing newlineIan Moffett
2024-10-27kernel: devfs: Add getattr vop for device filesIan Moffett
2024-09-09kernel: vfs: Refactor fd related codeIan Moffett
2024-09-09libc: Add close()Ian Moffett
2024-09-03kernel: dev: Introduce DCDR frameworkIan Moffett
2024-08-21kernel: vfs: Add sys_close()Ian Moffett
2024-08-21kernel: Add ref count to filedescIan Moffett
2024-08-16kernel/amd64: trap: Handle user trapsIan Moffett
2024-08-12kernel: Remove extra newlineIan Moffett
2024-08-12kernel: Add initial support for signalsIan Moffett
2024-08-12kernel/amd64: proc: Set curtd upon thread kickIan Moffett
2024-07-29kernel/amd64: Don't try IPIs with null cpu_infoIan Moffett