summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
4 dayskern: filedesc: Don't stop searching without fdIan Moffett
4 dayskern: filedesc: Remove outdated commentIan Moffett
4 dayskern: vfs: Add NULL check for write vopIan Moffett
5 dayscmd: Add 'lsdisk' utilityIan Moffett
5 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
5 dayslibc: Add DMS I/O syscall interfaceIan Moffett
5 dayskern: dms: Add initial DMS engine sourcesIan Moffett
5 dayskern: ahci: Implement DMS read interfaceIan Moffett
5 dayskern: dms: Make DMS block size awareIan Moffett
5 dayskern: ahci: Don't hardcode block sizesIan Moffett
5 dayskern: ahci: Register SATA drives to DMSIan Moffett
5 dayskern: Add initial DMS frameworkIan Moffett
5 dayskern: ahci: Correct buffer order during ahci r/wIan Moffett
5 dayskern: ahci: Implement r/w of SATA drivesIan Moffett
5 dayslibc: Add __libc_init as well as cmdline argumentsIan Moffett
5 dayskern: proc: Check argc after checking envblkIan Moffett
5 dayscmd: hush: Ignore input if buffer is emptyIan Moffett
6 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
6 dayskern: ahci: Allocate raw physical memoryIan Moffett
6 dayskern: proc: Add NULL check for envblkIan Moffett
6 dayskern: os: Remove extra newlineIan Moffett
6 dayskern/amd64: Init LAPIC before PCI bus driverIan Moffett
6 dayscmd: Add initial 'fetch' commandIan Moffett
6 dayscmd: hush: Wait for commands to finishIan Moffett
6 dayslibc: Add SYS_wait syscall interfaceIan Moffett
6 dayskern: proc: Add initial waitpid() syscallIan Moffett
6 dayskern: proc: Implement process sleeping and wakingIan Moffett
6 dayskern: proc: Use seperate queue link for lookupsIan Moffett
6 dayskern/amd64: Try to continue if no proc on switchIan Moffett
6 dayskern/amd64: Set RBP when kicking processesIan Moffett
6 dayskern: pci: Parse PCI capability list per deviceIan Moffett
6 dayskern: init: Turn off console logs before userlandIan Moffett
7 dayskern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
7 dayskern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
7 dayskern/amd64: cpu: Get processor family IDIan Moffett
7 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
7 dayscmd: hush: Add initial program spawningIan Moffett
7 dayscmd: Add reboot commandIan Moffett
7 dayskern: reboot: Add reboot system callIan Moffett
7 dayskern/amd64: Add reboot functionIan Moffett
7 dayslibc: stdio: Add snprintf() declIan Moffett
7 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
7 dayskern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
8 dayskern: ahci: Enable PCI MMIO and bus masteringIan Moffett
8 dayskern: xhci: Add module creditIan Moffett
8 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
8 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
8 dayskern: pci: Initialize PCI bus mastering + MMIOIan Moffett
8 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett