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