summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-17kern/amd64: Implement syscall domains and windowsIan Moffett
2025-09-17kern: Add syscall entry and SYS_exit syscallIan Moffett
2025-09-17sys: proc: Wrap structures in _KERNEL guardIan Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern/amd64: mmu: Add mmu_free_vas() to cleanup VASIan Moffett
2025-09-17sys: proc: Add docs for extra proc fieldsIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-17kern/amd64: cpu: Add process load balancingIan Moffett
2025-09-17sys: cpuvar: Mark machine dependent routines as MDIan Moffett
2025-09-17kern: init: Add L5 bootup logoIan Moffett
2025-09-17kern/amd64: mp: Add cpu_get() routineIan Moffett
2025-09-16kern/amd64: mdcpu: Document GDT fields in mdcoreIan Moffett
2025-09-16kern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kern/amd64: Add 'curproc' field to 'pcore'Ian Moffett
2025-09-16kern/amd64: proc: Store trapframe in PCBIan Moffett
2025-09-16kern: vm: Implement lazy allocation for vm_map()Ian Moffett
2025-09-16kern/amd64: mmu: Add routine to switch VASIan Moffett
2025-09-16kern: Add initial ELF loader sourcesIan Moffett
2025-09-16sys: Add sys/elf.hIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett
2025-09-16kern/amd64: mmu: Add mmu_new_vas() routineIan Moffett
2025-09-16sys: Add sys/atomic.hIan Moffett
2025-09-15sys: mman: Add PROT_USER flagIan Moffett
2025-09-15kern: os: Introduce support for OMAR initramfsIan Moffett
2025-09-15kern: vm: Add MI vm_map() functionIan Moffett
2025-09-15kern/amd64: cpu: Add initial SMP startup codeIan Moffett
2025-09-15sys: limits: Add CPU_MAX limitIan Moffett
2025-09-15kern: Add initial scheduler skeletonIan Moffett
2025-09-15sys: Add sys/queue.hIan Moffett
2025-09-15kern/amd64: lapic: Add LAPIC timer supportIan Moffett
2025-09-15kern/amd64: intel: Add i8254 PIT driverIan Moffett
2025-09-15kernel/amd64: Add task state segment logicIan Moffett
2025-09-15kern/amd64: lapic: Initialize percore Local APICIan Moffett
2025-09-15kernel/amd64: Move ioapic_read_madt() to acpi_subrIan Moffett
2025-09-15kern/amd64: ioapic: Add IRQ to vector routingIan Moffett
2025-09-15kern/amd64: Add I/O APIC initialization codeIan Moffett
2025-09-15kern: Add sys/mmio.hIan Moffett
2025-09-15kern: Initialize ACPI early on during bootIan Moffett
2025-09-15kern: Add initial ACPI implIan Moffett
2025-09-15kern: acpi: Add ACPI table definitionsIan Moffett
2025-09-15kern/amd64: boot: Disable the i8259 chip on bootIan Moffett
2025-09-15kern/amd64: Add exception handlersIan Moffett
2025-09-15kern: Add traprame related MD headersIan Moffett
2025-09-15kern/amd64: Add interrupt descriptor table coreIan Moffett
2025-09-15sys: Add sys/ascii.hIan Moffett
2025-09-15kern: cons: Finish string writing logicIan Moffett
2025-09-15sys: syslog: Wrap routines in _KERNEL guardIan Moffett
2025-09-15kern: cons: Add console string writing routineIan Moffett