summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 dayskernel/amd64: i8254: freq_hz -> divisorIan Moffett
9 dayskernel: signal: No need to compare ksig_listIan Moffett
9 dayskernel/amd64: lapic: Get rid of unused functionIan Moffett
9 daysproject: Hyra Release v1.3Ian Moffett
9 dayskernel/amd64: uart: Fix newline errorsIan Moffett
9 dayskernel: amd64: Add more defines to UART driverQuinn Stephens
9 dayskernel: pci: Optimize PCI bus scanningQuinn Stephens
9 dayskernel: cons: Optimize console drawingQuinn Stephens
9 daysbuild: Add Clang/LLVM toolchain supportQuinn Stephens
2025-01-27kernel/amd64: pci: Add missing includeIan Moffett
2025-01-27kernel: pci: Add missing pci_msix_eoi() prototypeIan Moffett
2025-01-27kernel: param: Add IN_RANGE macroIan Moffett
2025-01-27kernel/amd64: pci: Add PCI MSI-X EOI wrapperIan Moffett
2025-01-08kernel: xhci: Add TRB definitionsIan Moffett
2025-01-08kernel: xhci: Add xHC interrupt managementIan Moffett
2025-01-08kernel: xhci: Ensure command ring is zeroedIan Moffett
2025-01-08kernel: xhci: Fixup naming and enable interrupterIan Moffett
2025-01-03libc: unistd: Add __BEGIN_DECLS/__END_DECLSIan Moffett
2024-12-20kernel/amd64: proc: Protect SWAPGS with LFENCEIan Moffett
2024-12-20kernel/amd64: backtrace() -> md_backtrace()Ian Moffett
2024-12-20kernel: xhci: Add initial xhci/usb3 driver implIan Moffett
2024-12-20kernel: param: Add ptr helpersIan Moffett
2024-12-20kernel/amd64: Add panic backtraceIan Moffett
2024-12-20kernel: cdefs: Add __weak macroIan Moffett
2024-12-17kernel/amd64: pci: Allow mapping of 64 bit BARsIan Moffett
2024-12-16docs: man: Add dcdr(9)Ian Moffett
2024-12-16docs: man: Add panic(9)Ian Moffett
2024-12-16docs: man: Add spinlock(9)Ian Moffett
2024-12-16kernel: synch: Move spinlock_usleep()Ian Moffett
2024-12-16docs: man: Add queue(3) and tree(3)Ian Moffett
2024-12-15build: Bump Hyra versionIan Moffett
2024-12-15kernel: vm: Add objects, page struct and pagersIan Moffett
2024-12-15kernel: synch: kern_lock.c -> kern_synch.cIan Moffett
2024-12-15kernel: synch: Add spinlock with timeoutIan Moffett
2024-12-15kernel: lib: Add atoi()Ian Moffett
2024-12-15kernel: Add __nothing def to cdefs.hIan Moffett
2024-12-15kernel: Add __unused attribute to cdefs.hIan Moffett
2024-12-15kernel: Add offsetof in cdefs.hIan Moffett
2024-12-15kernel: 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