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
21 hours
kern: Add SYS_read system call for file I/O
Ian Moffett
21 hours
kern: omar: Implement VFS read vop
Ian Moffett
21 hours
kern: namei: Return vnode before exiting function
Ian Moffett
21 hours
kern: namei: Return -NOENT at function end
Ian Moffett
21 hours
kern: vfs: Add vnode operation for reads
Ian Moffett
21 hours
kern: omar: Set vnode ops per looked up node
Ian Moffett
21 hours
kern: filedesc: Don't stop searching without fd
Ian Moffett
22 hours
kern: filedesc: Remove outdated comment
Ian Moffett
22 hours
kern: vfs: Add NULL check for write vop
Ian Moffett
38 hours
kern: Add initial DMS framework
Ian Moffett
42 hours
kern: proc: Check argc after checking envblk
Ian Moffett
3 days
kern: proc: Add NULL check for envblk
Ian Moffett
3 days
kern: os: Remove extra newline
Ian Moffett
3 days
kern: proc: Add initial waitpid() syscall
Ian Moffett
3 days
kern: proc: Implement process sleeping and waking
Ian Moffett
3 days
kern: proc: Use seperate queue link for lookups
Ian Moffett
3 days
kern: init: Turn off console logs before userland
Ian Moffett
5 days
kern: proc: Add process lookups by PID
Ian Moffett
5 days
kern: mac: Document the MAC border table
Ian Moffett
6 days
kern: proc: Add getargv system call
Ian Moffett
6 days
kern: systm: Add copyoutstr()
Ian Moffett
6 days
kern: proc: Add initial penv block support
Ian Moffett
7 days
kern: iotap: Expose I/O taps to userland
Ian Moffett
7 days
kern: security: Improve scalability of MAC checks
Ian Moffett
8 days
kern: iotap: Remove unused include
Ian Moffett
9 days
kern: os: Add I/O tap framework
Ian Moffett
9 days
kern: os: Support up to 8 max namespaces
Ian Moffett
9 days
kern: filedes: Write non standard streams
Ian Moffett
9 days
kern: filedes: Fix erroneous sizeof()
Ian Moffett
9 days
kern: filedes: Add missing whitespace
Ian Moffett
9 days
kern: filedes: Ignore unitialized vnodes
Ian Moffett
9 days
kern: vfs: Add write vop to vnodes
Ian Moffett
9 days
kern: os: Verify access semantics in fd_write()
Ian Moffett
9 days
kern: filedes: Duplicate FDs for standard streams
Ian Moffett
9 days
kern: filedes: Save the mode in fd_open()
Ian Moffett
9 days
os: vnode: Add refcounts to vnodes
Ian Moffett
10 days
Fix conflicts
Ian Moffett
10 days
kern: filedes: Add SYS_open system call
Ian Moffett
10 days
kern: filedesc: Add fd_open() function
Ian Moffett
10 days
kern: Add /dev/null
Ian Moffett
10 days
kern: syscall: Add SYS_mount syscall
Ian Moffett
11 days
kern: syscall: Add initial SYS_spawn syscall
Ian Moffett
11 days
kern: proc: Add initial spawn function
Ian Moffett
11 days
kern: os: Add copyinstr()
Ian Moffett
11 days
kern: ns: Increment object count upon entry
Ian Moffett
2025-09-30
kern: Add initial pirho compiler sources
Ian Moffett
2025-09-30
kern: vfs: Return vnode result in namei()
Ian Moffett
2025-09-29
kern: init: Initialize namespaces before modules
Ian Moffett
2025-09-29
kern: ns: Extract true object data from entry
Ian Moffett
2025-09-29
kern: Add initial object namespace sources
Ian Moffett
[next]