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
19 hours
kern: Add SYS_lseek system call
Ian Moffett
19 hours
kern: filedesc: Implement lseek() function
Ian Moffett
19 hours
kern: tmpfs: Implement getattr vop for tmpfs
Ian Moffett
19 hours
kern: vfs: Add vop_getattr() for vnodes
Ian Moffett
23 hours
kern: tmpfs: Use real length for EOF tracking
Ian Moffett
23 hours
kern: tmpfs: Add tmpfs read callback
Ian Moffett
23 hours
kern: tmpfs: Add tmpfs write callback
Ian Moffett
23 hours
kern: Add kernel realloc() function
Ian Moffett
24 hours
kern: fs: Add initial tmpfs implementation
Ian Moffett
25 hours
kern: devfs: Fix typo in VFS ops structure
Ian Moffett
25 hours
kern: filedesc: Add O_CREAT flag for fd_open()
Ian Moffett
25 hours
kern: vfs: Return vnode upon path parsing end
Ian Moffett
25 hours
kern: vfs: Implement non image-fs namei lookups
Ian Moffett
27 hours
kern: vfs: Add 'create' virtual file operation
Ian Moffett
2 days
cmd: Add mex port
Ian Moffett
2 days
cmd: build: Drop libwidget from builds
Ian Moffett
2 days
cmd: Add 'cat' command
Ian Moffett
3 days
cmd: Add new 'echo' command
Ian Moffett
3 days
libc: string: Add strtok() function
Ian Moffett
3 days
cmd: hush: Add argument parsing
Ian Moffett
3 days
kern/amd64: trap: Copy trapframe on syscall entry
Ian Moffett
3 days
kern: proc: Fix comment
Ian Moffett
3 days
cmd: init: Bring up login program on startup
Ian Moffett
3 days
kern/amd64: mp: Add idle threads per core
Ian Moffett
3 days
kern/amd64: i8042: Add option to poll keyboard
Ian Moffett
3 days
kern/amd64: proc: Don't dequeue procs in idle loop
Ian Moffett
3 days
kern: init: Initialize scheduler before modules
Ian Moffett
3 days
kern/amd64: proc: md_proc_yield -> md_proc_idle
Ian Moffett
3 days
kern/amd64: Introduce kernel threads
Ian Moffett
3 days
build: Move 'login' to system binaries
Ian Moffett
3 days
cmd: Add initial 'login' program
Ian Moffett
3 days
data: Add initial user creds
Ian Moffett
3 days
libc: stdio: Add puts() function
Ian Moffett
3 days
libc: string: Add memcmp() function
Ian Moffett
3 days
libc: unistd: Add close system call interface
Ian Moffett
3 days
kern: filedesc: Add close() system call
Ian Moffett
3 days
kern: vfs: Add reclaim callback to vnode
Ian Moffett
3 days
kern: omar: Make OMAR reads offset aware
Ian Moffett
3 days
kern: vfs: Make vnode r/w operations offset aware
Ian Moffett
3 days
libc: unistd: Add read system call interface
Ian Moffett
3 days
kern: Add SYS_read system call for file I/O
Ian Moffett
3 days
kern: omar: Implement VFS read vop
Ian Moffett
3 days
kern: namei: Return vnode before exiting function
Ian Moffett
3 days
kern: namei: Return -NOENT at function end
Ian Moffett
3 days
kern: vfs: Add vnode operation for reads
Ian Moffett
3 days
kern: omar: Set vnode ops per looked up node
Ian Moffett
3 days
kern: filedesc: Don't stop searching without fd
Ian Moffett
3 days
kern: filedesc: Remove outdated comment
Ian Moffett
3 days
kern: vfs: Add NULL check for write vop
Ian Moffett
4 days
cmd: Add 'lsdisk' utility
Ian Moffett
[next]