summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
32 hourslibc: unistd: Add lseek system call interfaceIan Moffett
32 hourskern: Add SYS_lseek system callIan Moffett
32 hourskern: filedesc: Implement lseek() functionIan Moffett
32 hourskern: tmpfs: Implement getattr vop for tmpfsIan Moffett
32 hourskern: vfs: Add vop_getattr() for vnodesIan Moffett
36 hourskern: tmpfs: Use real length for EOF trackingIan Moffett
36 hourskern: tmpfs: Add tmpfs read callbackIan Moffett
36 hourskern: tmpfs: Add tmpfs write callbackIan Moffett
36 hourskern: Add kernel realloc() functionIan Moffett
37 hourskern: fs: Add initial tmpfs implementationIan Moffett
38 hourskern: devfs: Fix typo in VFS ops structureIan Moffett
38 hourskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
38 hourskern: vfs: Return vnode upon path parsing endIan Moffett
39 hourskern: vfs: Implement non image-fs namei lookupsIan Moffett
40 hourskern: vfs: Add 'create' virtual file operationIan Moffett
3 dayscmd: Add mex portIan Moffett
3 dayscmd: build: Drop libwidget from buildsIan Moffett
3 dayscmd: Add 'cat' commandIan Moffett
3 dayscmd: Add new 'echo' commandIan Moffett
3 dayslibc: string: Add strtok() functionIan Moffett
3 dayscmd: hush: Add argument parsingIan Moffett
3 dayskern/amd64: trap: Copy trapframe on syscall entryIan Moffett
3 dayskern: proc: Fix commentIan Moffett
3 dayscmd: init: Bring up login program on startupIan Moffett
3 dayskern/amd64: mp: Add idle threads per coreIan Moffett
3 dayskern/amd64: i8042: Add option to poll keyboardIan Moffett
3 dayskern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
3 dayskern: init: Initialize scheduler before modulesIan Moffett
3 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
3 dayskern/amd64: Introduce kernel threadsIan Moffett
4 daysbuild: Move 'login' to system binariesIan Moffett
4 dayscmd: Add initial 'login' programIan Moffett
4 daysdata: Add initial user credsIan Moffett
4 dayslibc: stdio: Add puts() functionIan Moffett
4 dayslibc: string: Add memcmp() functionIan Moffett
4 dayslibc: unistd: Add close system call interfaceIan Moffett
4 dayskern: filedesc: Add close() system callIan Moffett
4 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
4 dayskern: omar: Make OMAR reads offset awareIan Moffett
4 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
4 dayslibc: unistd: Add read system call interfaceIan Moffett
4 dayskern: Add SYS_read system call for file I/OIan Moffett
4 dayskern: omar: Implement VFS read vopIan Moffett
4 dayskern: namei: Return vnode before exiting functionIan Moffett
4 dayskern: namei: Return -NOENT at function endIan Moffett
4 dayskern: vfs: Add vnode operation for readsIan Moffett
4 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
4 dayskern: filedesc: Don't stop searching without fdIan Moffett
4 dayskern: filedesc: Remove outdated commentIan Moffett
4 dayskern: vfs: Add NULL check for write vopIan Moffett