summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 hourssys: Make proper sys/types.h + add clang nostdincexptIan Moffett
7 hourskernel: tlsf: Include proper headersIan Moffett
7 hourssys: limits: Add CHAR_BITIan Moffett
29 hourskernel: vm: Add munmap() implIan Moffett
29 hourskernel: systm: Include assert.hIan Moffett
29 hoursbuild: bootstrap: Prepare environmentIan Moffett
29 hoursbuild: Add hooks builddepIan Moffett
29 hourstools: checknl: Improve error handlingIan Moffett
32 hourskernel: systm: Add __sigraise() helperIan Moffett
3 dayskernel: vm: Add initial mmap() implIan Moffett
3 dayskernel: vm: Fix vm_page insertionsIan Moffett
8 dayskernel/amd64: bus: Check bus_set() statusIan Moffett
8 dayskernel: panic: Add hcf() and bas()Ian Moffett
8 dayskernel: cdefs: Introduce __cold and __dead_coldIan Moffett
14 dayskernel: vm: Only hold pgres with timeoutIan Moffett
14 daysproject: Bump project versionmainIan Moffett
14 daysMerge branch 'expt'Ian Moffett
14 daystools: Add script to check for redundant newlinesIan Moffett
14 dayskernel: vm: Add initial anonymous pager sourceIan Moffett
2025-03-09kernel: vm_map: Remove extra leading whitespaceIan Moffett
2025-03-09kernel: pager: Make vm_vnops externIan Moffett
2025-03-09workflow: Don't build toolchain in this testIan Moffett
2025-03-09project: Update nameIan Moffett
2025-03-09tools: cross: Remove 'clear' commandIan Moffett
2025-03-09project: Final workflow fixupsIan Moffett
2025-03-09project: Update CI workflow nameIan Moffett
2025-03-09project: Add github workflowsIan Moffett
2025-03-07kernel: cdefs: Add __barrier() defineIan Moffett
2025-02-28kernel: termios: Remove duplicate ISTRIPIan Moffett
2025-02-28kernel: termios: c_cc is of type cc_tIan Moffett
2025-02-28kernel: driver: Remove trailing newlineIan Moffett
2025-02-22kernel: Add POSIX termios.h headerIan Moffett
2025-02-22kernel: cons: Add lock around root consoleIan Moffett
2025-02-22kernel: dev: Add /dev/consoleIan Moffett
2025-02-22kernel: devfs: Add support for write()Ian Moffett
2025-02-22kernel: vfs: Add support for write()Ian Moffett
2025-02-22libc: Add __stack_chk_fail() stubIan Moffett
2025-02-21tools: Add hwdoc scriptIan Moffett
2025-02-21Merge branch 'expt'Ian Moffett
2025-02-21project: Hyra Release v1.4Ian Moffett
2025-02-21share: pdn: Add titleIan Moffett
2025-02-21kernel: Update kernel log styleIan Moffett
2025-02-20docs: man: Add pci_conf(9)Ian Moffett
2025-02-20kernel/amd64: i8237: Use word register for modeIan Moffett
2025-02-20kernel/amd64: i8237: Optimize set channel selectIan Moffett
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel: ahci: Ensure HBA is AHCI awareIan Moffett
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel: ahci: Improve reset logic + cleanupIan Moffett
2025-02-20kernel: ahci: Add AHCI spinwait timeoutIan Moffett