summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
3 dayskern/amd64: mp: Add idle threads per coreIan Moffett
3 dayskern/amd64: i8042: Add option to poll keyboardIan Moffett
3 dayskern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
3 dayskern: init: Initialize scheduler before modulesIan Moffett
3 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
3 dayskern/amd64: Introduce kernel threadsIan Moffett
3 dayskern: filedesc: Add close() system callIan Moffett
3 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
3 dayskern: omar: Make OMAR reads offset awareIan Moffett
3 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
3 dayskern: Add SYS_read system call for file I/OIan Moffett
3 dayskern: omar: Implement VFS read vopIan Moffett
3 dayskern: namei: Return vnode before exiting functionIan Moffett
3 dayskern: namei: Return -NOENT at function endIan Moffett
3 dayskern: vfs: Add vnode operation for readsIan Moffett
3 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
3 dayskern: filedesc: Don't stop searching without fdIan Moffett
3 dayskern: filedesc: Remove outdated commentIan Moffett
3 dayskern: vfs: Add NULL check for write vopIan Moffett
4 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
4 dayslibc: Add DMS I/O syscall interfaceIan Moffett
4 dayskern: dms: Add initial DMS engine sourcesIan Moffett
4 dayskern: ahci: Implement DMS read interfaceIan Moffett
4 dayskern: dms: Make DMS block size awareIan Moffett
4 dayskern: ahci: Don't hardcode block sizesIan Moffett
4 dayskern: ahci: Register SATA drives to DMSIan Moffett
4 dayskern: Add initial DMS frameworkIan Moffett
4 dayskern: ahci: Correct buffer order during ahci r/wIan Moffett
4 dayskern: ahci: Implement r/w of SATA drivesIan Moffett
4 dayskern: proc: Check argc after checking envblkIan Moffett
5 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
5 dayskern: ahci: Allocate raw physical memoryIan Moffett
5 dayskern: proc: Add NULL check for envblkIan Moffett
5 dayskern: os: Remove extra newlineIan Moffett
5 dayskern/amd64: Init LAPIC before PCI bus driverIan Moffett
5 dayslibc: Add SYS_wait syscall interfaceIan Moffett
5 dayskern: proc: Add initial waitpid() syscallIan Moffett
5 dayskern: proc: Implement process sleeping and wakingIan Moffett
5 dayskern: proc: Use seperate queue link for lookupsIan Moffett
5 dayskern/amd64: Try to continue if no proc on switchIan Moffett
5 dayskern/amd64: Set RBP when kicking processesIan Moffett
5 dayskern: pci: Parse PCI capability list per deviceIan Moffett
5 dayskern: init: Turn off console logs before userlandIan Moffett
6 dayskern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
6 dayskern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
6 dayskern/amd64: cpu: Get processor family IDIan Moffett
6 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
6 dayskern: reboot: Add reboot system callIan Moffett
6 dayskern/amd64: Add reboot functionIan Moffett
6 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett