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
Age
Commit message (
Expand
)
Author
2024-04-13
kernel: signal: Fix deadlock in signal_handle()
Ian Moffett
2024-04-13
kernel: filedesc: Increment offset per read()
Ian Moffett
2024-04-10
kernel: devfs: Remove extra whitespace
Ian Moffett
2024-04-10
kernel: devfs: Div roundup by blocksize
Ian Moffett
2024-04-10
kernel: nvme: Create device file
Ian Moffett
2024-04-10
kernel: create_dev() -> device_create()
Ian Moffett
2024-04-10
kernel: Get rid of invalid_uaddr()
Ian Moffett
2024-04-10
kernel/amd64: trap: Send signals to thread
Ian Moffett
2024-04-10
kernel: signals: Add initial signal implementation
Ian Moffett
2024-04-10
kernel: sched: Lock thread upon sched_exit()
Ian Moffett
2024-04-10
kernel: proc: Add lock to 'proc' structure
Ian Moffett
2024-04-10
kernel: devfs: Cleanup code and comments
Ian Moffett
2024-04-10
kernel: fs: Add devfs
Ian Moffett
2024-04-10
kernel: Add dev_t
Ian Moffett
2024-04-10
kernel: filedesc: Check fd_desc before using it
Ian Moffett
2024-04-10
kernel: filedesc: Cleanup whitespace
Ian Moffett
2024-04-10
kernel: filedesc: Fix memory leak in sys_read()
Ian Moffett
2024-04-09
kernel: vfs_lookup: Try looking up in mountlist
Ian Moffett
2024-04-09
kernel: vfs_mount: Fix mount code
Ian Moffett
2024-04-09
kernel: vfs_subr: Don't require leading '/'
Ian Moffett
2024-04-09
kernel: vfs_lookup: Start lookup at idx 1
Ian Moffett
2024-04-09
kernel: mount: Make MNT_RDONLY 0x00000001
Ian Moffett
2024-04-09
kernel/amd64: tss: Remove useless whitespace
Ian Moffett
2024-04-09
kernel: sched: Remove useless whitespace
Ian Moffett
2024-04-09
kernel/amd64: Add backtrace support for panic()
Ian Moffett
2024-04-08
kernel: nvme: Add more comments
Ian Moffett
2024-04-08
kernel: nvme: Move defines to nvmevar.h
Ian Moffett
2024-04-08
kernel: nvme: Add drive read/write support
Ian Moffett
2024-04-08
kernel: nvme: Return status of call
Ian Moffett
2024-04-08
kernel: Add device descriptors
Ian Moffett
2024-04-07
kernel/amd64: syscall: Set IP in syscall_args
Ian Moffett
2024-04-06
kernel: Check copyin() status
Ian Moffett
2024-04-06
kernel: mmio: Make 'addr' volatile
Ian Moffett
2024-04-06
kernel: sched: Load init by itself
Ian Moffett
2024-04-06
kernel/amd64: lapic: Remove unused includes
Ian Moffett
2024-04-05
kernel: xhci: Remove unused functions
Ian Moffett
2024-04-05
kernel: xhci: Add xhci_init_evring()
Ian Moffett
2024-04-05
kernel: xhci: Fix xhci_evring_segment structure
Ian Moffett
2024-04-05
kernel: xhci: Add TRB types
Ian Moffett
2024-04-05
kernel: xhci: Set XHCI_TRB_SIZE to 16
Ian Moffett
2024-04-04
kernel: xhci: Fix scratchpad buffer code
Ian Moffett
2024-04-04
kernel: xhci: Improve documentation
Ian Moffett
2024-04-04
kernel: xhci: Add link TRB at end of cmd ring
Ian Moffett
2024-04-04
kernel: sched: Pass init auxv to dynld
Ian Moffett
2024-04-03
kernel: usb: Fix command ring TRB handling
Ian Moffett
2024-04-03
kernel: xhci: Fix cycle bit handling
Ian Moffett
2024-04-03
kernel: xhci: Remove redundant comment
Ian Moffett
2024-04-03
kernel: usb: Refactor xhci_init_hc()
Ian Moffett
2024-04-03
kernel: usb: Add initial xHCI driver code
Ian Moffett
2024-04-01
kernel: cdefs: Fix __COMBINE macros
Ian Moffett
[prev]
[next]