index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
28 hours
kernel: Introduce initial VSR impl
Ian Moffett
28 hours
kernel: lib: Add strdup() to string.h
Ian Moffett
33 hours
kernel: termios: Add c_oflag bit defines
Ian Moffett
33 hours
kernel: termios: Add compatibility flags
Ian Moffett
33 hours
kernel: cons: Create seperate 'scr' var for root
Ian Moffett
39 hours
kernel: signal: Add SIGTERM
Ian Moffett
2 days
kernel: accnt: Report how many cores are halted
Ian Moffett
2 days
kernel/amd64: Keep track of which cores are online
Ian Moffett
2 days
kernel/amd64: cdefs: Remove unused include
Ian Moffett
3 days
sys: queue: Include user headers ifndef _KERNEL
Ian Moffett
6 days
kernel: tmpfs: Fixup real_size computation
Ian Moffett
6 days
kernel: subr: Check uaddr against mmap ledger
Ian Moffett
6 days
build: Remove 'BLACKLIST'
Ian Moffett
8 days
kernel: kconf: Seperate shared options to sys/conf
Ian Moffett
9 days
kernel/amd64: mp: Pin one idle thread to each core
Ian Moffett
10 days
kernel: sched: Add support for CPU pinning
Ian Moffett
10 days
kernel: spawn: Deprecate SPAWN_WAIT
Ian Moffett
10 days
lib: libc: Add waitpid()
Ian Moffett
10 days
kernel: spawn: Add waitpid()
Ian Moffett
10 days
kernel/amd64: Set up seperate syscall stack
Ian Moffett
10 days
kernel: exit: Reassign children to init on exit
Ian Moffett
10 days
kernel: init_main: Store 'init' as g_init
Ian Moffett
10 days
kernel: spawn: Continue if procp NULL
Ian Moffett
10 days
kernel: accnt: Keep track of per-cpu stats
Ian Moffett
10 days
kernel: Sort out switch MI/MD switch logic
Ian Moffett
10 days
kernel: Move 'g_nthreads' to kern_accnt.c
Ian Moffett
10 days
kernel: Add initial accounting logic
Ian Moffett
10 days
kernel: proc: Decrement proc count on exit
Ian Moffett
10 days
sys: atomic: Add 64-bit operations
Ian Moffett
11 days
kernel: filedesc: Ensure 'fd' is valid during r/w
Ian Moffett
11 days
kernel: et131x: Initialize internal RX/TX buffers
Ian Moffett
11 days
kernel: et131x: Disable loopbacks and watchdog
Ian Moffett
12 days
kernel: Add initial MII register defs
Ian Moffett
12 days
kernel: et131x: Add initial MAC initialization
Ian Moffett
12 days
kernel: et131x: Create netcard state struct
Ian Moffett
13 days
kernel: phy: Give more control over LED state
Ian Moffett
13 days
kernel: phy: Add initial et131x sources
Ian Moffett
13 days
kernel/amd64: Track interrupt count
Ian Moffett
14 days
kernel/amd64: Get CPU family + model
Ian Moffett
14 days
kernel/amd64: cpu_check_feat() -> cpu_get_info()
Ian Moffett
14 days
kernel/amd64: Add I8042_POLL kconf(9) option
Ian Moffett
2025-07-13
kernel: Move crypto specifics to sys/crypto/*
Ian Moffett
2025-07-13
kernel: sched: Ensure 'ci' is not NULL
Ian Moffett
2025-07-13
kernel: exit: Detach console on exit
Ian Moffett
2025-07-13
kernel: time: Leave interrupts be on sleep
Ian Moffett
2025-07-13
kernel/amd64: Return NULL if IA32_GS_BASE is unset
Ian Moffett
2025-07-13
kernel: Avoid using kprintf() during panic
Ian Moffett
2025-07-13
kernel: Make panic screen configurable
Ian Moffett
2025-07-11
kernel: limits: Add NAME_MAX
Ian Moffett
2025-07-11
kernel: vnode: Refactor definitions
Ian Moffett
[next]