summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
4 dayskern/amd64: Add reboot functionIan Moffett
4 dayslibc: stdio: Add snprintf() declIan Moffett
4 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
4 dayskern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
4 dayskern: ahci: Enable PCI MMIO and bus masteringIan Moffett
4 dayskern: xhci: Add module creditIan Moffett
4 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
4 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
4 dayskern: pci: Initialize PCI bus mastering + MMIOIan Moffett
4 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett
4 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
4 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
4 dayskern: xhci: Comment USBCMD bitsIan Moffett
4 dayskern: xhci: Implement controller hard resetIan Moffett
4 dayskern: io: Add initial xHCI skeletonIan Moffett
4 dayskern/amd64: pci: Handle 64-bit BAR addressesIan Moffett
4 dayskern/amd64: bus: Use higher half VA for MMIOIan Moffett
5 dayskern: pci: Support lookups via programming ifaceIan Moffett
5 dayskern: pci: Get programming interface from deviceIan Moffett
5 dayskern: pci: Use LU types instead of classrev fieldIan Moffett
5 dayskern: proc: Remove redundant flag setIan Moffett
5 dayskern: proc: Add process lookups by PIDIan Moffett
5 dayskern: mac: Document the MAC border tableIan Moffett
5 dayskern: Bump version up to v0.0.4Ian Moffett
5 dayslibc: stdio: Add vsnprintf() and printf() implIan Moffett
5 dayslibc: string: Add itoa() implementationIan Moffett
5 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
5 dayskern: proc: Documented rest of structure fieldsIan Moffett
5 dayslibc: Add stdarg.hIan Moffett
5 dayslibc: crt: Exit after main routineIan Moffett
5 dayscmd: hush: Handle backspace on inputIan Moffett
5 daysconf: Beautify default boot w/ console + log tweakIan Moffett
5 dayskern: cons: Implement console backspaceIan Moffett
5 dayskern: proc: Add getargv system callIan Moffett
5 dayskern: systm: Add copyoutstr()Ian Moffett
5 dayskern: proc: Add initial penv block supportIan Moffett
6 dayskern: conf: Make default fg/bg configurableIan Moffett
6 dayscmd: Add shell prototypeIan Moffett
6 dayscmd: 'test.c' -> 'init.c'Ian Moffett
6 dayskern/amd64: Attempt to dequeue on a cores first goIan Moffett
6 dayskern/amd64: isa: Add i8042 led shift valuesIan Moffett
6 dayslibc: l5: Add spawn() syscall interfaceIan Moffett
6 dayslibc: string: Add strcmp()Ian Moffett
6 dayskern/amd64: Handle integrated capslock LEDIan Moffett
6 dayskern/amd64: Handle special keys (shift, caps, etc)Ian Moffett
6 daysdocs: Add I/O tap naming standard draftIan Moffett
6 dayskern/amd64: 'i8042.port.0' -> 'input.igkbd'Ian Moffett
6 dayslibc: Add ctype.hIan Moffett
6 dayskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
6 dayskern: cons: Add text mode cursorIan Moffett