summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2025-10-15kern: namei: Return -NOENT at function endIan Moffett
2025-10-15kern: vfs: Add vnode operation for readsIan Moffett
2025-10-15kern: omar: Set vnode ops per looked up nodeIan Moffett
2025-10-15kern: filedesc: Don't stop searching without fdIan Moffett
2025-10-15kern: filedesc: Remove outdated commentIan Moffett
2025-10-15kern: vfs: Add NULL check for write vopIan Moffett
2025-10-14kern: dms: Add DMS QUERY opcode for devinfoIan Moffett
2025-10-14libc: Add DMS I/O syscall interfaceIan Moffett
2025-10-14kern: dms: Add initial DMS engine sourcesIan Moffett
2025-10-14kern: ahci: Implement DMS read interfaceIan Moffett
2025-10-14kern: dms: Make DMS block size awareIan Moffett
2025-10-14kern: ahci: Don't hardcode block sizesIan Moffett
2025-10-14kern: ahci: Register SATA drives to DMSIan Moffett
2025-10-14kern: Add initial DMS frameworkIan Moffett
2025-10-14kern: ahci: Correct buffer order during ahci r/wIan Moffett
2025-10-14kern: ahci: Implement r/w of SATA drivesIan Moffett
2025-10-14kern: proc: Check argc after checking envblkIan Moffett
2025-10-13kern: ahci: Add cmdslot allocation + identifyIan Moffett
2025-10-13kern: ahci: Allocate raw physical memoryIan Moffett
2025-10-13kern: proc: Add NULL check for envblkIan Moffett
2025-10-13kern: os: Remove extra newlineIan Moffett
2025-10-13kern/amd64: Init LAPIC before PCI bus driverIan Moffett
2025-10-13libc: Add SYS_wait syscall interfaceIan Moffett
2025-10-13kern: proc: Add initial waitpid() syscallIan Moffett
2025-10-13kern: proc: Implement process sleeping and wakingIan Moffett
2025-10-13kern: proc: Use seperate queue link for lookupsIan Moffett
2025-10-13kern/amd64: Try to continue if no proc on switchIan Moffett
2025-10-13kern/amd64: Set RBP when kicking processesIan Moffett
2025-10-13kern: pci: Parse PCI capability list per deviceIan Moffett
2025-10-13kern: init: Turn off console logs before userlandIan Moffett
2025-10-12kern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
2025-10-12kern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
2025-10-12kern/amd64: cpu: Get processor family IDIan Moffett
2025-10-12kern/amd64: Identify processor vendor in mdcoreIan Moffett
2025-10-12kern: reboot: Add reboot system callIan Moffett
2025-10-12kern/amd64: Add reboot functionIan Moffett
2025-10-12kern: xhci: Allocate and init command ring / CRCRIan Moffett
2025-10-12kern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
2025-10-12kern: ahci: Enable PCI MMIO and bus masteringIan Moffett
2025-10-11kern: xhci: Add module creditIan Moffett
2025-10-11kern: xhci: Initialize the DCBAAP register on initIan Moffett
2025-10-11kern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
2025-10-11kern: pci: Initialize PCI bus mastering + MMIOIan Moffett
2025-10-11kern: xhci: Fixup xHCI opregs field sizesIan Moffett
2025-10-11kern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
2025-10-11kern: usb: Poll USBSTS.CNR after resetIan Moffett
2025-10-11kern: xhci: Comment USBCMD bitsIan Moffett
2025-10-11kern: xhci: Implement controller hard resetIan Moffett
2025-10-11kern: io: Add initial xHCI skeletonIan Moffett
2025-10-11kern/amd64: pci: Handle 64-bit BAR addressesIan Moffett