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
path:
root
/
src
Age
Commit message (
Expand
)
Author
21 hours
kern: null: Return a count of zero in read hook
Ian Moffett
21 hours
kern: vfs: Add chardev vnode type
Ian Moffett
27 hours
kern: vfs: Return -ENOENT if image path is bad
Ian Moffett
27 hours
cmd: cat: Use ssize_t for len instead of size_t
Ian Moffett
29 hours
libc: l5: Add mmap() system call interface
Ian Moffett
29 hours
sys: mman: Include proper type headers
Ian Moffett
44 hours
kern: vm: Introduce initial mmap() impl
Ian Moffett
44 hours
kern: vm: Use spec_cpy, don't clobber 'spec'
Ian Moffett
46 hours
cmd: init: Mount the device filesystem
Ian Moffett
48 hours
kern/amd64: cpu: Add SIMD support
Ian Moffett
48 hours
kern/amd64: panic: Print core ID on panic()
Ian Moffett
2 days
kern: Add user creds with EUID and RUID + setuid()
Ian Moffett
2 days
sys: types: Remove redundant type
Ian Moffett
3 days
kern: iotap: Return -ENOTSUP if I/O tap op is NULL
Ian Moffett
3 days
kernel/amd64: Gracefully handle usermode faults
Ian Moffett
3 days
kern: ahci: Use the stack for ports before copy
Ian Moffett
3 days
kern: Implement skeleton for POSIX sockets
Ian Moffett
3 days
kern: filedesc: Expose fd allocation API
Ian Moffett
3 days
kern: vfs: Add vtype param to vop_create()
Ian Moffett
3 days
kern: tmpfs: Make tmpfs create() vtype aware
Ian Moffett
3 days
kern: vfs: Add 'vtype' spec to vop_create_args
Ian Moffett
3 days
cmd: init: Attempt to mount tmpfs to /tmp
Ian Moffett
3 days
kern: cons: Add horizontal tab rendering
Ian Moffett
4 days
libc: unistd: Add lseek system call interface
Ian Moffett
4 days
kern: Add SYS_lseek system call
Ian Moffett
4 days
kern: filedesc: Implement lseek() function
Ian Moffett
4 days
kern: tmpfs: Implement getattr vop for tmpfs
Ian Moffett
4 days
kern: vfs: Add vop_getattr() for vnodes
Ian Moffett
4 days
kern: tmpfs: Use real length for EOF tracking
Ian Moffett
4 days
kern: tmpfs: Add tmpfs read callback
Ian Moffett
4 days
kern: tmpfs: Add tmpfs write callback
Ian Moffett
4 days
kern: Add kernel realloc() function
Ian Moffett
4 days
kern: fs: Add initial tmpfs implementation
Ian Moffett
4 days
kern: devfs: Fix typo in VFS ops structure
Ian Moffett
4 days
kern: filedesc: Add O_CREAT flag for fd_open()
Ian Moffett
4 days
kern: vfs: Return vnode upon path parsing end
Ian Moffett
4 days
kern: vfs: Implement non image-fs namei lookups
Ian Moffett
4 days
kern: vfs: Add 'create' virtual file operation
Ian Moffett
5 days
cmd: Add mex port
Ian Moffett
5 days
cmd: build: Drop libwidget from builds
Ian Moffett
5 days
cmd: Add 'cat' command
Ian Moffett
6 days
cmd: Add new 'echo' command
Ian Moffett
6 days
libc: string: Add strtok() function
Ian Moffett
6 days
cmd: hush: Add argument parsing
Ian Moffett
6 days
kern/amd64: trap: Copy trapframe on syscall entry
Ian Moffett
6 days
kern: proc: Fix comment
Ian Moffett
6 days
cmd: init: Bring up login program on startup
Ian Moffett
6 days
kern/amd64: mp: Add idle threads per core
Ian Moffett
6 days
kern/amd64: i8042: Add option to poll keyboard
Ian Moffett
6 days
kern/amd64: proc: Don't dequeue procs in idle loop
Ian Moffett
[next]