summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
19 hourskern: iotap: Return -ENOTSUP if I/O tap op is NULLIan Moffett
19 hourskernel/amd64: Gracefully handle usermode faultsIan Moffett
23 hourskern: ahci: Use the stack for ports before copyIan Moffett
26 hourskern: Implement skeleton for POSIX socketsIan Moffett
26 hourskern: filedesc: Expose fd allocation APIIan Moffett
27 hourskern: vfs: Add vtype param to vop_create()Ian Moffett
28 hourskern: tmpfs: Make tmpfs create() vtype awareHEADmasterIan Moffett
28 hourskern: vfs: Add 'vtype' spec to vop_create_argsIan Moffett
28 hourscmd: init: Attempt to mount tmpfs to /tmpIan Moffett
31 hourskern: cons: Add horizontal tab renderingIan Moffett
46 hourslibc: unistd: Add lseek system call interfaceIan Moffett
46 hourskern: Add SYS_lseek system callIan Moffett
46 hourskern: filedesc: Implement lseek() functionIan Moffett
47 hourskern: tmpfs: Implement getattr vop for tmpfsIan Moffett
47 hourskern: vfs: Add vop_getattr() for vnodesIan Moffett
2 dayskern: tmpfs: Use real length for EOF trackingIan Moffett
2 dayskern: tmpfs: Add tmpfs read callbackIan Moffett
2 dayskern: tmpfs: Add tmpfs write callbackIan Moffett
2 dayskern: Add kernel realloc() functionIan Moffett
2 dayskern: fs: Add initial tmpfs implementationIan Moffett
2 dayskern: devfs: Fix typo in VFS ops structureIan Moffett
2 dayskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
2 dayskern: vfs: Return vnode upon path parsing endIan Moffett
2 dayskern: vfs: Implement non image-fs namei lookupsIan Moffett
2 dayskern: 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
4 dayscmd: Add new 'echo' commandIan Moffett
4 dayslibc: string: Add strtok() functionIan Moffett
4 dayscmd: hush: Add argument parsingIan Moffett
4 dayskern/amd64: trap: Copy trapframe on syscall entryIan Moffett
4 dayskern: proc: Fix commentIan Moffett
4 dayscmd: init: Bring up login program on startupIan Moffett
4 dayskern/amd64: mp: Add idle threads per coreIan Moffett
4 dayskern/amd64: i8042: Add option to poll keyboardIan Moffett
4 dayskern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
4 dayskern: init: Initialize scheduler before modulesIan Moffett
4 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
4 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