summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
19 hourskernel: pci: Add pci_add_device()Ian Moffett
19 hourskernel: pci: Add segment fieldIan Moffett
19 hourskernel: acpi: Add acpi_rsdp()Ian Moffett
19 hourskernel/amd64: ioapic: Do not include acpi/tables.hIan Moffett
19 hourskernel: Add compat headersIan Moffett
19 hourskernel: lib: Add memmove()Ian Moffett
22 hourskernel: sched: Add sched_detach()Ian Moffett
42 hourskernel: cons: Add lock to console bufferIan Moffett
42 hourskernel/amd64: trap: Clear interrupts on trap entryIan Moffett
45 hourskernel: Add cpu_halt_others() and harden panic()Ian Moffett
2 dayskernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
2 dayskernel: proc: Handle parent exitIan Moffett
3 dayskernel: proc: Do not introduce fork()mainIan Moffett
4 dayskernel: syscall: Check for _OLIBC or _KERNELIan Moffett
4 dayskernel: mach: Add TF_IP() macroIan Moffett
4 dayskernel: ahci: Add /ctl/sdx/bsize control fileIan Moffett
4 dayskernel: ahci: Include sys/device.hIan Moffett
4 dayskernel: ctlfs: Include sys/sio.hIan Moffett
5 dayskernel: fs: Introduce ctlfsIan Moffett
9 dayskernel: ahci: Store major in HBA descriptorIan Moffett
9 dayskernel: ahci: Handle AHCI interface/HBA errorsIan Moffett
9 dayskernel: ahci: Define ATA identity structureIan Moffett
9 dayskernel: ahci: Detect staggered spin upIan Moffett
9 dayskernel: ahci: Add command table + PRD definitionIan Moffett
11 dayskernel: ahci: Initialize each HBA portIan Moffett
11 dayskernel: ahci: Split CLB/FB into lower/upper bitsIan Moffett
11 dayskernel: ahci: Add basic AHCI constantsIan Moffett
11 dayskernel: achi: Define command header and H2D FISIan Moffett
11 dayskernel: ahci: Implement initial HBA port logicIan Moffett
11 dayssys: Add popcnt() implementationIan Moffett
12 dayskernel/amd64: gdt: Fix indentIan Moffett
13 dayskernel: rt8139: Autoload 93C46 + read MAC addressIan Moffett
13 dayskernel: net: Add initial net_if headersIan Moffett
14 dayskernel: xhci: Workaround Dell USBLEGSUP quirkIan Moffett
2025-04-18kernel: syscall: Fix conditional includesIan Moffett
2025-04-18kernel/aarch64: Add missing machdep headersIan Moffett
2025-04-18Merge branch 'expt' into aarch64Ian Moffett
2025-04-18kernel: cons: Add console buffer frameworkIan Moffett
2025-04-18kernel: video: Add bpp field to fbdevIan Moffett
2025-04-17kernel: atoimc -> atomicIan Moffett
2025-04-17kernel/amd64: isa: Add i8042 keyboard supportIan Moffett
2025-04-17kernel/amd64: cpu: Add IRQ maskIan Moffett
2025-04-17kernel: synch: Add system-wide lockingIan Moffett
2025-04-17kernel: sched: Adjust default quantum to 500 usecIan Moffett
2025-04-17kernel/amd64: cdefs: Add more md_* macrosIan Moffett
2025-04-17kernel: Enable interrupts upon sched entryIan Moffett
2025-04-17kernel/amd64: isa: Add support for pcspkrIan Moffett
2025-04-17kernel: acpi: Add acpi_oemid()Ian Moffett
2025-04-17kernel: synch: Add lazy spinlock acquireIan Moffett
2025-04-16sys: atomic: Add atomic load/store operationsIan Moffett