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