index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
Age
Commit message (
Expand
)
Author
2025-10-15
kern: namei: Return -NOENT at function end
Ian Moffett
2025-10-15
kern: vfs: Add vnode operation for reads
Ian Moffett
2025-10-15
kern: omar: Set vnode ops per looked up node
Ian Moffett
2025-10-15
kern: filedesc: Don't stop searching without fd
Ian Moffett
2025-10-15
kern: filedesc: Remove outdated comment
Ian Moffett
2025-10-15
kern: vfs: Add NULL check for write vop
Ian Moffett
2025-10-14
kern: dms: Add DMS QUERY opcode for devinfo
Ian Moffett
2025-10-14
libc: Add DMS I/O syscall interface
Ian Moffett
2025-10-14
kern: dms: Add initial DMS engine sources
Ian Moffett
2025-10-14
kern: ahci: Implement DMS read interface
Ian Moffett
2025-10-14
kern: dms: Make DMS block size aware
Ian Moffett
2025-10-14
kern: ahci: Don't hardcode block sizes
Ian Moffett
2025-10-14
kern: ahci: Register SATA drives to DMS
Ian Moffett
2025-10-14
kern: Add initial DMS framework
Ian Moffett
2025-10-14
kern: ahci: Correct buffer order during ahci r/w
Ian Moffett
2025-10-14
kern: ahci: Implement r/w of SATA drives
Ian Moffett
2025-10-14
kern: proc: Check argc after checking envblk
Ian Moffett
2025-10-13
kern: ahci: Add cmdslot allocation + identify
Ian Moffett
2025-10-13
kern: ahci: Allocate raw physical memory
Ian Moffett
2025-10-13
kern: proc: Add NULL check for envblk
Ian Moffett
2025-10-13
kern: os: Remove extra newline
Ian Moffett
2025-10-13
kern/amd64: Init LAPIC before PCI bus driver
Ian Moffett
2025-10-13
libc: Add SYS_wait syscall interface
Ian Moffett
2025-10-13
kern: proc: Add initial waitpid() syscall
Ian Moffett
2025-10-13
kern: proc: Implement process sleeping and waking
Ian Moffett
2025-10-13
kern: proc: Use seperate queue link for lookups
Ian Moffett
2025-10-13
kern/amd64: Try to continue if no proc on switch
Ian Moffett
2025-10-13
kern/amd64: Set RBP when kicking processes
Ian Moffett
2025-10-13
kern: pci: Parse PCI capability list per device
Ian Moffett
2025-10-13
kern: init: Turn off console logs before userland
Ian Moffett
2025-10-12
kern/amd64: reboot: Add Intel PCH RST_CNT method
Ian Moffett
2025-10-12
kern/amd64: reboot: Add I8042_REBOOT option
Ian Moffett
2025-10-12
kern/amd64: cpu: Get processor family ID
Ian Moffett
2025-10-12
kern/amd64: Identify processor vendor in mdcore
Ian Moffett
2025-10-12
kern: reboot: Add reboot system call
Ian Moffett
2025-10-12
kern/amd64: Add reboot function
Ian Moffett
2025-10-12
kern: xhci: Allocate and init command ring / CRCR
Ian Moffett
2025-10-12
kern: xhci: Add NULL check to xhci_init_dcbaap()
Ian Moffett
2025-10-12
kern: ahci: Enable PCI MMIO and bus mastering
Ian Moffett
2025-10-11
kern: xhci: Add module credit
Ian Moffett
2025-10-11
kern: xhci: Initialize the DCBAAP register on init
Ian Moffett
2025-10-11
kern: vm: Add BYTES_TO_PAGES helper macro
Ian Moffett
2025-10-11
kern: pci: Initialize PCI bus mastering + MMIO
Ian Moffett
2025-10-11
kern: xhci: Fixup xHCI opregs field sizes
Ian Moffett
2025-10-11
kern: usb: Extract HCSPARAMS1 register fields
Ian Moffett
2025-10-11
kern: usb: Poll USBSTS.CNR after reset
Ian Moffett
2025-10-11
kern: xhci: Comment USBCMD bits
Ian Moffett
2025-10-11
kern: xhci: Implement controller hard reset
Ian Moffett
2025-10-11
kern: io: Add initial xHCI skeleton
Ian Moffett
2025-10-11
kern/amd64: pci: Handle 64-bit BAR addresses
Ian Moffett
[prev]
[next]