aboutsummaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
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
2024-04-26kernel: sched: Expose sched_init_stack()Ian Moffett
2024-04-26kernel/amd64: frame: Add additional helpersIan Moffett
2024-04-26kernel: sched: Move sched stack macros to sched.hIan Moffett
2024-04-26kernel: cdefs: Add __likely() and __unlikely()Ian Moffett
2024-04-26kernel: sched: Move sys_exit() from kern_syscall.cIan Moffett
2024-04-26kernel: Implement basic loader_unload()Ian Moffett
2024-04-26kernel: filedesc: Use mutex instead of spinlockIan Moffett
2024-04-26kernel: Add support for mutex locksIan Moffett
2024-04-26kernel: sched: Add support for early preemptionIan Moffett
2024-04-25kernel: sched: Use exec_args for argp, envp, etcIan Moffett
2024-04-25kernel: termios: Include stdint.h if not kernelIan Moffett
2024-04-24kernel: fbdev: Move ioctl stuff to sys/fbdev.hIan Moffett
2024-04-24kernel: signal: Include sys/proc.h only in kernelIan Moffett
2024-04-24kernel: fbdev: Add framebuffer ioctlIan Moffett
2024-04-24kernel: Add ioctl supportIan Moffett
2024-04-24kernel: device: Replace DEVICE_ALLOC()Ian Moffett
2024-04-22kernel: auxv: Add AT_PAGESIZEIan Moffett
2024-04-20kernel: vm: Add initial demand paging supportIan Moffett
2024-04-20kernel: vm: Add vm_object refcountIan Moffett
2024-04-19kernel: vm: Document vm_object fieldsIan Moffett
2024-04-18kernel: filedesc: Handle multiple oflag bitsIan Moffett
2024-04-18kernel: vm: Add device pagerIan Moffett
2024-04-18kernel: devfs: Add devfs_get_dev()Ian Moffett
2024-04-18kernel: devfs: Rename devfs_add_blkdev()Ian Moffett
2024-04-17kernel: vm: Add vnode pagerIan Moffett