summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
7 dayskernel: Add md_halt()Ian Moffett
7 dayssys: Add initial sys/disklabel.hIan Moffett
8 dayssys: cdefs: Add __used attributeIan Moffett
8 dayskernel: devfs: Add callback to request block sizeIan Moffett
8 dayskernel: ahci: Detect max SATA sector countIan Moffett
8 dayskernel: devfs: Detect block devicesIan Moffett
11 dayskernel: Optimize console & loggingQuinn Stephens
11 dayskernel: ahci: Create a DCDR per HBA deviceIan Moffett
12 dayskernel/amd64: Improve GDT implementationQuinn Stephens
12 dayskernel: xhci: Add runtime register offset definesIan Moffett
2025-05-19kernel/amd64: Deprecate intr_alloc_vector()Ian Moffett
2025-05-19kernel: syscall: Add SYS_reboot syscallIan Moffett
2025-05-19kernel/amd64: Add reboot RESET and POWEROFF flagsIan Moffett
2025-05-19kernel: acpi: Add acpi_sleep()Ian Moffett
2025-05-19kernel: sched: Rewrite context switch logicIan Moffett
2025-05-17kernel: acpi: Add uACPI portIan Moffett
2025-05-17kernel: pci: Add pci_add_device()Ian Moffett
2025-05-17kernel: pci: Add segment fieldIan Moffett
2025-05-17kernel: acpi: Add acpi_rsdp()Ian Moffett
2025-05-17kernel/amd64: ioapic: Do not include acpi/tables.hIan Moffett
2025-05-17kernel: Add compat headersIan Moffett
2025-05-17kernel: lib: Add memmove()Ian Moffett
2025-05-17kernel: sched: Add sched_detach()Ian Moffett
2025-05-16kernel: cons: Add lock to console bufferIan Moffett
2025-05-16kernel/amd64: trap: Clear interrupts on trap entryIan Moffett
2025-05-16kernel: Add cpu_halt_others() and harden panic()Ian Moffett
2025-05-16kernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
2025-05-16kernel: proc: Handle parent exitIan Moffett
2025-05-15kernel: proc: Do not introduce fork()Ian Moffett
2025-05-15kernel: syscall: Check for _OLIBC or _KERNELIan Moffett
2025-05-14kernel: mach: Add TF_IP() macroIan Moffett
2025-05-14kernel: ahci: Add /ctl/sdx/bsize control fileIan Moffett
2025-05-14kernel: ahci: Include sys/device.hIan Moffett
2025-05-14kernel: ctlfs: Include sys/sio.hIan Moffett
2025-05-13kernel: fs: Introduce ctlfsIan Moffett
2025-05-10kernel: ahci: Store major in HBA descriptorIan Moffett
2025-05-10kernel: ahci: Handle AHCI interface/HBA errorsIan Moffett
2025-05-09kernel: ahci: Define ATA identity structureIan Moffett
2025-05-09kernel: ahci: Detect staggered spin upIan Moffett
2025-05-09kernel: ahci: Add command table + PRD definitionIan Moffett
2025-05-08kernel: ahci: Initialize each HBA portIan Moffett
2025-05-08kernel: ahci: Split CLB/FB into lower/upper bitsIan Moffett
2025-05-08kernel: ahci: Add basic AHCI constantsIan Moffett
2025-05-08kernel: achi: Define command header and H2D FISIan Moffett
2025-05-07kernel: ahci: Implement initial HBA port logicIan Moffett
2025-05-07sys: Add popcnt() implementationIan Moffett
2025-05-06kernel/amd64: gdt: Fix indentIan Moffett
2025-05-05kernel: rt8139: Autoload 93C46 + read MAC addressIan Moffett
2025-05-05kernel: net: Add initial net_if headersIan Moffett
2025-05-05kernel: xhci: Workaround Dell USBLEGSUP quirkIan Moffett