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
6 days
kernel: proc: Add proc_reap() for zombies, etc
Ian Moffett
6 days
kernel: proc: Add PROC_SLEEP to pause threads
Ian Moffett
6 days
kernel: sched: Add sched_switch_to()
Ian Moffett
6 days
kernel: proc: `spawn_data' -> `data'
Ian Moffett
7 days
kernel: drivers: Add missing whitespace
Ian Moffett
8 days
kernel/amd64: hpet: Add hpet_time_nsec()
Ian Moffett
8 days
kernel: drivers: Add DRIVER_DEFER() macro
Ian Moffett
8 days
kernel: syslog: Handle userspace kmsg logging
Ian Moffett
8 days
kernel: proc: Store kernel thread flag in `proc'
Ian Moffett
8 days
kernel: exit: Handle killings of kernel threads
Ian Moffett
10 days
kernel: disklabel: Improve clarity
Ian Moffett
10 days
kernel: Add initial installer impl
Ian Moffett
10 days
kernel: Add md_halt()
Ian Moffett
10 days
sys: Add initial sys/disklabel.h
Ian Moffett
11 days
sys: cdefs: Add __used attribute
Ian Moffett
11 days
kernel: devfs: Add callback to request block size
Ian Moffett
11 days
kernel: ahci: Detect max SATA sector count
Ian Moffett
11 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
2025-05-15
kernel: syscall: Check for _OLIBC or _KERNEL
Ian Moffett
2025-05-14
kernel: mach: Add TF_IP() macro
Ian Moffett
2025-05-14
kernel: ahci: Add /ctl/sdx/bsize control file
Ian Moffett
2025-05-14
kernel: ahci: Include sys/device.h
Ian Moffett
2025-05-14
kernel: ctlfs: Include sys/sio.h
Ian Moffett
2025-05-13
kernel: fs: Introduce ctlfs
Ian Moffett
2025-05-10
kernel: ahci: Store major in HBA descriptor
Ian Moffett
2025-05-10
kernel: ahci: Handle AHCI interface/HBA errors
Ian Moffett
2025-05-09
kernel: ahci: Define ATA identity structure
Ian Moffett
[next]