summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
43 hourskern: devfs: Expose devfs read callbackHEADmasterdevIan Moffett
43 hourskern: null: Return a count of zero in read hookIan Moffett
43 hourskern: vfs: Add chardev vnode typeIan Moffett
2 dayskern: vfs: Return -ENOENT if image path is badIan Moffett
2 dayscmd: cat: Use ssize_t for len instead of size_tIan Moffett
2 dayslibc: l5: Add mmap() system call interfaceIan Moffett
2 dayssys: mman: Include proper type headersIan Moffett
3 dayskern: vm: Introduce initial mmap() implIan Moffett
3 dayskern: vm: Use spec_cpy, don't clobber 'spec'Ian Moffett
3 dayscmd: init: Mount the device filesystemIan Moffett
3 dayskern/amd64: cpu: Add SIMD supportIan Moffett
3 dayskern/amd64: panic: Print core ID on panic()Ian Moffett
3 dayskern: Add user creds with EUID and RUID + setuid()Ian Moffett
3 dayssys: types: Remove redundant typeIan Moffett
4 dayskern: iotap: Return -ENOTSUP if I/O tap op is NULLIan Moffett
4 dayskernel/amd64: Gracefully handle usermode faultsIan Moffett
4 dayskern: ahci: Use the stack for ports before copyIan Moffett
4 dayskern: Implement skeleton for POSIX socketsIan Moffett
4 dayskern: filedesc: Expose fd allocation APIIan Moffett
4 dayskern: vfs: Add vtype param to vop_create()Ian Moffett
4 dayskern: tmpfs: Make tmpfs create() vtype awareIan Moffett
4 dayskern: vfs: Add 'vtype' spec to vop_create_argsIan Moffett
4 dayscmd: init: Attempt to mount tmpfs to /tmpIan Moffett
4 dayskern: cons: Add horizontal tab renderingIan Moffett
5 dayslibc: unistd: Add lseek system call interfaceIan Moffett
5 dayskern: Add SYS_lseek system callIan Moffett
5 dayskern: filedesc: Implement lseek() functionIan Moffett
5 dayskern: tmpfs: Implement getattr vop for tmpfsIan Moffett
5 dayskern: vfs: Add vop_getattr() for vnodesIan Moffett
5 dayskern: tmpfs: Use real length for EOF trackingIan Moffett
5 dayskern: tmpfs: Add tmpfs read callbackIan Moffett
5 dayskern: tmpfs: Add tmpfs write callbackIan Moffett
5 dayskern: Add kernel realloc() functionIan Moffett
5 dayskern: fs: Add initial tmpfs implementationIan Moffett
5 dayskern: devfs: Fix typo in VFS ops structureIan Moffett
5 dayskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
5 dayskern: vfs: Return vnode upon path parsing endIan Moffett
5 dayskern: vfs: Implement non image-fs namei lookupsIan Moffett
5 dayskern: vfs: Add 'create' virtual file operationIan Moffett
6 dayscmd: Add mex portIan Moffett
6 dayscmd: build: Drop libwidget from buildsIan Moffett
6 dayscmd: Add 'cat' commandIan Moffett
7 dayscmd: Add new 'echo' commandIan Moffett
7 dayslibc: string: Add strtok() functionIan Moffett
7 dayscmd: hush: Add argument parsingIan Moffett
7 dayskern/amd64: trap: Copy trapframe on syscall entryIan Moffett
7 dayskern: proc: Fix commentIan Moffett
7 dayscmd: init: Bring up login program on startupIan Moffett
7 dayskern/amd64: mp: Add idle threads per coreIan Moffett
7 dayskern/amd64: i8042: Add option to poll keyboardIan Moffett