summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
13 hourskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
15 hourskern/amd64: Introduce kernel threadsIan Moffett
18 hoursbuild: Move 'login' to system binariesIan Moffett
18 hourscmd: Add initial 'login' programIan Moffett
19 hoursdata: Add initial user credsIan Moffett
19 hourslibc: stdio: Add puts() functionIan Moffett
19 hourslibc: string: Add memcmp() functionIan Moffett
19 hourslibc: unistd: Add close system call interfaceIan Moffett
19 hourskern: filedesc: Add close() system callIan Moffett
19 hourskern: vfs: Add reclaim callback to vnodeIan Moffett
20 hourskern: omar: Make OMAR reads offset awareIan Moffett
20 hourskern: vfs: Make vnode r/w operations offset awareIan Moffett
21 hourslibc: unistd: Add read system call interfaceIan Moffett
21 hourskern: Add SYS_read system call for file I/OIan Moffett
21 hourskern: omar: Implement VFS read vopIan Moffett
21 hourskern: namei: Return vnode before exiting functionIan Moffett
21 hourskern: namei: Return -NOENT at function endIan Moffett
21 hourskern: vfs: Add vnode operation for readsIan Moffett
21 hourskern: omar: Set vnode ops per looked up nodeIan Moffett
21 hourskern: filedesc: Don't stop searching without fdIan Moffett
22 hourskern: filedesc: Remove outdated commentIan Moffett
22 hourskern: vfs: Add NULL check for write vopIan Moffett
36 hourscmd: Add 'lsdisk' utilityIan Moffett
36 hourskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
36 hourslibc: Add DMS I/O syscall interfaceIan Moffett
36 hourskern: dms: Add initial DMS engine sourcesIan Moffett
37 hourskern: ahci: Implement DMS read interfaceIan Moffett
37 hourskern: dms: Make DMS block size awareIan Moffett
38 hourskern: ahci: Don't hardcode block sizesIan Moffett
38 hourskern: ahci: Register SATA drives to DMSIan Moffett
38 hourskern: Add initial DMS frameworkIan Moffett
38 hourskern: ahci: Correct buffer order during ahci r/wIan Moffett
41 hourskern: ahci: Implement r/w of SATA drivesIan Moffett
42 hourslibc: Add __libc_init as well as cmdline argumentsIan Moffett
42 hourskern: proc: Check argc after checking envblkIan Moffett
48 hourscmd: hush: Ignore input if buffer is emptyIan Moffett
2 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
2 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
3 dayslibc: Add SYS_wait syscall interfaceIan Moffett
3 dayskern: proc: Add initial waitpid() syscallIan Moffett
3 dayskern: proc: Implement process sleeping and wakingIan Moffett
3 dayskern: proc: Use seperate queue link for lookupsIan Moffett
3 dayskern/amd64: Try to continue if no proc on switchIan Moffett
3 dayskern/amd64: Set RBP when kicking processesIan Moffett
3 dayskern: pci: Parse PCI capability list per deviceIan Moffett