summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 dayskern: ahci: Implement r/w of SATA drivesIan Moffett
6 dayslibc: Add __libc_init as well as cmdline argumentsIan Moffett
6 dayskern: proc: Check argc after checking envblkIan Moffett
6 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
7 dayskern: proc: Add NULL check for envblkIan Moffett
7 dayskern: os: Remove extra newlineIan Moffett
7 dayskern/amd64: Init LAPIC before PCI bus driverIan Moffett
7 dayscmd: Add initial 'fetch' commandIan Moffett
7 dayscmd: hush: Wait for commands to finishIan Moffett
7 dayslibc: Add SYS_wait syscall interfaceIan Moffett
7 dayskern: proc: Add initial waitpid() syscallIan Moffett
7 dayskern: proc: Implement process sleeping and wakingIan Moffett
7 dayskern: proc: Use seperate queue link for lookupsIan Moffett
7 dayskern/amd64: Try to continue if no proc on switchIan Moffett
7 dayskern/amd64: Set RBP when kicking processesIan Moffett
7 dayskern: pci: Parse PCI capability list per deviceIan Moffett
7 dayskern: init: Turn off console logs before userlandIan Moffett
8 dayskern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
8 dayskern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
8 dayskern/amd64: cpu: Get processor family IDIan Moffett
8 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
8 dayscmd: hush: Add initial program spawningIan Moffett
8 dayscmd: Add reboot commandIan Moffett
8 dayskern: reboot: Add reboot system callIan Moffett
8 dayskern/amd64: Add reboot functionIan Moffett
8 dayslibc: stdio: Add snprintf() declIan Moffett
8 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
8 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
9 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
9 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
9 dayskern: xhci: Comment USBCMD bitsIan Moffett
9 dayskern: xhci: Implement controller hard resetIan Moffett
9 dayskern: io: Add initial xHCI skeletonIan Moffett
9 dayskern/amd64: pci: Handle 64-bit BAR addressesIan Moffett
9 dayskern/amd64: bus: Use higher half VA for MMIOIan Moffett
9 dayskern: pci: Support lookups via programming ifaceIan Moffett
9 dayskern: pci: Get programming interface from deviceIan Moffett
9 dayskern: pci: Use LU types instead of classrev fieldIan Moffett
9 dayskern: proc: Remove redundant flag setIan Moffett
9 dayskern: proc: Add process lookups by PIDIan Moffett
9 dayskern: mac: Document the MAC border tableIan Moffett
9 dayskern: Bump version up to v0.0.4Ian Moffett