summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysdocs: readme: Update build instructionsIan Moffett
7 dayskernel: uacpi: Implement kernel nsec funcIan Moffett
7 dayskernel/amd64: hpet: Add hpet_time_nsec()Ian Moffett
7 dayskernel: Schedule drivers after AP bootstrapIan Moffett
7 dayskernel: ahci: Defer ahci_init()Ian Moffett
7 dayskernel: drivers: Add DRIVER_DEFER() macroIan Moffett
7 dayskernel: syslog: Handle userspace kmsg loggingIan Moffett
7 dayskernel: proc: Store kernel thread flag in `proc'Ian Moffett
7 dayskconf: GENERIC: Add additional documentationIan Moffett
7 dayskernel: exit: Ensure curtd is NULL if killedIan Moffett
7 dayskernel: exit: Handle killings of kernel threadsIan Moffett
7 dayskernel/amd64: trap: Log page fault flagsIan Moffett
8 dayskernel: disklabel: Improve clarityIan Moffett
9 dayskernel: Add initial installer implIan Moffett
9 dayskernel: sched: Don't switch on PID 0Ian Moffett
9 dayskernel: Add md_halt()Ian Moffett
9 daysbuild: Generate OMAR ramfs after invoking makeIan Moffett
9 daysbuild: Clean stage 1 on two stage buildsIan Moffett
9 dayssys: Add initial sys/disklabel.hIan Moffett
9 dayskernel: cons: Fix newline caused by excessive '\b'Ian Moffett
10 dayskernel: ahci: Add ahci_dev_bsize()Ian Moffett
10 dayskernel: ahci: Add ahci_dev_write()Ian Moffett
10 dayskernel: ahci: Create devfs entry as block deviceIan Moffett
10 dayskernel: init_main: Fix sizeof arg on proc0 memsetIan Moffett
10 dayssys: cdefs: Add __used attributeIan Moffett
10 dayskernel: devfs: Add callback to request block sizeIan Moffett
10 dayskernel: ahci: Detect max SATA sector countIan Moffett
10 dayskernel: ahci: Do not fake success on empty portIan Moffett
10 dayskernel: ahci: Add ahci_get_dev() for drive lookupsIan Moffett
10 dayskernel: ahci: Fix operator in dev_max checkIan Moffett
10 dayskernel: ahci: Use hba_device instead of hba_portIan Moffett
10 dayskernel: ahci: Add g_hba for indirect devfs accessIan Moffett
10 dayskernel: ahci: Remove useless lineIan Moffett
10 dayskernel: devfs: Detect block devicesIan Moffett
11 daysbuild: Fix indentationIan Moffett
11 daysproject: Bump version to 1.7Ian Moffett
11 daysproject: Build Hyra with ./hyra-install.shIan Moffett
13 dayskernel: Optimize console & loggingQuinn Stephens
13 dayskernel: ahci: Create a DCDR per HBA deviceIan Moffett
13 dayskernel: dcdr: Overwrite existing DCDs if requiredIan Moffett
13 dayskernel/amd64: Improve GDT implementationQuinn Stephens
13 dayskernel/amd64: i8042: Remove conf r/w for nowIan Moffett
2025-05-21kernel: xhci: Add runtime register offset definesIan Moffett
2025-05-21kernel: xhci: Remove unused includeIan Moffett
2025-05-21kernel: Enable interrupts before driversIan Moffett
2025-05-21kernel/amd64: i8042: Simplify init + handlingIan Moffett
2025-05-21kernel/amd64: Unset CPU_IRQ(1) at kbd handler endIan Moffett
2025-05-19kernel/amd64: Deprecate intr_alloc_vector()Ian Moffett
2025-05-19kernel/amd64: conf: Default to a nice green colorIan Moffett
2025-05-19usr: osh: Add "reboot" and "shutdown" commandsIan Moffett