aboutsummaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
42 hourskernel: Add compat headersIan Moffett
42 hourskernel: lib: Add memmove()Ian Moffett
45 hourskernel: sched: Add sched_detach()Ian Moffett
3 dayskernel: cons: Add lock to console bufferIan Moffett
3 dayskernel/amd64: trap: Clear interrupts on trap entryIan Moffett
3 dayskernel: Add cpu_halt_others() and harden panic()Ian Moffett
3 dayskernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
3 dayskernel: proc: Handle parent exitIan Moffett
4 dayskernel: proc: Do not introduce fork()Ian Moffett
5 dayskernel: syscall: Check for _OLIBC or _KERNELIan Moffett
5 dayskernel: mach: Add TF_IP() macroIan Moffett
5 dayskernel: ahci: Add /ctl/sdx/bsize control fileIan Moffett
5 dayskernel: ahci: Include sys/device.hIan Moffett
5 dayskernel: ctlfs: Include sys/sio.hIan Moffett
6 dayskernel: fs: Introduce ctlfsIan Moffett
10 dayskernel: ahci: Store major in HBA descriptorIan Moffett
10 dayskernel: ahci: Handle AHCI interface/HBA errorsIan Moffett
10 dayskernel: ahci: Define ATA identity structureIan Moffett
10 dayskernel: ahci: Detect staggered spin upIan Moffett
10 dayskernel: ahci: Add command table + PRD definitionIan Moffett
12 dayskernel: ahci: Initialize each HBA portIan Moffett
12 dayskernel: ahci: Split CLB/FB into lower/upper bitsIan Moffett
12 dayskernel: ahci: Add basic AHCI constantsIan Moffett
12 dayskernel: achi: Define command header and H2D FISIan Moffett
12 dayskernel: ahci: Implement initial HBA port logicIan Moffett
12 dayssys: Add popcnt() implementationIan Moffett
13 dayskernel/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
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
2025-04-15kernel: sched: Run oneshots foreverIan Moffett
2025-04-15kernel: Add per-arch cdefs.hIan Moffett
2025-04-13Merge branch 'expt' into aarch64Ian Moffett
2025-04-12kernel: rt8139: Add initial implIan Moffett