summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04kernel: Add sys/errno.hIan Moffett
2024-06-04kernel/amd64: Support IBRSIan Moffett
2024-06-04kernel/amd64: trap: Add logging for debuggingIan Moffett
2024-06-04kernel: vm: Add physical memory allocatorIan Moffett
2024-06-04kernel: lib: Add memset()Ian Moffett
2024-06-04build: Fix versionIan Moffett
2024-06-04kernel: Add ALIGN_UP/ALIGN_DOWN macrosIan Moffett
2024-06-04kernel: Add bitmap helper macrosIan Moffett
2024-06-04kernel: syslog: Print timestamp in kprintf()Ian Moffett
2024-06-04kernel/amd64: Add HPET driverIan Moffett
2024-06-04kernel: Add initial ACPI codeIan Moffett
2024-06-04kernel: Add timer abstractionIan Moffett
2024-06-04kernel: Add panic()Ian Moffett
2024-06-04kernel: Add mmio(9)Ian Moffett
2024-06-04kernel: lib: Add memcmp()Ian Moffett
2024-06-04kernel: Add initial virtual memory codeIan Moffett
2024-06-04project: Initial commitIan Moffett
2024-06-03kernel: pci: Require mapping BAR using bus_map()Ian Moffett
2024-06-02kernel: ahci: Add missing whitespacedevIan Moffett
2024-06-02kernel: ahci: Add missing close() hookIan Moffett
2024-06-02kernel: ahci: Add SATA read/write supportIan Moffett
2024-06-02kernel: pci: Add PCI BAR mapping routineIan Moffett
2024-06-02kernel/amd64: bus: Add bus abstraction layerIan Moffett
2024-06-02kernel: ahci: Acquire global "io_lock" during cmdIan Moffett
2024-06-02kernel/amd64: pmap: Add helper to set cache policyIan Moffett
2024-06-02kernel/amd64: Refactor TLB flushing and PTE fetchIan Moffett
2024-05-31kernel: ahci: Fix null checkIan Moffett
2024-05-31kernel: ahci: Document workaroundIan Moffett
2024-05-31kernel: ic: Add initial AHCI driver codeIan Moffett
2024-05-28kernel: queue: Add missing header guardIan Moffett
2024-05-28kernel: exec: Use dummy envpIan Moffett
2024-05-28init: mshell: Better command parsingmainAptRock327
2024-05-27kernel: panic: Write to TTY during panicIan Moffett
2024-05-27kernel: loader: Fix loggingIan Moffett
2024-05-27kernel: syslog: Serialize kprintf()Ian Moffett
2024-05-27kernel: syslog: Add extra commentIan Moffett
2024-05-27kernel: syslog: Fix typo in commentIan Moffett
2024-05-26docs: man: Make syslog(9) up to dateIan Moffett
2024-05-26kernel: Fixup logging to work with syslog changesIan Moffett
2024-05-26kernel: syslog: Add timestamp to loggingIan Moffett
2024-05-26kernel/amd64: Support fetching time since startupIan Moffett
2024-05-26kernel: string: Support '%0Nd' formattingIan Moffett
2024-05-25kernel: vm_map: Fix cleanup in munmap()Ian Moffett
2024-05-25kernel: vm_map: Fix deadlockIan Moffett
2024-05-25kernel: vm: Fix vm_obj_destroy()Ian Moffett
2024-05-25build: Add user linker scriptIan Moffett
2024-05-25kernel: vm: Make vmobj ref start at zeroIan Moffett
2024-05-24kernel: vm: Make pmap_create_vas() return intIan Moffett
2024-05-24kernel/amd64: pmap: Fix check for listed CPUsIan Moffett
2024-05-24kernel: cpu: Add cpu_count() for reading 'ncpu'Ian Moffett