index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
include
Age
Commit message (
Expand
)
Author
2024-04-17
kernel: vfs_subr: Add vfs_write()
Ian Moffett
2024-04-16
kernel: vm_map: Add mmap() and munmap()
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: signals: Add initial signal implementation
Ian Moffett
2024-04-10
kernel: proc: Add lock to 'proc' structure
Ian Moffett
2024-04-10
kernel: fs: Add devfs
Ian Moffett
2024-04-10
kernel: Add dev_t
Ian Moffett
2024-04-09
kernel: vfs_mount: Fix mount code
Ian Moffett
2024-04-09
kernel: mount: Make MNT_RDONLY 0x00000001
Ian Moffett
2024-04-09
kernel/amd64: Add backtrace support for panic()
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: Add device descriptors
Ian Moffett
2024-04-06
kernel: mmio: Make 'addr' volatile
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-03
kernel: usb: Fix command ring TRB handling
Ian Moffett
2024-04-03
kernel: usb: Add initial xHCI driver code
Ian Moffett
2024-04-01
kernel: cdefs: Fix __COMBINE macros
Ian Moffett
2024-04-01
kernel: nvme: Update nvmevar.h
Ian Moffett
2024-03-31
kernel: mount: Make MNT_RDONLY zero
Ian Moffett
2024-03-31
kernel: lib: Add snprintf() and vsnprintf()
Ian Moffett
2024-03-30
kernel: nvme: Keep track of namespaces
Ian Moffett
2024-03-28
kernel: nvme: Add initial NVMe driver code
Ian Moffett
2024-03-28
kernel: Add driver subsystem
Ian Moffett
2024-03-28
kernel: pci: Add command register helpers
Ian Moffett
2024-03-28
kernel: pci: Add pci_writel()
Ian Moffett
2024-03-28
kernel: vm_dynalloc: Add dynalloc_memalign()
Ian Moffett
2024-03-27
kernel: Implement lseek()
Ian Moffett
2024-03-27
kernel: vfs: Add getattr vop
Ian Moffett
2024-03-26
kernel: Use 'sio_txn' for file I/O
Ian Moffett
2024-03-26
kernel: Add system I/O descriptor
Ian Moffett
2024-03-26
kernel: Add initial read() implementation
Ian Moffett
2024-03-26
kernel: Add sys_close()
Ian Moffett
2024-03-26
kernel: Add initial open() implementation
Ian Moffett
2024-03-26
kernel: vfs: Add PATH_MAX define
Ian Moffett
2024-03-26
kernel: Add invalid_uaddr() helper
Ian Moffett
2024-03-26
kernel: Add copyinstr() routine
Ian Moffett
2024-03-25
kernel: filedesc: Return status in fd_alloc()
Ian Moffett
2024-03-20
kernel: Require len in vcons_putstr()
Ian Moffett
2024-03-20
kernel: dev: Add PCI driver
Ian Moffett
2024-03-19
kernel: syscall: Add sys_write()
Ian Moffett
2024-03-19
kernel: vnode: Add write() vop
Ian Moffett
2024-03-19
kernel: syslog: Make syslog_screen extern
Ian Moffett
2024-03-19
kernel: vcons: Add vcons_putstr() routine
Ian Moffett
2024-03-19
kernel: vnode: Update comment
Ian Moffett
2024-03-19
kernel: syscall: Fix syscall order
Ian Moffett
[prev]
[next]