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