summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-10-13kern: proc: Use seperate queue link for lookupsIan Moffett
2025-10-13kern/amd64: Try to continue if no proc on switchIan Moffett
2025-10-13kern/amd64: Set RBP when kicking processesIan Moffett
2025-10-13kern: pci: Parse PCI capability list per deviceIan Moffett
2025-10-13kern: init: Turn off console logs before userlandIan Moffett
2025-10-12kern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
2025-10-12kern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
2025-10-12kern/amd64: cpu: Get processor family IDIan Moffett
2025-10-12kern/amd64: Identify processor vendor in mdcoreIan Moffett
2025-10-12cmd: hush: Add initial program spawningIan Moffett
2025-10-12cmd: Add reboot commandIan Moffett
2025-10-12kern: reboot: Add reboot system callIan Moffett
2025-10-12kern/amd64: Add reboot functionIan Moffett
2025-10-12libc: stdio: Add snprintf() declIan Moffett
2025-10-12kern: xhci: Allocate and init command ring / CRCRIan Moffett
2025-10-12kern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
2025-10-12kern: ahci: Enable PCI MMIO and bus masteringIan Moffett
2025-10-11kern: xhci: Add module creditIan Moffett
2025-10-11kern: xhci: Initialize the DCBAAP register on initIan Moffett
2025-10-11kern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
2025-10-11kern: pci: Initialize PCI bus mastering + MMIOIan Moffett
2025-10-11kern: xhci: Fixup xHCI opregs field sizesIan Moffett
2025-10-11kern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
2025-10-11kern: usb: Poll USBSTS.CNR after resetIan Moffett
2025-10-11kern: xhci: Comment USBCMD bitsIan Moffett
2025-10-11kern: xhci: Implement controller hard resetIan Moffett
2025-10-11kern: io: Add initial xHCI skeletonIan Moffett
2025-10-11kern/amd64: pci: Handle 64-bit BAR addressesIan Moffett
2025-10-11kern/amd64: bus: Use higher half VA for MMIOIan Moffett
2025-10-11kern: pci: Support lookups via programming ifaceIan Moffett
2025-10-11kern: pci: Get programming interface from deviceIan Moffett
2025-10-11kern: pci: Use LU types instead of classrev fieldIan Moffett
2025-10-11kern: proc: Remove redundant flag setIan Moffett
2025-10-11kern: proc: Add process lookups by PIDIan Moffett
2025-10-11kern: mac: Document the MAC border tableIan Moffett
2025-10-11kern: Bump version up to v0.0.4Ian Moffett
2025-10-11libc: stdio: Add vsnprintf() and printf() implIan Moffett
2025-10-11libc: string: Add itoa() implementationIan Moffett
2025-10-11kern/amd64: proc: Mark process as exiting on killIan Moffett
2025-10-11kern: proc: Documented rest of structure fieldsIan Moffett
2025-10-11libc: Add stdarg.hIan Moffett
2025-10-10libc: crt: Exit after main routineIan Moffett
2025-10-10cmd: hush: Handle backspace on inputIan Moffett
2025-10-10conf: Beautify default boot w/ console + log tweakIan Moffett
2025-10-10kern: cons: Implement console backspaceIan Moffett
2025-10-10kern: proc: Add getargv system callIan Moffett
2025-10-10kern: systm: Add copyoutstr()Ian Moffett
2025-10-10kern: proc: Add initial penv block supportIan Moffett
2025-10-10kern: conf: Make default fg/bg configurableIan Moffett
2025-10-10cmd: Add shell prototypeIan Moffett