index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
12 days
kern: Add initial usleep system call
HEAD
master
Ian Moffett
12 days
kern: clkdev: Add usleep() to HPET and all clkdevs
Ian Moffett
2025-10-20
kern: devfs: Expose devfs read callback
Ian Moffett
2025-10-20
kern: null: Return a count of zero in read hook
Ian Moffett
2025-10-20
kern: vfs: Add chardev vnode type
Ian Moffett
2025-10-20
kern: vfs: Return -ENOENT if image path is bad
Ian Moffett
2025-10-20
cmd: cat: Use ssize_t for len instead of size_t
Ian Moffett
2025-10-20
libc: l5: Add mmap() system call interface
Ian Moffett
2025-10-20
sys: mman: Include proper type headers
Ian Moffett
2025-10-19
kern: vm: Introduce initial mmap() impl
Ian Moffett
2025-10-19
kern: vm: Use spec_cpy, don't clobber 'spec'
Ian Moffett
2025-10-19
cmd: init: Mount the device filesystem
Ian Moffett
2025-10-19
kern/amd64: cpu: Add SIMD support
Ian Moffett
2025-10-19
kern/amd64: panic: Print core ID on panic()
Ian Moffett
2025-10-19
kern: Add user creds with EUID and RUID + setuid()
Ian Moffett
2025-10-19
sys: types: Remove redundant type
Ian Moffett
2025-10-18
kern: iotap: Return -ENOTSUP if I/O tap op is NULL
Ian Moffett
2025-10-18
kernel/amd64: Gracefully handle usermode faults
Ian Moffett
2025-10-18
kern: ahci: Use the stack for ports before copy
Ian Moffett
2025-10-18
kern: Implement skeleton for POSIX sockets
Ian Moffett
2025-10-18
kern: filedesc: Expose fd allocation API
Ian Moffett
2025-10-18
kern: vfs: Add vtype param to vop_create()
Ian Moffett
2025-10-18
kern: tmpfs: Make tmpfs create() vtype aware
Ian Moffett
2025-10-18
kern: vfs: Add 'vtype' spec to vop_create_args
Ian Moffett
2025-10-18
cmd: init: Attempt to mount tmpfs to /tmp
Ian Moffett
2025-10-18
kern: cons: Add horizontal tab rendering
Ian Moffett
2025-10-17
libc: unistd: Add lseek system call interface
Ian Moffett
2025-10-17
kern: Add SYS_lseek system call
Ian Moffett
2025-10-17
kern: filedesc: Implement lseek() function
Ian Moffett
2025-10-17
kern: tmpfs: Implement getattr vop for tmpfs
Ian Moffett
2025-10-17
kern: vfs: Add vop_getattr() for vnodes
Ian Moffett
2025-10-17
kern: tmpfs: Use real length for EOF tracking
Ian Moffett
2025-10-17
kern: tmpfs: Add tmpfs read callback
Ian Moffett
2025-10-17
kern: tmpfs: Add tmpfs write callback
Ian Moffett
2025-10-17
kern: Add kernel realloc() function
Ian Moffett
2025-10-17
kern: fs: Add initial tmpfs implementation
Ian Moffett
2025-10-17
kern: devfs: Fix typo in VFS ops structure
Ian Moffett
2025-10-17
kern: filedesc: Add O_CREAT flag for fd_open()
Ian Moffett
2025-10-17
kern: vfs: Return vnode upon path parsing end
Ian Moffett
2025-10-17
kern: vfs: Implement non image-fs namei lookups
Ian Moffett
2025-10-17
kern: vfs: Add 'create' virtual file operation
Ian Moffett
2025-10-16
cmd: Add mex port
Ian Moffett
2025-10-16
cmd: build: Drop libwidget from builds
Ian Moffett
2025-10-16
cmd: Add 'cat' command
Ian Moffett
2025-10-16
cmd: Add new 'echo' command
Ian Moffett
2025-10-16
libc: string: Add strtok() function
Ian Moffett
2025-10-16
cmd: hush: Add argument parsing
Ian Moffett
2025-10-15
kern/amd64: trap: Copy trapframe on syscall entry
Ian Moffett
2025-10-15
kern: proc: Fix comment
Ian Moffett
2025-10-15
cmd: init: Bring up login program on startup
Ian Moffett
[next]