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
/
sys
/
os
Age
Commit message (
Expand
)
Author
25 hours
kern: Add kernel realloc() function
Ian Moffett
26 hours
kern: fs: Add initial tmpfs implementation
Ian Moffett
26 hours
kern: devfs: Fix typo in VFS ops structure
Ian Moffett
26 hours
kern: filedesc: Add O_CREAT flag for fd_open()
Ian Moffett
26 hours
kern: vfs: Return vnode upon path parsing end
Ian Moffett
27 hours
kern: vfs: Implement non image-fs namei lookups
Ian Moffett
28 hours
kern: vfs: Add 'create' virtual file operation
Ian Moffett
3 days
kern/amd64: mp: Add idle threads per core
Ian Moffett
3 days
kern: init: Initialize scheduler before modules
Ian Moffett
3 days
kern/amd64: Introduce kernel threads
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
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
kern: Add initial DMS framework
Ian Moffett
4 days
kern: proc: Check argc after checking envblk
Ian Moffett
5 days
kern: proc: Add NULL check for envblk
Ian Moffett
5 days
kern: os: Remove extra newline
Ian Moffett
5 days
kern: proc: Add initial waitpid() syscall
Ian Moffett
5 days
kern: proc: Implement process sleeping and waking
Ian Moffett
5 days
kern: proc: Use seperate queue link for lookups
Ian Moffett
5 days
kern: init: Turn off console logs before userland
Ian Moffett
7 days
kern: proc: Add process lookups by PID
Ian Moffett
7 days
kern: mac: Document the MAC border table
Ian Moffett
8 days
kern: proc: Add getargv system call
Ian Moffett
8 days
kern: systm: Add copyoutstr()
Ian Moffett
8 days
kern: proc: Add initial penv block support
Ian Moffett
9 days
kern: iotap: Expose I/O taps to userland
Ian Moffett
9 days
kern: security: Improve scalability of MAC checks
Ian Moffett
11 days
kern: iotap: Remove unused include
Ian Moffett
11 days
kern: os: Add I/O tap framework
Ian Moffett
11 days
kern: os: Support up to 8 max namespaces
Ian Moffett
11 days
kern: filedes: Write non standard streams
Ian Moffett
11 days
kern: filedes: Fix erroneous sizeof()
Ian Moffett
11 days
kern: filedes: Add missing whitespace
Ian Moffett
11 days
kern: filedes: Ignore unitialized vnodes
Ian Moffett
11 days
kern: vfs: Add write vop to vnodes
Ian Moffett
11 days
kern: os: Verify access semantics in fd_write()
Ian Moffett
11 days
kern: filedes: Duplicate FDs for standard streams
Ian Moffett
11 days
kern: filedes: Save the mode in fd_open()
Ian Moffett
11 days
os: vnode: Add refcounts to vnodes
Ian Moffett
[next]