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
Age
Commit message (
Expand
)
Author
2024-03-01
kernel: mount: Update sys/mount.h
Ian Moffett
2024-03-01
kernel: vfs: Add wrappers over VFS operations
Ian Moffett
2024-03-01
kernel: initramfs: Add support with VFS + USTAR
Ian Moffett
2024-03-01
kernel: vfs_init: Add root vnode
Ian Moffett
2024-03-01
kernel: vfs_mount: Allocate vnode per mountpoint
Ian Moffett
2024-03-01
kernel/amd64: vfs_subr: Add path parsing helper
Ian Moffett
2024-03-01
kernel: vfs_subr: Add '.' to valid path chars
Ian Moffett
2024-03-01
kernel: vfs: Update vnode structure
Ian Moffett
2024-03-01
kernel: vfs: Remove useless structure
Ian Moffett
2024-03-01
kernel: vfs: Return -1 on vfs_hash_path() failure
Ian Moffett
2024-03-01
kernel: vfs_init: Make "filesystems" static
Ian Moffett
2024-03-01
kernel: vfs: Simplify mounting logic
Ian Moffett
2024-03-01
kernel: vfs: Fix logic bug in vfs_hash_path()
Ian Moffett
2024-02-29
kernel/amd64: frame: Add missing include
Ian Moffett
2024-02-29
kernel/amd64: trap: Simplify trap_print() logic
Ian Moffett
2024-02-29
kernel/amd64: machdep: Add wrappers over CLI/STI
Ian Moffett
2024-02-29
kernel/amd64: pmap: Add user pte flag
Ian Moffett
2024-02-29
kernel/amd64: pmap: Add routine to switch vas
Ian Moffett
2024-02-29
kernel/amd64: pmap: Fix calculation of indices
Ian Moffett
2024-02-29
kernel/amd64: pmap: Allocate new pmap if needed
Ian Moffett
2024-02-29
kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()
Ian Moffett
2024-02-29
kernel: vm: Add more documentation
Ian Moffett
2024-02-29
kernel/amd64: tss: Allocate stack for RSP0
Ian Moffett
2024-02-29
kernel: vfs_subr: Update comment
Ian Moffett
2024-02-28
kernel: vfs_cache: Fix type bug
Ian Moffett
2024-02-28
kernel: vfs: Move mountlist_entry to vfs_cache.c
Ian Moffett
2024-02-28
kernel: vfs: Do not leak memory
Ian Moffett
2024-02-28
kernel: vfs: Add more documentation
Ian Moffett
2024-02-28
kernel: Add ksyms.h
Ian Moffett
2024-02-28
kernel: Add initial VFS implementation
Ian Moffett
2024-02-28
kernel: errno: Update errno.h
Ian Moffett
2024-02-26
kernel: Add initial ELF loader implementation
Ian Moffett
2024-02-26
kernel: pmap: Use PROT_ instead of PMAP_ prefix
Ian Moffett
2024-02-26
kernel: Add elf.h
Ian Moffett
2024-02-26
kernel: sched: Fix mistake in context switch code
Ian Moffett
2024-02-26
kernel: Add strcmp()
Ian Moffett
2024-02-26
kernel/amd64: pmap: Add support for creating VAS
Ian Moffett
2024-02-26
kernel/amd64: Drop 'asm' directory
Ian Moffett
2024-02-26
kernel/amd64: sched: Send EOI after context switch
Ian Moffett
2024-02-26
kernel/amd64: cpu_mp: Allow single core processing
Ian Moffett
2024-02-26
kernel/amd64: lapic: Add support for sending EOIs
Ian Moffett
2024-02-26
kernel: Remove tty_init() calls
Ian Moffett
2024-02-26
kernel: sched: Fix broken preemptions
Ian Moffett
2024-02-26
kernel: sched: Fix PID allocation logic
Ian Moffett
2024-02-26
kernel: sched: Create schedvar.h
Ian Moffett
2024-02-26
kernel: vcons: Add missing PIX_BOUNDS_MAX_*
Ian Moffett
2024-02-25
kernel: vcons: Add more documentation
Ian Moffett
2024-02-25
kernel/amd64: spectre: Refactor
Ian Moffett
2024-02-25
kernel/amd64: machdep: Refactor
Ian Moffett
2024-02-25
kernel: vcons: Add cursor support
Ian Moffett
[next]