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