summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
3 dayskernel: pci: Add support for PCI ExpressIan Moffett
4 dayskernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
4 dayskernel: Deprecate kern_instl for /usr/sbin/installIan Moffett
4 dayskernel: syscall: Add SYS_lseekIan Moffett
4 dayskernel: filedesc: Add fd_seek() as kernel lseek()Ian Moffett
4 dayskernel: filedesc: Add _KERNEL guardIan Moffett
4 dayskernel: ahci: Fix issue of undetectable devicesIan Moffett
4 dayskernel: ahci: Improve port reset logicIan Moffett
5 dayskernel/amd64: bus: Make MMIO_OFFSET same as HDDMIan Moffett
5 dayskernel: cons: Make ANSI_BLUE a darker shadeIan Moffett
5 dayskernel: vfs: Add SYS_access syscallIan Moffett
6 daysusr: libc: Add stat() in sys/stat.hIan Moffett
6 dayskernel: proc: Make per-process flags volatileIan Moffett
6 dayskernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
8 dayskernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
8 dayskernel: Add sys/time.hIan Moffett
9 dayskernel: cons: Add initial ANSI escape seq implIan Moffett
9 dayskernel: cons: Add color attribute helpersIan Moffett
12 dayskernel: video: Add /ctl/fb0/attrIan Moffett
12 dayskernel: device: Harden cdev mmap() bounds checksIan Moffett
12 dayskernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
12 dayskernel: vm: Prepare for user mmap() interfaceIan Moffett
13 dayskernel: fbdev: Add /dev/fb0 char deviceIan Moffett
13 dayskernel: vm: Add initial device pager implIan Moffett
13 dayskernel: vfs: Store device major/minor in vnodeIan Moffett
13 dayskernel: device: Add mmap() hook for cdevswIan Moffett
14 dayskernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
14 dayskernel/amd64: Add support for TLB shootdownsIan Moffett
14 dayskernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
14 dayskernel/amd64: mp: Keep track of CPUs by indexIan Moffett
2025-05-31kernel: spawn: Add support for SPAWN_WAIT flagIan Moffett
2025-05-31kernel: proc: Add proc_reap() for zombies, etcIan Moffett
2025-05-31kernel: proc: Add PROC_SLEEP to pause threadsIan Moffett
2025-05-31kernel: sched: Add sched_switch_to()Ian Moffett
2025-05-31kernel: proc: `spawn_data' -> `data'Ian Moffett
2025-05-30kernel: drivers: Add missing whitespaceIan Moffett
2025-05-29kernel/amd64: hpet: Add hpet_time_nsec()Ian Moffett
2025-05-28kernel: drivers: Add DRIVER_DEFER() macroIan Moffett
2025-05-28kernel: syslog: Handle userspace kmsg loggingIan Moffett
2025-05-28kernel: proc: Store kernel thread flag in `proc'Ian Moffett
2025-05-28kernel: exit: Handle killings of kernel threadsIan Moffett
2025-05-27kernel: disklabel: Improve clarityIan Moffett
2025-05-27kernel: Add initial installer implIan Moffett
2025-05-27kernel: Add md_halt()Ian Moffett
2025-05-27sys: Add initial sys/disklabel.hIan Moffett
2025-05-26sys: cdefs: Add __used attributeIan Moffett
2025-05-26kernel: devfs: Add callback to request block sizeIan Moffett
2025-05-26kernel: ahci: Detect max SATA sector countIan Moffett
2025-05-26kernel: devfs: Detect block devicesIan Moffett
2025-05-22kernel: Optimize console & loggingQuinn Stephens