index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-30
kernel: sched: Mark sched_enter() as __dead
Ian Moffett
2024-06-30
kernel: cdefs: Add __dead
Ian Moffett
2024-06-30
kernel/amd64: pmap: Add pmap_destroy_vas()
Ian Moffett
2024-06-29
kernel/amd64: lapic: Improve accuracy of comment
Ian Moffett
2024-06-29
kernel/amd64: lapic: Add support for IPIs
Ian Moffett
2024-06-29
kernel: elf: Cleanup error handling
Ian Moffett
2024-06-29
kernel/amd64: proc: Update outdated comment
Ian Moffett
2024-06-29
kernel: elf: Fix memory leak
Ian Moffett
2024-06-29
kernel: elf: nd.vp -> vp
Ian Moffett
2024-06-28
kernel: fork: Ensure 'newproc' is zeroed
Ian Moffett
2024-06-28
kernel: elf: Add ELF64 loader
Ian Moffett
2024-06-28
kernel: Add sys/elf.h
Ian Moffett
2024-06-28
kernel: vfs: Add vnode refcount
Ian Moffett
2024-06-28
kernel: vfs: Don't destroy vnode if error
Ian Moffett
2024-06-28
kernel/amd64: Focus md_td_init() to fork MD code
Ian Moffett
2024-06-28
kernel/amd64: Make splraise() return previous IPL
Ian Moffett
2024-06-28
kernel/amd64: Convert kernel stack base to vaddr
Ian Moffett
2024-06-25
kernel: initramfs: Implement getattr vop
Ian Moffett
2024-06-25
kernel: vfs: Add getattr vop
Ian Moffett
2024-06-25
kernel: vfs: Keep style consistent
Ian Moffett
2024-06-25
kernel: initramfs: Fix dangling pointer
Ian Moffett
2024-06-25
kernel: sched: Remove "TODO" from sched_switch()
Ian Moffett
2024-06-25
build: Add 'cross' target
Ian Moffett
2024-06-25
build: /bin/sh -> bin/bash
Ian Moffett
2024-06-24
Add README.md
Ian Moffett
2024-06-24
Import hyra expt
Ian Moffett
2024-06-24
Clean out for expt
Ian Moffett
2024-06-23
kernel: Init proc0
Ian Moffett
2024-06-23
kernel: Add fork1()
Ian Moffett
2024-06-23
kernel/amd64: Add machdep thread init function
Ian Moffett
2024-06-23
kernel: sched: Add PCB and context switching
Ian Moffett
2024-06-23
kernel/amd64: gdt: Add user CS/DS defines
Ian Moffett
2024-06-23
kernel/amd64: pmap: Add function to create new VAS
Ian Moffett
2024-06-23
kernel: vm: Add g_kvas for kernel VAS
Ian Moffett
2024-06-21
kernel: cdefs: Fixup comment
Ian Moffett
2024-06-20
kernel/amd64: intr: Add splraise/splx support
Ian Moffett
2024-06-20
kernel: queue: Add sys/queue.h
Ian Moffett
2024-06-19
kernel: Add initramfs and initial VFS code
Ian Moffett
2024-06-19
kernel: lib: Add strncmp()
Ian Moffett
2024-06-19
kernel: types: Add mode_t
Ian Moffett
2024-06-13
kernel: string: Add strcmp()
Ian Moffett
2024-06-13
kernel/amd64: pmap: Fixup and improve consistency
Ian Moffett
2024-06-11
kernel: Add sys/atomic.h
Ian Moffett
2024-06-11
kernel: types: Add off_t
Ian Moffett
2024-06-10
kernel: vm: Add initial code for MI layer
Ian Moffett
2024-06-09
kernel/amd64: pmap: Add initial pmap code
Ian Moffett
2024-06-09
kernel: types: Add paddr_t and vaddr_t
Ian Moffett
2024-06-09
kernel: param: Expand supported bit width
Ian Moffett
2024-06-09
kernel: cdefs: Cleanup comment
Ian Moffett
2024-06-08
kernel/amd64: Prepare for scheduler
Ian Moffett
[prev]
[next]