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