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
41 hours
kernel: cons: Clear entire screen on demand
Ian Moffett
43 hours
kernel: spawn: Add argv + stub envp arguments
Ian Moffett
43 hours
kernel/amd64: Return stack top after stack init
Ian Moffett
4 days
kernel: pci: Add support for PCI Express
Ian Moffett
4 days
kernel: pci: Add 'cam_hook' structure for PCI I/O
Ian Moffett
4 days
kernel: Deprecate kern_instl for /usr/sbin/install
Ian Moffett
4 days
kernel: syscall: Add SYS_lseek
Ian Moffett
4 days
kernel: filedesc: Add fd_seek() as kernel lseek()
Ian Moffett
4 days
kernel: filedesc: Add _KERNEL guard
Ian Moffett
5 days
kernel: ahci: Fix issue of undetectable devices
Ian Moffett
5 days
kernel: ahci: Improve port reset logic
Ian Moffett
6 days
kernel/amd64: bus: Make MMIO_OFFSET same as HDDM
Ian Moffett
6 days
kernel: cons: Make ANSI_BLUE a darker shade
Ian Moffett
6 days
kernel: vfs: Add SYS_access syscall
Ian Moffett
6 days
usr: libc: Add stat() in sys/stat.h
Ian Moffett
6 days
kernel: proc: Make per-process flags volatile
Ian Moffett
6 days
kernel: cons: Add ANSI cursor pos reset sequence
Ian Moffett
8 days
kernel: phy: Rename rtl8139 driver to rt81xx
Ian Moffett
8 days
kernel: Add sys/time.h
Ian Moffett
10 days
kernel: cons: Add initial ANSI escape seq impl
Ian Moffett
10 days
kernel: cons: Add color attribute helpers
Ian Moffett
12 days
kernel: video: Add /ctl/fb0/attr
Ian Moffett
12 days
kernel: device: Harden cdev mmap() bounds checks
Ian Moffett
12 days
kernel: syscall: Add SYS_mmap and SYS_munmap
Ian Moffett
12 days
kernel: vm: Prepare for user mmap() interface
Ian Moffett
13 days
kernel: fbdev: Add /dev/fb0 char device
Ian Moffett
13 days
kernel: vm: Add initial device pager impl
Ian Moffett
13 days
kernel: vfs: Store device major/minor in vnode
Ian Moffett
13 days
kernel: device: Add mmap() hook for cdevsw
Ian Moffett
14 days
kernel/amd64: pmap: Add PTE dirty bit handling
Ian Moffett
14 days
kernel/amd64: Add support for TLB shootdowns
Ian Moffett
14 days
kernel/amd64: cdefs: Add __invlpg() asm wrapper
Ian Moffett
14 days
kernel/amd64: mp: Keep track of CPUs by index
Ian Moffett
2025-05-31
kernel: spawn: Add support for SPAWN_WAIT flag
Ian Moffett
2025-05-31
kernel: proc: Add proc_reap() for zombies, etc
Ian Moffett
2025-05-31
kernel: proc: Add PROC_SLEEP to pause threads
Ian Moffett
2025-05-31
kernel: sched: Add sched_switch_to()
Ian Moffett
2025-05-31
kernel: proc: `spawn_data' -> `data'
Ian Moffett
2025-05-30
kernel: drivers: Add missing whitespace
Ian Moffett
2025-05-29
kernel/amd64: hpet: Add hpet_time_nsec()
Ian Moffett
2025-05-28
kernel: drivers: Add DRIVER_DEFER() macro
Ian Moffett
2025-05-28
kernel: syslog: Handle userspace kmsg logging
Ian Moffett
2025-05-28
kernel: proc: Store kernel thread flag in `proc'
Ian Moffett
2025-05-28
kernel: exit: Handle killings of kernel threads
Ian Moffett
2025-05-27
kernel: disklabel: Improve clarity
Ian Moffett
2025-05-27
kernel: Add initial installer impl
Ian Moffett
2025-05-27
kernel: Add md_halt()
Ian Moffett
2025-05-27
sys: Add initial sys/disklabel.h
Ian Moffett
2025-05-26
sys: cdefs: Add __used attribute
Ian Moffett
2025-05-26
kernel: devfs: Add callback to request block size
Ian Moffett
[next]