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
Age
Commit message (
Expand
)
Author
2 days
kern: proc: Add NULL check for envblk
Ian Moffett
2 days
kern: os: Remove extra newline
Ian Moffett
3 days
kern/amd64: Init LAPIC before PCI bus driver
Ian Moffett
3 days
cmd: Add initial 'fetch' command
Ian Moffett
3 days
cmd: hush: Wait for commands to finish
Ian Moffett
3 days
libc: Add SYS_wait syscall interface
Ian Moffett
3 days
kern: proc: Add initial waitpid() syscall
Ian Moffett
3 days
kern: proc: Implement process sleeping and waking
Ian Moffett
3 days
kern: proc: Use seperate queue link for lookups
Ian Moffett
3 days
kern/amd64: Try to continue if no proc on switch
Ian Moffett
3 days
kern/amd64: Set RBP when kicking processes
Ian Moffett
3 days
kern: pci: Parse PCI capability list per device
Ian Moffett
3 days
kern: init: Turn off console logs before userland
Ian Moffett
4 days
kern/amd64: reboot: Add Intel PCH RST_CNT method
Ian Moffett
4 days
kern/amd64: reboot: Add I8042_REBOOT option
Ian Moffett
4 days
kern/amd64: cpu: Get processor family ID
Ian Moffett
4 days
kern/amd64: Identify processor vendor in mdcore
Ian Moffett
4 days
cmd: hush: Add initial program spawning
Ian Moffett
4 days
cmd: Add reboot command
Ian Moffett
4 days
kern: reboot: Add reboot system call
Ian Moffett
4 days
kern/amd64: Add reboot function
Ian Moffett
4 days
libc: stdio: Add snprintf() decl
Ian Moffett
4 days
kern: xhci: Allocate and init command ring / CRCR
Ian Moffett
4 days
kern: xhci: Add NULL check to xhci_init_dcbaap()
Ian Moffett
4 days
kern: ahci: Enable PCI MMIO and bus mastering
Ian Moffett
4 days
kern: xhci: Add module credit
Ian Moffett
4 days
kern: xhci: Initialize the DCBAAP register on init
Ian Moffett
4 days
kern: vm: Add BYTES_TO_PAGES helper macro
Ian Moffett
4 days
kern: pci: Initialize PCI bus mastering + MMIO
Ian Moffett
4 days
kern: xhci: Fixup xHCI opregs field sizes
Ian Moffett
4 days
kern: usb: Extract HCSPARAMS1 register fields
Ian Moffett
4 days
kern: usb: Poll USBSTS.CNR after reset
Ian Moffett
4 days
kern: xhci: Comment USBCMD bits
Ian Moffett
4 days
kern: xhci: Implement controller hard reset
Ian Moffett
4 days
kern: io: Add initial xHCI skeleton
Ian Moffett
5 days
kern/amd64: pci: Handle 64-bit BAR addresses
Ian Moffett
5 days
kern/amd64: bus: Use higher half VA for MMIO
Ian Moffett
5 days
kern: pci: Support lookups via programming iface
Ian Moffett
5 days
kern: pci: Get programming interface from device
Ian Moffett
5 days
kern: pci: Use LU types instead of classrev field
Ian Moffett
5 days
kern: proc: Remove redundant flag set
Ian Moffett
5 days
kern: proc: Add process lookups by PID
Ian Moffett
5 days
kern: mac: Document the MAC border table
Ian Moffett
5 days
kern: Bump version up to v0.0.4
Ian Moffett
5 days
libc: stdio: Add vsnprintf() and printf() impl
Ian Moffett
5 days
libc: string: Add itoa() implementation
Ian Moffett
5 days
kern/amd64: proc: Mark process as exiting on kill
Ian Moffett
5 days
kern: proc: Documented rest of structure fields
Ian Moffett
5 days
libc: Add stdarg.h
Ian Moffett
5 days
libc: crt: Exit after main routine
Ian Moffett
[next]