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
Age
Commit message (
Expand
)
Author
6 hours
libc: unistd: Add read system call interface
HEAD
master
Ian Moffett
7 hours
kern: Add SYS_read system call for file I/O
Ian Moffett
7 hours
kern: omar: Implement VFS read vop
Ian Moffett
7 hours
kern: namei: Return vnode before exiting function
Ian Moffett
7 hours
kern: namei: Return -NOENT at function end
Ian Moffett
7 hours
kern: vfs: Add vnode operation for reads
Ian Moffett
7 hours
kern: omar: Set vnode ops per looked up node
Ian Moffett
7 hours
kern: filedesc: Don't stop searching without fd
Ian Moffett
7 hours
kern: filedesc: Remove outdated comment
Ian Moffett
7 hours
kern: vfs: Add NULL check for write vop
Ian Moffett
22 hours
cmd: Add 'lsdisk' utility
Ian Moffett
22 hours
kern: dms: Add DMS QUERY opcode for devinfo
Ian Moffett
22 hours
libc: Add DMS I/O syscall interface
Ian Moffett
22 hours
kern: dms: Add initial DMS engine sources
Ian Moffett
23 hours
kern: ahci: Implement DMS read interface
Ian Moffett
23 hours
kern: dms: Make DMS block size aware
Ian Moffett
23 hours
kern: ahci: Don't hardcode block sizes
Ian Moffett
24 hours
kern: ahci: Register SATA drives to DMS
Ian Moffett
24 hours
kern: Add initial DMS framework
Ian Moffett
24 hours
kern: ahci: Correct buffer order during ahci r/w
Ian Moffett
27 hours
kern: ahci: Implement r/w of SATA drives
Ian Moffett
28 hours
libc: Add __libc_init as well as cmdline arguments
Ian Moffett
28 hours
kern: proc: Check argc after checking envblk
Ian Moffett
33 hours
cmd: hush: Ignore input if buffer is empty
Ian Moffett
45 hours
kern: ahci: Add cmdslot allocation + identify
Ian Moffett
45 hours
kern: ahci: Allocate raw physical memory
Ian Moffett
48 hours
kern: proc: Add NULL check for envblk
Ian Moffett
2 days
kern: os: Remove extra newline
Ian Moffett
2 days
kern/amd64: Init LAPIC before PCI bus driver
Ian Moffett
2 days
cmd: Add initial 'fetch' command
Ian Moffett
2 days
cmd: hush: Wait for commands to finish
Ian Moffett
2 days
libc: Add SYS_wait syscall interface
Ian Moffett
2 days
kern: proc: Add initial waitpid() syscall
Ian Moffett
2 days
kern: proc: Implement process sleeping and waking
Ian Moffett
2 days
kern: proc: Use seperate queue link for lookups
Ian Moffett
2 days
kern/amd64: Try to continue if no proc on switch
Ian Moffett
2 days
kern/amd64: Set RBP when kicking processes
Ian Moffett
2 days
kern: pci: Parse PCI capability list per device
Ian Moffett
2 days
kern: init: Turn off console logs before userland
Ian Moffett
3 days
kern/amd64: reboot: Add Intel PCH RST_CNT method
Ian Moffett
3 days
kern/amd64: reboot: Add I8042_REBOOT option
Ian Moffett
3 days
kern/amd64: cpu: Get processor family ID
Ian Moffett
3 days
kern/amd64: Identify processor vendor in mdcore
Ian Moffett
3 days
cmd: hush: Add initial program spawning
Ian Moffett
3 days
cmd: Add reboot command
Ian Moffett
3 days
kern: reboot: Add reboot system call
Ian Moffett
3 days
kern/amd64: Add reboot function
Ian Moffett
3 days
libc: stdio: Add snprintf() decl
Ian Moffett
3 days
kern: xhci: Allocate and init command ring / CRCR
Ian Moffett
3 days
kern: xhci: Add NULL check to xhci_init_dcbaap()
Ian Moffett
[next]