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
/
include
/
compat
Age
Commit message (
Expand
)
Author
19 hours
kern: filedesc: Add close() system call
Ian Moffett
21 hours
kern: Add SYS_read system call for file I/O
Ian Moffett
36 hours
kern: dms: Add initial DMS engine sources
Ian Moffett
3 days
kern: proc: Add initial waitpid() syscall
Ian Moffett
4 days
kern: reboot: Add reboot system call
Ian Moffett
6 days
kern: proc: Add getargv system call
Ian Moffett
7 days
kern: iotap: Expose I/O taps to userland
Ian Moffett
9 days
kern: syscall: Add SYS_open to syscall table
Ian Moffett
9 days
Fix conflicts
Ian Moffett
9 days
kern: filedes: Add SYS_open system call
Ian Moffett
10 days
kern: syscall: Add SYS_mount syscall
Ian Moffett
11 days
kern: syscall: Add initial SYS_spawn syscall
Ian Moffett
2025-09-30
kern: mac: Add MAC resource querying
Ian Moffett
2025-09-23
usr: libc: Add libc syscall interface
Ian Moffett
2025-09-23
kern: security: Add initial support for MAC
Ian Moffett
2025-09-20
kern: syscall: Add initial write(2) stub
Ian Moffett
2025-09-20
kern: proc: Move sys_exit() to sys/compat/unix/*
Ian Moffett
2025-09-17
kern/amd64: Implement syscall domains and windows
Ian Moffett