summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
5 dayskernel: fbdev: Add /dev/fb0 char deviceIan Moffett
5 dayskernel: vm: Add initial device pager implIan Moffett
5 dayskernel: vfs: Store device major/minor in vnodeIan Moffett
5 dayskernel: device: Add mmap() hook for cdevswIan Moffett
6 dayskernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
6 dayskernel/amd64: Add support for TLB shootdownsIan Moffett
6 dayskernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
6 dayskernel/amd64: mp: Keep track of CPUs by indexIan Moffett
7 dayskernel: spawn: Add support for SPAWN_WAIT flagIan Moffett
7 dayskernel: proc: Add proc_reap() for zombies, etcIan Moffett
7 dayskernel: proc: Add PROC_SLEEP to pause threadsIan Moffett
7 dayskernel: sched: Add sched_switch_to()Ian Moffett
7 dayskernel: proc: `spawn_data' -> `data'Ian Moffett
8 dayskernel: drivers: Add missing whitespaceIan Moffett
9 dayskernel/amd64: hpet: Add hpet_time_nsec()Ian Moffett
10 dayskernel: drivers: Add DRIVER_DEFER() macroIan Moffett
10 dayskernel: syslog: Handle userspace kmsg loggingIan Moffett
10 dayskernel: proc: Store kernel thread flag in `proc'Ian Moffett
10 dayskernel: exit: Handle killings of kernel threadsIan Moffett
11 dayskernel: disklabel: Improve clarityIan Moffett
11 dayskernel: Add initial installer implIan Moffett
11 dayskernel: Add md_halt()Ian Moffett
12 dayssys: Add initial sys/disklabel.hIan Moffett
12 dayssys: cdefs: Add __used attributeIan Moffett
12 dayskernel: devfs: Add callback to request block sizeIan Moffett
12 dayskernel: ahci: Detect max SATA sector countIan Moffett
13 dayskernel: devfs: Detect block devicesIan Moffett
2025-05-22kernel: Optimize console & loggingQuinn Stephens
2025-05-22kernel: ahci: Create a DCDR per HBA deviceIan Moffett
2025-05-22kernel/amd64: Improve GDT implementationQuinn Stephens
2025-05-21kernel: 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