summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
6 dayskern: vfs: Add NULL check for write vopIan Moffett
7 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
7 dayslibc: Add DMS I/O syscall interfaceIan Moffett
7 dayskern: dms: Add initial DMS engine sourcesIan Moffett
7 dayskern: ahci: Implement DMS read interfaceIan Moffett
7 dayskern: dms: Make DMS block size awareIan Moffett
7 dayskern: ahci: Don't hardcode block sizesIan Moffett
7 dayskern: ahci: Register SATA drives to DMSIan Moffett
7 dayskern: Add initial DMS frameworkIan Moffett
7 dayskern: ahci: Correct buffer order during ahci r/wIan Moffett
7 dayskern: ahci: Implement r/w of SATA drivesIan Moffett
7 dayskern: proc: Check argc after checking envblkIan Moffett
8 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
8 dayskern: ahci: Allocate raw physical memoryIan Moffett
8 dayskern: proc: Add NULL check for envblkIan Moffett
8 dayskern: os: Remove extra newlineIan Moffett
8 dayskern/amd64: Init LAPIC before PCI bus driverIan Moffett
8 dayslibc: Add SYS_wait syscall interfaceIan Moffett
8 dayskern: proc: Add initial waitpid() syscallIan Moffett
8 dayskern: proc: Implement process sleeping and wakingIan Moffett
8 dayskern: proc: Use seperate queue link for lookupsIan Moffett
8 dayskern/amd64: Try to continue if no proc on switchIan Moffett
8 dayskern/amd64: Set RBP when kicking processesIan Moffett
8 dayskern: pci: Parse PCI capability list per deviceIan Moffett
8 dayskern: init: Turn off console logs before userlandIan Moffett
9 dayskern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
9 dayskern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
9 dayskern/amd64: cpu: Get processor family IDIan Moffett
9 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
9 dayskern: reboot: Add reboot system callIan Moffett
9 dayskern/amd64: Add reboot functionIan Moffett
9 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
9 dayskern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
10 dayskern: ahci: Enable PCI MMIO and bus masteringIan Moffett
10 dayskern: xhci: Add module creditIan Moffett
10 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
10 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
10 dayskern: pci: Initialize PCI bus mastering + MMIOIan Moffett
10 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett
10 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
10 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
10 dayskern: xhci: Comment USBCMD bitsIan Moffett
10 dayskern: xhci: Implement controller hard resetIan Moffett
10 dayskern: io: Add initial xHCI skeletonIan Moffett
10 dayskern/amd64: pci: Handle 64-bit BAR addressesIan Moffett
10 dayskern/amd64: bus: Use higher half VA for MMIOIan Moffett
10 dayskern: pci: Support lookups via programming ifaceIan Moffett
10 dayskern: pci: Get programming interface from deviceIan Moffett
10 dayskern: pci: Use LU types instead of classrev fieldIan Moffett
10 dayskern: proc: Remove redundant flag setIan Moffett