index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
include
Age
Commit message (
Expand
)
Author
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
2024-04-20
kernel: vm: Add vm_object refcount
Ian Moffett
2024-04-19
kernel: vm: Document vm_object fields
Ian Moffett
2024-04-18
kernel: filedesc: Handle multiple oflag bits
Ian Moffett
2024-04-18
kernel: vm: Add device pager
Ian Moffett
2024-04-18
kernel: devfs: Add devfs_get_dev()
Ian Moffett
2024-04-18
kernel: devfs: Rename devfs_add_blkdev()
Ian Moffett
2024-04-17
kernel: vm: Add vnode pager
Ian Moffett
2024-04-17
kernel: vfs_subr: Add vfs_write()
Ian Moffett
2024-04-16
kernel: vm_map: Add mmap() and munmap()
Ian Moffett
2024-04-10
kernel: create_dev() -> device_create()
Ian Moffett
2024-04-10
kernel: Get rid of invalid_uaddr()
Ian Moffett
2024-04-10
kernel: signals: Add initial signal implementation
Ian Moffett
2024-04-10
kernel: proc: Add lock to 'proc' structure
Ian Moffett
2024-04-10
kernel: fs: Add devfs
Ian Moffett
2024-04-10
kernel: Add dev_t
Ian Moffett
2024-04-09
kernel: vfs_mount: Fix mount code
Ian Moffett
2024-04-09
kernel: mount: Make MNT_RDONLY 0x00000001
Ian Moffett
2024-04-09
kernel/amd64: Add backtrace support for panic()
Ian Moffett
2024-04-08
kernel: nvme: Move defines to nvmevar.h
Ian Moffett
2024-04-08
kernel: nvme: Add drive read/write support
Ian Moffett
2024-04-08
kernel: Add device descriptors
Ian Moffett
2024-04-06
kernel: mmio: Make 'addr' volatile
Ian Moffett
2024-04-05
kernel: xhci: Add xhci_init_evring()
Ian Moffett
2024-04-05
kernel: xhci: Fix xhci_evring_segment structure
Ian Moffett
2024-04-05
kernel: xhci: Add TRB types
Ian Moffett
[next]