aboutsummaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
2024-06-02kernel: ahci: Add SATA read/write supportIan Moffett
2024-06-02kernel: pci: Add PCI BAR mapping routineIan Moffett
2024-06-02kernel/amd64: bus: Add bus abstraction layerIan Moffett
2024-06-02kernel: ahci: Acquire global "io_lock" during cmdIan Moffett
2024-06-02kernel/amd64: pmap: Add helper to set cache policyIan Moffett
2024-05-31kernel: ic: Add initial AHCI driver codeIan Moffett
2024-05-28kernel: queue: Add missing header guardIan Moffett
2024-05-26kernel: Fixup logging to work with syslog changesIan Moffett
2024-05-26kernel/amd64: Support fetching time since startupIan Moffett
2024-05-25kernel: vm: Make vmobj ref start at zeroIan Moffett
2024-05-24kernel: vm: Make pmap_create_vas() return intIan Moffett
2024-05-24kernel: cpu: Add cpu_count() for reading 'ncpu'Ian Moffett
2024-05-23kernel: syslog: Add kernel message bufferIan Moffett
2024-05-23kernel/amd64: pmap: Add support for TLB shootdownsIan Moffett
2024-05-23kernel: intr: name -> sourceIan Moffett
2024-05-23kernel/amd64: lapic: Add IPI_SHORTHAND_NONEIan Moffett
2024-05-23kernel/amd64: pmap: Add pmap_init()Ian Moffett
2024-05-23kernel: procfs: Add support for /proc/interruptsIan Moffett
2024-05-23kernel: fs: Add procfs supportIan Moffett
2024-05-23kernel: vm: Add alloc and avl statsIan Moffett
2024-05-23kernel: vm: Keep track of vmobj countIan Moffett
2024-05-23kernel: vm: Add memory statsIan Moffett
2024-05-21kernel: devfs: Add support for close hookIan Moffett
2024-05-21kernel: vfs: Add support for close VOPIan Moffett
2024-05-21kernel: Initial sched rewriteIan Moffett
2024-05-19kernel: vfs: Add support for open hookIan Moffett
2024-05-19kernel: vfs: Cleanup sys/vfs.hIan Moffett
2024-05-19kernel: Add reboot() and reboot syscallIan Moffett
2024-05-19kernel: tty: Implement tty_ioctl()Ian Moffett
2024-05-19build: Export sys/tty.hIan Moffett
2024-05-18kernel: tty: Handle input processing betterIan Moffett
2024-05-18kernel: tty: Add tty_putstr()Ian Moffett
2024-05-18kernel: termios: Add ICANON flagIan Moffett
2024-05-16kernel: sched: Move loader code away from schedIan Moffett
2024-05-14kernel: machdep: Add machine_panic() + panic beepIan Moffett
2024-05-14kernel: isa: Add pcspkr supportIan Moffett
2024-05-14kernel: i8254: Add channel 2 port defineIan Moffett
2024-05-14kernel: tty: Add tty_attach()Ian Moffett
2024-05-12kernel/amd64: isa: Add i8042 driverIan Moffett
2024-05-12kernel: tty: Add initial TTY codeIan Moffett
2024-05-12kernel: vcons: Don't touch termiosIan Moffett
2024-05-07kernel: pci: Add macros for fetching BAR baseIan Moffett
2024-05-02kernel: pci: Add more register definitionsIan Moffett
2024-04-30kernel: vm: Refactor map.hIan Moffett
2024-04-30kernel/amd64: machdep: Add cpu_halt_others()Ian Moffett
2024-04-28kernel/amd64: ioapic: Fix declarationsIan Moffett
2024-04-28kernel/amd64: ioapic: Add ioapic_set_vec()Ian Moffett
2024-04-28kernel: vfs: Pass source vnode to vfsops.init()Kaimakan71
2024-04-27kernel: vfs: Implement sys_mount()Kaimakan71
2024-04-26kernel: Add support for execv()Ian Moffett