summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 dayscmd: Add new 'echo' commandIan Moffett
4 dayslibc: string: Add strtok() functionIan Moffett
4 dayscmd: hush: Add argument parsingIan Moffett
4 dayskern/amd64: trap: Copy trapframe on syscall entryIan Moffett
4 dayskern: proc: Fix commentIan Moffett
4 dayscmd: init: Bring up login program on startupIan Moffett
4 dayskern/amd64: mp: Add idle threads per coreIan Moffett
4 dayskern/amd64: i8042: Add option to poll keyboardIan Moffett
4 dayskern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
4 dayskern: init: Initialize scheduler before modulesIan Moffett
4 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
4 dayskern/amd64: Introduce kernel threadsIan Moffett
4 daysbuild: Move 'login' to system binariesIan Moffett
4 dayscmd: Add initial 'login' programIan Moffett
4 daysdata: Add initial user credsIan Moffett
4 dayslibc: stdio: Add puts() functionIan Moffett
4 dayslibc: string: Add memcmp() functionIan Moffett
4 dayslibc: unistd: Add close system call interfaceIan Moffett
4 dayskern: filedesc: Add close() system callIan Moffett
4 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
4 dayskern: omar: Make OMAR reads offset awareIan Moffett
4 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
4 dayslibc: unistd: Add read system call interfaceIan Moffett
4 dayskern: Add SYS_read system call for file I/OIan Moffett
4 dayskern: omar: Implement VFS read vopIan Moffett
4 dayskern: namei: Return vnode before exiting functionIan Moffett
4 dayskern: namei: Return -NOENT at function endIan Moffett
4 dayskern: vfs: Add vnode operation for readsIan Moffett
4 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
4 dayskern: filedesc: Don't stop searching without fdIan Moffett
4 dayskern: filedesc: Remove outdated commentIan Moffett
4 dayskern: vfs: Add NULL check for write vopIan Moffett
5 dayscmd: Add 'lsdisk' utilityIan Moffett
5 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
5 dayslibc: Add DMS I/O syscall interfaceIan Moffett
5 dayskern: dms: Add initial DMS engine sourcesIan Moffett
5 dayskern: ahci: Implement DMS read interfaceIan Moffett
5 dayskern: dms: Make DMS block size awareIan Moffett
5 dayskern: ahci: Don't hardcode block sizesIan Moffett
5 dayskern: ahci: Register SATA drives to DMSIan Moffett
5 dayskern: Add initial DMS frameworkIan Moffett
5 dayskern: ahci: Correct buffer order during ahci r/wIan Moffett
5 dayskern: ahci: Implement r/w of SATA drivesIan Moffett
5 dayslibc: Add __libc_init as well as cmdline argumentsIan Moffett
5 dayskern: proc: Check argc after checking envblkIan Moffett
5 dayscmd: hush: Ignore input if buffer is emptyIan Moffett
6 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
6 dayskern: ahci: Allocate raw physical memoryIan Moffett
6 dayskern: proc: Add NULL check for envblkIan Moffett
6 dayskern: os: Remove extra newlineIan Moffett