Age | Commit message (Expand) | Author |
2025-03-19 | kernel/amd64: bus: Check bus_set() status | Ian Moffett |
2025-03-19 | kernel: panic: Add hcf() and bas() | Ian Moffett |
2025-03-19 | kernel: cdefs: Introduce __cold and __dead_cold | Ian Moffett |
2025-03-14 | kernel: vm: Only hold pgres with timeout | Ian Moffett |
2025-03-14 | project: Bump project versionmain | Ian Moffett |
2025-03-14 | Merge branch 'expt' | Ian Moffett |
2025-03-14 | tools: Add script to check for redundant newlines | Ian Moffett |
2025-03-14 | kernel: vm: Add initial anonymous pager source | Ian Moffett |
2025-03-09 | kernel: vm_map: Remove extra leading whitespace | Ian Moffett |
2025-03-09 | kernel: pager: Make vm_vnops extern | Ian Moffett |
2025-03-09 | workflow: Don't build toolchain in this test | Ian Moffett |
2025-03-09 | project: Update name | Ian Moffett |
2025-03-09 | tools: cross: Remove 'clear' command | Ian Moffett |
2025-03-09 | project: Final workflow fixups | Ian Moffett |
2025-03-09 | project: Update CI workflow name | Ian Moffett |
2025-03-09 | project: Add github workflows | Ian Moffett |
2025-03-07 | kernel: cdefs: Add __barrier() define | Ian Moffett |
2025-02-28 | kernel: termios: Remove duplicate ISTRIP | Ian Moffett |
2025-02-28 | kernel: termios: c_cc is of type cc_t | Ian Moffett |
2025-02-28 | kernel: driver: Remove trailing newline | Ian Moffett |
2025-02-22 | kernel: Add POSIX termios.h header | Ian Moffett |
2025-02-22 | kernel: cons: Add lock around root console | Ian Moffett |
2025-02-22 | kernel: dev: Add /dev/console | Ian Moffett |
2025-02-22 | kernel: devfs: Add support for write() | Ian Moffett |
2025-02-22 | kernel: vfs: Add support for write() | Ian Moffett |
2025-02-22 | libc: Add __stack_chk_fail() stub | Ian Moffett |
2025-02-21 | tools: Add hwdoc script | Ian Moffett |
2025-02-21 | Merge branch 'expt' | Ian Moffett |
2025-02-21 | project: Hyra Release v1.4 | Ian Moffett |
2025-02-21 | share: pdn: Add title | Ian Moffett |
2025-02-21 | kernel: Update kernel log style | Ian Moffett |
2025-02-20 | docs: man: Add pci_conf(9) | Ian Moffett |
2025-02-20 | kernel/amd64: i8237: Use word register for mode | Ian Moffett |
2025-02-20 | kernel/amd64: i8237: Optimize set channel select | Ian Moffett |
2025-02-20 | Merge branch 'expt' | Ian Moffett |
2025-02-20 | kernel: ahci: Ensure HBA is AHCI aware | Ian Moffett |
2025-02-20 | Merge branch 'expt' | Ian Moffett |
2025-02-20 | kernel: ahci: Improve reset logic + cleanup | Ian Moffett |
2025-02-20 | kernel: ahci: Add AHCI spinwait timeout | Ian Moffett |
2025-02-20 | kernel: ahci: __BIT() -> BIT() | Ian Moffett |
2025-02-20 | Merge branch 'expt' | Ian Moffett |
2025-02-20 | kernel/amd64: isa: Add initial i8237 driver impl | Ian Moffett |
2025-02-20 | kernel: ahci: Conform to OSMORA C style | Ian Moffett |
2025-02-20 | kernel/amd64: isa: Add initial i8237 driver impl | Ian Moffett |
2025-02-19 | kernel/amd64: bus: Add bus resource interface | Ian Moffett |
2025-02-19 | kernel: ahci: Clean up includes | Ian Moffett |
2025-02-19 | tools: contrib: Sort by most changes (++/--) | Ian Moffett |
2025-02-19 | kernel: ahci: Fix up style | Ian Moffett |
2025-02-19 | tools: Add script to list contributors | Ian Moffett |
2025-02-19 | kernel: ahci: Map ABAR and perform HBA reset | Caelus |