summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 dayscmd: hush: Add initial program spawningIan Moffett
9 dayscmd: Add reboot commandIan Moffett
9 dayskern: reboot: Add reboot system callIan Moffett
9 dayskern/amd64: Add reboot functionIan Moffett
9 dayslibc: stdio: Add snprintf() declIan 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
10 dayskern: proc: Add process lookups by PIDIan Moffett
10 dayskern: mac: Document the MAC border tableIan Moffett
10 dayskern: Bump version up to v0.0.4Ian Moffett
10 dayslibc: stdio: Add vsnprintf() and printf() implIan Moffett
10 dayslibc: string: Add itoa() implementationIan Moffett
10 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
10 dayskern: proc: Documented rest of structure fieldsIan Moffett
10 dayslibc: Add stdarg.hIan Moffett
11 dayslibc: crt: Exit after main routineIan Moffett
11 dayscmd: hush: Handle backspace on inputIan Moffett
11 daysconf: Beautify default boot w/ console + log tweakIan Moffett
11 dayskern: cons: Implement console backspaceIan Moffett
11 dayskern: proc: Add getargv system callIan Moffett
11 dayskern: systm: Add copyoutstr()Ian Moffett
11 dayskern: proc: Add initial penv block supportIan Moffett
11 dayskern: conf: Make default fg/bg configurableIan Moffett
11 dayscmd: Add shell prototypeIan Moffett
11 dayscmd: 'test.c' -> 'init.c'Ian Moffett
11 dayskern/amd64: Attempt to dequeue on a cores first goIan Moffett
11 dayskern/amd64: isa: Add i8042 led shift valuesIan Moffett
11 dayslibc: l5: Add spawn() syscall interfaceIan Moffett
11 dayslibc: string: Add strcmp()Ian Moffett
11 dayskern/amd64: Handle integrated capslock LEDIan Moffett