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
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
9 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
2025-09-28
kern: Add safe copyin() and copyout()
Ian Moffett
2025-09-28
build: Use clang during early state
Ian Moffett
2025-09-27
kern: proc: Don't acquire maplist lock during init
Ian Moffett
2025-09-27
kern: fs: Add initial devfs implementation
Ian Moffett
2025-09-27
kern: namei: Fallback to path parse if lookup fail
Ian Moffett
2025-09-27
kern: Add initial signals work
Ian Moffett
2025-09-27
kern: proc: Protect mapping list with spinlock
Ian Moffett
2025-09-26
kernel: filedesc: Allocate standard streams
Ian Moffett
2025-09-25
kern: mac: Make mac_map() return ssize_t
Ian Moffett
2025-09-23
kern: security: Add initial support for MAC
Ian Moffett
2025-09-21
kern: omar: Implement image-like lookup VOP
Ian Moffett
2025-09-21
kern: Mount root filesystem in vfs_init()
Ian Moffett
2025-09-21
kern: vfs: Add support for image-like paths
Ian Moffett
2025-09-21
kern: vfs: Add lookup by name helper
Ian Moffett
2025-09-21
kern: Introduce clock device framework
Ian Moffett
2025-09-20
kern: Initialize ACPI before cpu_conf() call
Ian Moffett
2025-09-20
kern: syscall: Add initial write(2) stub
Ian Moffett
[next]