summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
14 hourskern/amd64: trap: Copy trapframe on syscall entryHEADmasterdevIan Moffett
14 hourskern: proc: Fix commentIan Moffett
15 hourscmd: init: Bring up login program on startupIan Moffett
15 hourskern/amd64: mp: Add idle threads per coreIan Moffett
16 hourskern/amd64: i8042: Add option to poll keyboardIan Moffett
16 hourskern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
16 hourskern: init: Initialize scheduler before modulesIan Moffett
16 hourskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
17 hourskern/amd64: Introduce kernel threadsIan Moffett
20 hoursbuild: Move 'login' to system binariesIan Moffett
20 hourscmd: Add initial 'login' programIan Moffett
21 hoursdata: Add initial user credsIan Moffett
21 hourslibc: stdio: Add puts() functionIan Moffett
21 hourslibc: string: Add memcmp() functionIan Moffett
21 hourslibc: unistd: Add close system call interfaceIan Moffett
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 hourslibc: unistd: Add read system call interfaceIan 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 hourscmd: Add 'lsdisk' utilityIan 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 hourslibc: Add __libc_init as well as cmdline argumentsIan Moffett
44 hourskern: proc: Check argc after checking envblkIan Moffett
2 dayscmd: hush: Ignore input if buffer is emptyIan 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 dayscmd: Add initial 'fetch' commandIan Moffett
3 dayscmd: hush: Wait for commands to finishIan Moffett