summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2025-09-21kern: Mount root filesystem in vfs_init()Ian Moffett
2025-09-21kern: vfs: Add support for image-like pathsIan Moffett
2025-09-21kern: vnode: Add filesystem specific data to vnodeIan Moffett
2025-09-21sys: vnode: "driver" -> "filesystem"Ian Moffett
2025-09-21kern: vfs: Add lookup by name helperIan Moffett
2025-09-21kern: ahci: Only support 64-bit HBAs for nowIan Moffett
2025-09-21kern: ahci: Add initial port startup logicIan Moffett
2025-09-21kern: ahci: Scan for implemented ports with PI regIan Moffett
2025-09-21kern: bus: Simply return bus_space, don't remapIan Moffett
2025-09-21sys: Add bit operations headerIan Moffett
2025-09-21kern: ahci: Add debug tracingIan Moffett
2025-09-21kern: ahci: Ensure HBA is in AHCI-mode after resetIan Moffett
2025-09-21kern: ahci: Add AHCI host bus adapter reset implIan Moffett
2025-09-21kern: ahci: Add AHCI register headerIan Moffett
2025-09-21kern: clkdev: Add callback to get elapsed timeIan Moffett
2025-09-21sys: sysvar: Bump L5 version to v0.0.3Ian Moffett
2025-09-21kern/amd64: hpet: Register HPET with clkdevIan Moffett
2025-09-21kern: Introduce clock device frameworkIan Moffett
2025-09-20kern/amd64: Add initial HPET driverIan Moffett
2025-09-20kern: Initialize ACPI before cpu_conf() callIan Moffett
2025-09-20kern: acpi: Add HPET table to acpi/tables.hIan Moffett
2025-09-20kern: syscall: Add initial write(2) stubIan Moffett
2025-09-20kern: proc: Add address checking routineIan Moffett
2025-09-20kern: cons: Constantly update ch x/y in loopIan Moffett
2025-09-20kern: proc: Move sys_exit() to sys/compat/unix/*Ian Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett
2025-09-20kern: pci: Assume error if barreg is zeroIan Moffett
2025-09-20kern: pci: Add further info of pci_bus_lookup()Ian Moffett
2025-09-20kern: pci: Add PCI_BAR_IO() checker in pci/cam.hIan Moffett
2025-09-20kern/amd64: mmu: Add page-level cacheability attrsIan Moffett
2025-09-20kern: pci: Ensure lookup data is copied on attachIan Moffett
2025-09-20kern: pci: Handle base address registers (BARs)Ian Moffett
2025-09-20kern: dma: Add DMA frame allocatorIan Moffett
2025-09-19kern: proc: Keep track of mapped areas with rangesIan Moffett
2025-09-19kern/amd64: proc: Add proc_self()Ian Moffett
2025-09-19kern: pci: Implement PCI leaf drivers + AHCI stubIan Moffett
2025-09-19kern: init: Initialize generic driversIan Moffett
2025-09-19kern: Add '.modules' section to kernel binaryIan Moffett
2025-09-19kern/amd64: build: Ensure .a libs retain sectionsIan Moffett
2025-09-19kern: pci: Add module creditIan Moffett
2025-09-19kernel: pci: Add PCI lookup routineIan Moffett
2025-09-19kern: pci: Add 'class' and 'subclass' to deviceIan Moffett
2025-09-19kern: vfs: Add namei() prototype functionIan Moffett
2025-09-19kern: vfs: Add mountpoint lookup helperIan Moffett
2025-09-19kernel: vfs: Add initial mount code + mount initrdIan Moffett
2025-09-19kernel: mount: Add mountpoint allocationIan Moffett
2025-09-19kernel: vfs: Handle root path in vfs_cmt_cnt()Ian Moffett
2025-09-19kern: vfs: Add path component counterIan Moffett
2025-09-18kern: vfs: Add initial vfsops, and mount codeIan Moffett
2025-09-18kern: vfs: Add vnode allocation / release routinesIan Moffett