index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
include
Age
Commit message (
Expand
)
Author
2024-05-23
kernel: fs: Add procfs support
Ian Moffett
2024-05-23
kernel: vm: Add alloc and avl stats
Ian Moffett
2024-05-23
kernel: vm: Keep track of vmobj count
Ian Moffett
2024-05-23
kernel: vm: Add memory stats
Ian Moffett
2024-05-21
kernel: devfs: Add support for close hook
Ian Moffett
2024-05-21
kernel: vfs: Add support for close VOP
Ian Moffett
2024-05-21
kernel: Initial sched rewrite
Ian Moffett
2024-05-19
kernel: vfs: Add support for open hook
Ian Moffett
2024-05-19
kernel: vfs: Cleanup sys/vfs.h
Ian Moffett
2024-05-19
kernel: Add reboot() and reboot syscall
Ian Moffett
2024-05-19
kernel: tty: Implement tty_ioctl()
Ian Moffett
2024-05-19
build: Export sys/tty.h
Ian Moffett
2024-05-18
kernel: tty: Handle input processing better
Ian Moffett
2024-05-18
kernel: tty: Add tty_putstr()
Ian Moffett
2024-05-18
kernel: termios: Add ICANON flag
Ian Moffett
2024-05-16
kernel: sched: Move loader code away from sched
Ian Moffett
2024-05-14
kernel: machdep: Add machine_panic() + panic beep
Ian Moffett
2024-05-14
kernel: isa: Add pcspkr support
Ian Moffett
2024-05-14
kernel: i8254: Add channel 2 port define
Ian Moffett
2024-05-14
kernel: tty: Add tty_attach()
Ian Moffett
2024-05-12
kernel/amd64: isa: Add i8042 driver
Ian Moffett
2024-05-12
kernel: tty: Add initial TTY code
Ian Moffett
2024-05-12
kernel: vcons: Don't touch termios
Ian Moffett
2024-05-07
kernel: pci: Add macros for fetching BAR base
Ian Moffett
2024-05-02
kernel: pci: Add more register definitions
Ian Moffett
2024-04-30
kernel: vm: Refactor map.h
Ian Moffett
2024-04-30
kernel/amd64: machdep: Add cpu_halt_others()
Ian Moffett
2024-04-28
kernel/amd64: ioapic: Fix declarations
Ian Moffett
2024-04-28
kernel/amd64: ioapic: Add ioapic_set_vec()
Ian Moffett
2024-04-28
kernel: vfs: Pass source vnode to vfsops.init()
Kaimakan71
2024-04-27
kernel: vfs: Implement sys_mount()
Kaimakan71
2024-04-26
kernel: Add support for execv()
Ian Moffett
2024-04-26
kernel: sched: Expose sched_init_stack()
Ian Moffett
2024-04-26
kernel/amd64: frame: Add additional helpers
Ian Moffett
2024-04-26
kernel: sched: Move sched stack macros to sched.h
Ian Moffett
2024-04-26
kernel: cdefs: Add __likely() and __unlikely()
Ian Moffett
2024-04-26
kernel: sched: Move sys_exit() from kern_syscall.c
Ian Moffett
2024-04-26
kernel: Implement basic loader_unload()
Ian Moffett
2024-04-26
kernel: filedesc: Use mutex instead of spinlock
Ian Moffett
2024-04-26
kernel: Add support for mutex locks
Ian Moffett
2024-04-26
kernel: sched: Add support for early preemption
Ian Moffett
2024-04-25
kernel: sched: Use exec_args for argp, envp, etc
Ian Moffett
2024-04-25
kernel: termios: Include stdint.h if not kernel
Ian Moffett
2024-04-24
kernel: fbdev: Move ioctl stuff to sys/fbdev.h
Ian Moffett
2024-04-24
kernel: signal: Include sys/proc.h only in kernel
Ian Moffett
2024-04-24
kernel: fbdev: Add framebuffer ioctl
Ian Moffett
2024-04-24
kernel: Add ioctl support
Ian Moffett
2024-04-24
kernel: device: Replace DEVICE_ALLOC()
Ian Moffett
2024-04-22
kernel: auxv: Add AT_PAGESIZE
Ian Moffett
2024-04-20
kernel: vm: Add initial demand paging support
Ian Moffett
[next]