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