summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
21 hourskern: filedesc: Add close() system callIan Moffett
21 hourskern: vfs: Add reclaim callback to vnodeIan Moffett
22 hourskern: omar: Make OMAR reads offset awareIan Moffett
22 hourskern: vfs: Make vnode r/w operations offset awareIan Moffett
23 hourskern: Add SYS_read system call for file I/OIan Moffett
23 hourskern: omar: Implement VFS read vopIan Moffett
23 hourskern: namei: Return vnode before exiting functionIan Moffett
23 hourskern: namei: Return -NOENT at function endIan Moffett
23 hourskern: vfs: Add vnode operation for readsIan Moffett
23 hourskern: omar: Set vnode ops per looked up nodeIan Moffett
24 hourskern: filedesc: Don't stop searching without fdIan Moffett
24 hourskern: filedesc: Remove outdated commentIan Moffett
24 hourskern: vfs: Add NULL check for write vopIan Moffett
38 hourskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
39 hourslibc: Add DMS I/O syscall interfaceIan Moffett
39 hourskern: dms: Add initial DMS engine sourcesIan Moffett
40 hourskern: ahci: Implement DMS read interfaceIan Moffett
40 hourskern: dms: Make DMS block size awareIan Moffett
40 hourskern: ahci: Don't hardcode block sizesIan Moffett
40 hourskern: ahci: Register SATA drives to DMSIan Moffett
40 hourskern: Add initial DMS frameworkIan Moffett
40 hourskern: ahci: Correct buffer order during ahci r/wIan Moffett
44 hourskern: ahci: Implement r/w of SATA drivesIan Moffett
44 hourskern: proc: Check argc after checking envblkIan Moffett
3 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
3 dayskern: ahci: Allocate raw physical memoryIan Moffett
3 dayskern: proc: Add NULL check for envblkIan Moffett
3 dayskern: os: Remove extra newlineIan Moffett
3 dayskern/amd64: Init LAPIC before PCI bus driverIan Moffett
3 dayslibc: Add SYS_wait syscall interfaceIan Moffett
3 dayskern: proc: Add initial waitpid() syscallIan Moffett
3 dayskern: proc: Implement process sleeping and wakingIan Moffett
3 dayskern: proc: Use seperate queue link for lookupsIan Moffett
3 dayskern/amd64: Try to continue if no proc on switchIan Moffett
3 dayskern/amd64: Set RBP when kicking processesIan Moffett
3 dayskern: pci: Parse PCI capability list per deviceIan Moffett
3 dayskern: init: Turn off console logs before userlandIan Moffett
4 dayskern/amd64: reboot: Add Intel PCH RST_CNT methodIan Moffett
4 dayskern/amd64: reboot: Add I8042_REBOOT optionIan Moffett
4 dayskern/amd64: cpu: Get processor family IDIan Moffett
4 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
4 dayskern: reboot: Add reboot system callIan Moffett
4 dayskern/amd64: Add reboot functionIan Moffett
4 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
4 dayskern: xhci: Add NULL check to xhci_init_dcbaap()Ian Moffett
4 dayskern: ahci: Enable PCI MMIO and bus masteringIan Moffett
5 dayskern: xhci: Add module creditIan Moffett
5 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
5 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
5 dayskern: pci: Initialize PCI bus mastering + MMIOIan Moffett