index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
include
Age
Commit message (
Expand
)
Author
2024-07-12
kernel: Add device layer
Ian Moffett
2024-07-11
kernel: vfs: Implement mountpoint naming
Ian Moffett
2024-07-11
kernel/amd64: pci: Add support for PCI MSI-X
Ian Moffett
2024-07-11
kernel/amd64: bus: Move MMIO_OFFSET to bus.h
Ian Moffett
2024-07-10
kernel: nvme: Improve nvme_identify()
Ian Moffett
2024-07-10
kernel/amd64: reboot: Halt all with REBOOT_HALT
Ian Moffett
2024-07-10
kernel: nvme: Add initial NVMe driver code
Ian Moffett
2024-07-10
kernel: vm: Add dynalloc_memalign()
Ian Moffett
2024-07-09
kernel: Add sys/driver.h
Ian Moffett
2024-07-09
kernel/amd64: pci: Add function to map BARs
Ian Moffett
2024-07-09
kernel/amd64: bus: Add bus abstraction layer
Ian Moffett
2024-07-09
kernel/amd64: Add function to set cache policy
Ian Moffett
2024-07-09
kernel: cons: Improve char handling and add cursor
Ian Moffett
2024-07-09
kernel: pci: Add PCI device lookups
Ian Moffett
2024-07-09
kernel: Add PCI driver
Ian Moffett
2024-07-07
kernel/amd64: Add serial debug logging
Ian Moffett
2024-07-06
kernel/amd64: Add 8250 UART driver
Ian Moffett
2024-07-04
kernel/amd64: Add syscall support + SYS_exit
Ian Moffett
2024-07-02
kernel: proc: Remove PROC_INEXEC flag
Ian Moffett
2024-07-02
kernel/amd64: Handle the user GS segment register
Ian Moffett
2024-07-02
kernel/amd64: Add INTRENTRY() and TRAPENTRY()
Ian Moffett
2024-07-01
kernel: exec: Add execve()
Ian Moffett
2024-07-01
kernel/amd64: proc: Add stack init func for exec
Ian Moffett
2024-06-30
kernel/amd64: proc: Add setregs()
Ian Moffett
2024-06-30
kernel: sched: Add exit1()
Ian Moffett
2024-06-30
kernel: sched: Mark sched_enter() as __dead
Ian Moffett
2024-06-30
kernel: cdefs: Add __dead
Ian Moffett
2024-06-30
kernel/amd64: pmap: Add pmap_destroy_vas()
Ian Moffett
2024-06-29
kernel/amd64: lapic: Add support for IPIs
Ian Moffett
2024-06-28
kernel: elf: Add ELF64 loader
Ian Moffett
2024-06-28
kernel: Add sys/elf.h
Ian Moffett
2024-06-28
kernel: vfs: Add vnode refcount
Ian Moffett
2024-06-28
kernel/amd64: Focus md_td_init() to fork MD code
Ian Moffett
2024-06-28
kernel/amd64: Make splraise() return previous IPL
Ian Moffett
2024-06-25
kernel: vfs: Add getattr vop
Ian Moffett
2024-06-23
kernel: Add fork1()
Ian Moffett
2024-06-23
kernel/amd64: Add machdep thread init function
Ian Moffett
2024-06-23
kernel: sched: Add PCB and context switching
Ian Moffett
2024-06-23
kernel/amd64: gdt: Add user CS/DS defines
Ian Moffett
2024-06-23
kernel/amd64: pmap: Add function to create new VAS
Ian Moffett
2024-06-23
kernel: vm: Add g_kvas for kernel VAS
Ian Moffett
2024-06-21
kernel: cdefs: Fixup comment
Ian Moffett
2024-06-20
kernel/amd64: intr: Add splraise/splx support
Ian Moffett
2024-06-20
kernel: queue: Add sys/queue.h
Ian Moffett
2024-06-19
kernel: Add initramfs and initial VFS code
Ian Moffett
2024-06-19
kernel: lib: Add strncmp()
Ian Moffett
2024-06-19
kernel: types: Add mode_t
Ian Moffett
2024-06-13
kernel: string: Add strcmp()
Ian Moffett
2024-06-11
kernel: Add sys/atomic.h
Ian Moffett
2024-06-11
kernel: types: Add off_t
Ian Moffett
[next]