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
Age
Commit message (
Expand
)
Author
2024-03-15
libc: Add size_t type
Ian Moffett
2024-03-15
libc: elf: Include correct header
Ian Moffett
2024-03-15
libc: Reimplement stdint.h
Ian Moffett
2024-03-15
libc: Add bits/_types.h
Ian Moffett
2024-03-15
kernel: Add basic file descriptor support
Ian Moffett
2024-03-15
kernel: sched: Use this_td() to get thread
Ian Moffett
2024-03-15
kernel: sched: Add routine to get current thread
Ian Moffett
2024-03-15
kernel: vfs: Implement vfs_path_to_node()
Ian Moffett
2024-03-15
kernel: vfs: Add fs capabilties
Ian Moffett
2024-03-15
kernel: vfs: Allow optional fs store within vnode
Ian Moffett
2024-03-15
kernel: initramfs: Fix vtype logic bug
Ian Moffett
2024-03-15
kernel: vfs: Fix typo in comment
Ian Moffett
2024-03-15
kernel: initramfs: Fix indent
Ian Moffett
2024-03-15
libc: stddef: Handle NULL for C++
Ian Moffett
2024-03-15
libc: exit: Use _Noreturn
Ian Moffett
2024-03-15
libc: Fix style
Ian Moffett
2024-03-15
libc: Add missing unistd.h header
Ian Moffett
2024-03-14
kernel: sched: Remove useless declaration
Ian Moffett
2024-03-14
build: Remove cross_file.txt
Ian Moffett
2024-03-14
libc: Remove crt-src
Ian Moffett
2024-03-14
kernel: sched: Rework sched_init()
Ian Moffett
2024-03-14
libc: Initial hyra libc commit
Ian Moffett
2024-03-14
build: Update .gitignore
Ian Moffett
2024-03-14
build: Update usr.sbin Makefiles
Ian Moffett
2024-03-14
build: LDSO -> override LDSO
Ian Moffett
2024-03-14
kernel: Add support for syscalls
Ian Moffett
2024-03-14
build: Cleanup Makefile.in user flags
Ian Moffett
2024-03-14
kernel: sched: Add exit routine
Ian Moffett
2024-03-14
kernel/amd64: pmap: Add pmap_free_vas()
Ian Moffett
2024-03-14
kernel: sched: Keep track of stack and privilege
Ian Moffett
2024-03-14
kernel: vm: Add routine to get kernel vas
Ian Moffett
2024-03-13
man: arch(9): Document processor_free_pcb()
Ian Moffett
2024-03-13
kernel/amd64: machdep: Add processor_free_pcb()
Ian Moffett
2024-03-13
kernel/amd64: machdep: Check for NULL instead of 0
Ian Moffett
2024-03-13
man: arch(9): Document process control block
Ian Moffett
2024-03-13
man: pmap(9): Fix formatting
Ian Moffett
2024-03-13
man: pmap(9): Update prot define names
Ian Moffett
2024-03-13
kernel/amd64: machdep: Add context switch helper
Ian Moffett
2024-03-13
kernel/amd64: machdep: Add pcb init code
Ian Moffett
2024-03-13
kernel: proc: Add Process Control Block structure
Ian Moffett
2024-03-13
kernel/amd64: machdep: Remove extra whitespace
Ian Moffett
2024-03-13
kernel/amd64: trap: Update panic message
Ian Moffett
2024-03-13
kernel/amd64: cpu: Add fxsave/fxrstor helpers
Ian Moffett
2024-03-13
kernel/amd64: spectre: Log only once
Ian Moffett
2024-03-13
kernel: sched: Improve stack init code
Ian Moffett
2024-03-13
kernel/amd64: machdep: Fix typo
Ian Moffett
2024-03-11
kernel/amd64: machdep: Enable SSE/SSE2 per core
Ian Moffett
2024-03-11
kernel/amd64: Add control register r/w helpers
Ian Moffett
2024-03-10
kernel: loader: Cleanup
Ian Moffett
2024-03-10
kernel/amd64: trap: Add stack-segment fault ISR
Ian Moffett
[next]