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