summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
7 dayskern: init: Initialize scheduler before modulesIan Moffett
7 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
7 dayskern/amd64: Introduce kernel threadsIan Moffett
8 daysbuild: Move 'login' to system binariesIan Moffett
8 dayscmd: Add initial 'login' programIan Moffett
8 daysdata: Add initial user credsIan Moffett
8 dayslibc: stdio: Add puts() functionIan Moffett
8 dayslibc: string: Add memcmp() functionIan Moffett
8 dayslibc: unistd: Add close system call interfaceIan Moffett
8 dayskern: filedesc: Add close() system callIan Moffett
8 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
8 dayskern: omar: Make OMAR reads offset awareIan Moffett
8 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
8 dayslibc: unistd: Add read system call interfaceIan Moffett
8 dayskern: Add SYS_read system call for file I/OIan Moffett
8 dayskern: omar: Implement VFS read vopIan Moffett
8 dayskern: namei: Return vnode before exiting functionIan Moffett
8 dayskern: namei: Return -NOENT at function endIan Moffett
8 dayskern: vfs: Add vnode operation for readsIan Moffett
8 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
8 dayskern: filedesc: Don't stop searching without fdIan Moffett
8 dayskern: filedesc: Remove outdated commentIan Moffett
8 dayskern: vfs: Add NULL check for write vopIan Moffett
8 dayscmd: Add 'lsdisk' utilityIan Moffett
8 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
8 dayslibc: Add DMS I/O syscall interfaceIan Moffett
8 dayskern: dms: Add initial DMS engine sourcesIan Moffett
8 dayskern: ahci: Implement DMS read interfaceIan Moffett
8 dayskern: dms: Make DMS block size awareIan Moffett
8 dayskern: ahci: Don't hardcode block sizesIan Moffett
8 dayskern: ahci: Register SATA drives to DMSIan Moffett
8 dayskern: Add initial DMS frameworkIan Moffett
8 dayskern: ahci: Correct buffer order during ahci r/wIan Moffett
9 dayskern: ahci: Implement r/w of SATA drivesIan Moffett
9 dayslibc: Add __libc_init as well as cmdline argumentsIan Moffett
9 dayskern: proc: Check argc after checking envblkIan Moffett
9 dayscmd: hush: Ignore input if buffer is emptyIan Moffett
9 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
9 dayskern: ahci: Allocate raw physical memoryIan Moffett
9 dayskern: proc: Add NULL check for envblkIan Moffett
9 dayskern: os: Remove extra newlineIan Moffett
10 dayskern/amd64: Init LAPIC before PCI bus driverIan Moffett
10 dayscmd: Add initial 'fetch' commandIan Moffett
10 dayscmd: hush: Wait for commands to finishIan Moffett
10 dayslibc: Add SYS_wait syscall interfaceIan Moffett
10 dayskern: proc: Add initial waitpid() syscallIan Moffett
10 dayskern: proc: Implement process sleeping and wakingIan Moffett
10 dayskern: proc: Use seperate queue link for lookupsIan Moffett
10 dayskern/amd64: Try to continue if no proc on switchIan Moffett
10 dayskern/amd64: Set RBP when kicking processesIan Moffett