index
:
Hyra
dev
expt
main
old
stable
user
The Hyra Operating System
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2 days
kernel/amd64: proc: Protect SWAPGS with LFENCE
main
expt
Ian Moffett
2 days
kernel/amd64: backtrace() -> md_backtrace()
Ian Moffett
2 days
kernel: xhci: Add initial xhci/usb3 driver impl
Ian Moffett
2 days
kernel: param: Add ptr helpers
Ian Moffett
2 days
kernel/amd64: Add panic backtrace
Ian Moffett
2 days
kernel: cdefs: Add __weak macro
Ian Moffett
4 days
kernel/amd64: pci: Allow mapping of 64 bit BARs
Ian Moffett
6 days
kernel: synch: Move spinlock_usleep()
Ian Moffett
6 days
kernel: vm: Add objects, page struct and pagers
Ian Moffett
6 days
kernel: synch: kern_lock.c -> kern_synch.c
Ian Moffett
6 days
kernel: synch: Add spinlock with timeout
Ian Moffett
6 days
kernel: lib: Add atoi()
Ian Moffett
6 days
kernel: Add __nothing def to cdefs.h
Ian Moffett
6 days
kernel: Add __unused attribute to cdefs.h
Ian Moffett
6 days
kernel: Add offsetof in cdefs.h
Ian Moffett
7 days
kernel: Add tree.h and tree_subr.c port
Ian Moffett
2024-12-07
kernel: vcache: Add impl of "local" vcaches
Ian Moffett
2024-12-07
kernel: vcache: Improve vcache add/pull interface
Ian Moffett
2024-11-13
kernel: vfs: Recycle vnodes before allocating
Ian Moffett
2024-11-13
kernel: sysctl: Fix handling of oldlenp
Ian Moffett
2024-11-13
kernel: vfs: Add vnode cache implementation
Ian Moffett
2024-11-13
kernel: sysctl: Make sysctl(2) more flexible
Ian Moffett
2024-11-12
kernel: sysctl: Make kern.* entries readonly
Ian Moffett
2024-11-12
kernel: syscall: Add SYS_sysctl syscall
Ian Moffett
2024-11-11
kernel: sysctl: Add initial sysctl implementation
Ian Moffett
2024-11-04
kernel: descrip: Add support for fd duplication
Ian Moffett
2024-11-04
kernel: descrip: Only use copyinstr() in SYS_open
Ian Moffett
2024-10-29
kernel: syscall: Add SYS_stat
Ian Moffett
2024-10-29
kernel: types: Add more POSIX types
Ian Moffett
2024-10-29
kernel: types: Move dev_t to sys/types.h
Ian Moffett
2024-10-27
kernel: syscall: Fix brace formatting
Ian Moffett
2024-10-27
kernel/amd64: acpi: Remove trailing newline
Ian Moffett
2024-10-27
kernel: devfs: Add getattr vop for device files
Ian Moffett
2024-09-09
kernel: vfs: Refactor fd related code
Ian Moffett
2024-09-03
kernel: dev: Introduce DCDR framework
Ian Moffett
2024-08-21
kernel: vfs: Add sys_close()
Ian Moffett
2024-08-21
kernel: Add ref count to filedesc
Ian Moffett
2024-08-16
kernel/amd64: trap: Handle user traps
Ian Moffett
2024-08-12
kernel: Remove extra newline
Ian Moffett
2024-08-12
kernel: Add initial support for signals
Ian Moffett
2024-08-12
kernel/amd64: proc: Set curtd upon thread kick
Ian Moffett
2024-07-29
kernel/amd64: Don't try IPIs with null cpu_info
Ian Moffett
2024-07-29
kernel/amd64: cpu: Write cpu_info to IA32_GS_BASE
Ian Moffett
2024-07-29
kernel/amd64: msr: Add IA32_GS_BASE MSR define
Ian Moffett
2024-07-29
kernel/amd64: Use only defines + handle err codes
Ian Moffett
2024-07-29
kernel/amd64: Facilitate IA32_FS_BASE reads/writes
Ian Moffett
2024-07-24
kernel: nvme: Set write op to nowrite
Ian Moffett
2024-07-24
kernel: device: Add read/write stubs
Ian Moffett
2024-07-24
kernel: device: Add write operation
Ian Moffett
2024-07-22
kernel: sched: Implement MLFQ
AptRock327
[next]