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
/
include
Age
Commit message (
Expand
)
Author
5 days
kernel: fbdev: Add /dev/fb0 char device
Ian Moffett
5 days
kernel: vm: Add initial device pager impl
Ian Moffett
5 days
kernel: vfs: Store device major/minor in vnode
Ian Moffett
5 days
kernel: device: Add mmap() hook for cdevsw
Ian Moffett
5 days
kernel/amd64: pmap: Add PTE dirty bit handling
Ian Moffett
6 days
kernel/amd64: Add support for TLB shootdowns
Ian Moffett
6 days
kernel/amd64: cdefs: Add __invlpg() asm wrapper
Ian Moffett
6 days
kernel/amd64: mp: Keep track of CPUs by index
Ian Moffett
7 days
kernel: spawn: Add support for SPAWN_WAIT flag
Ian Moffett
7 days
kernel: proc: Add proc_reap() for zombies, etc
Ian Moffett
7 days
kernel: proc: Add PROC_SLEEP to pause threads
Ian Moffett
7 days
kernel: sched: Add sched_switch_to()
Ian Moffett
7 days
kernel: proc: `spawn_data' -> `data'
Ian Moffett
8 days
kernel: drivers: Add missing whitespace
Ian Moffett
9 days
kernel/amd64: hpet: Add hpet_time_nsec()
Ian Moffett
9 days
kernel: drivers: Add DRIVER_DEFER() macro
Ian Moffett
9 days
kernel: syslog: Handle userspace kmsg logging
Ian Moffett
9 days
kernel: proc: Store kernel thread flag in `proc'
Ian Moffett
9 days
kernel: exit: Handle killings of kernel threads
Ian Moffett
11 days
kernel: disklabel: Improve clarity
Ian Moffett
11 days
kernel: Add initial installer impl
Ian Moffett
11 days
kernel: Add md_halt()
Ian Moffett
11 days
sys: Add initial sys/disklabel.h
Ian Moffett
12 days
sys: cdefs: Add __used attribute
Ian Moffett
12 days
kernel: devfs: Add callback to request block size
Ian Moffett
12 days
kernel: ahci: Detect max SATA sector count
Ian Moffett
12 days
kernel: devfs: Detect block devices
Ian Moffett
2025-05-22
kernel: Optimize console & logging
Quinn Stephens
2025-05-22
kernel: ahci: Create a DCDR per HBA device
Ian Moffett
2025-05-22
kernel/amd64: Improve GDT implementation
Quinn Stephens
2025-05-21
kernel: xhci: Add runtime register offset defines
Ian Moffett
2025-05-19
kernel/amd64: Deprecate intr_alloc_vector()
Ian Moffett
2025-05-19
kernel: syscall: Add SYS_reboot syscall
Ian Moffett
2025-05-19
kernel/amd64: Add reboot RESET and POWEROFF flags
Ian Moffett
2025-05-19
kernel: acpi: Add acpi_sleep()
Ian Moffett
2025-05-19
kernel: sched: Rewrite context switch logic
Ian Moffett
2025-05-17
kernel: acpi: Add uACPI port
Ian Moffett
2025-05-17
kernel: pci: Add pci_add_device()
Ian Moffett
2025-05-17
kernel: pci: Add segment field
Ian Moffett
2025-05-17
kernel: acpi: Add acpi_rsdp()
Ian Moffett
2025-05-17
kernel/amd64: ioapic: Do not include acpi/tables.h
Ian Moffett
2025-05-17
kernel: Add compat headers
Ian Moffett
2025-05-17
kernel: lib: Add memmove()
Ian Moffett
2025-05-17
kernel: sched: Add sched_detach()
Ian Moffett
2025-05-16
kernel: cons: Add lock to console buffer
Ian Moffett
2025-05-16
kernel/amd64: trap: Clear interrupts on trap entry
Ian Moffett
2025-05-16
kernel: Add cpu_halt_others() and harden panic()
Ian Moffett
2025-05-16
kernel: spawn: Add proper spawn impl + SYS_spawn
Ian Moffett
2025-05-16
kernel: proc: Handle parent exit
Ian Moffett
2025-05-15
kernel: proc: Do not introduce fork()
Ian Moffett
[next]