index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
10 hours
kernel: socket: Fake success on missing opt
Ian Moffett
10 hours
kernel: socket: Fix typo in comment
Ian Moffett
13 hours
kernel & libc: Add POSIX setsockopt syscall
Ian Moffett
13 hours
kernel: socket: Implement recv() timeout
Ian Moffett
14 hours
kernel: socket: Add POSIX setsockopt()
Ian Moffett
14 hours
kernel: socket: Fix typo in code comment
Ian Moffett
14 hours
kernel: sched: Add sched_suspend()
Ian Moffett
16 hours
kernel: socket: Refactor recv() impl
Ian Moffett
16 hours
kernel: socket: Zero newly allocated 'ksock'
Ian Moffett
3 days
kernel: ctlfs: Keep comment up to date
Ian Moffett
3 days
kernel: dmi: Add '/ctl/dmi/board' ctl entry
Ian Moffett
3 days
kernel: dmi: Add dmi_prodfam()
Ian Moffett
3 days
kernel: dmi: Add dmi_cpu_version()
Ian Moffett
5 days
kernel: Add SYS_connect syscall
Ian Moffett
5 days
kernel: socket: Implement connect()
Ian Moffett
5 days
kernel: socket: Improve control message logic
Ian Moffett
5 days
kernel: socket: Block is recv queue is empty
Ian Moffett
5 days
kernel: socket: Block if cmsg queue is empty
Ian Moffett
5 days
kernel: socket: Log socket owner PID on SCM_RIGHTS
Ian Moffett
5 days
kernel: socket: Create a socket file in /tmp/
Ian Moffett
5 days
kernel: socket: Keep track of socket owner
Ian Moffett
5 days
sys: types: Use internal typenames for typedefs
Ian Moffett
5 days
kernel: descrip: Add 'td' parameter to fd routines
Ian Moffett
7 days
kernel: socket: Ensure AF_UNIX in recvmsg()
Ian Moffett
7 days
kernel: Add SYS_sendmsg and SYS_recvmsg
Ian Moffett
7 days
kernel: socket: Add initial SCM + CMSG impl
Ian Moffett
7 days
kernel: uio: Add iovec copyin/copyout routines
Ian Moffett
7 days
kernel: posix: Add POSIX 'uio'
Ian Moffett
8 days
kernel: Introduce per-arch M_WORD_SIZE
Ian Moffett
8 days
kernel: net: Add socket syscalls
Ian Moffett
8 days
kernel: net: Introduce initial socket impl
Ian Moffett
8 days
kernel: net: Add missing sys/types.h include
Ian Moffett
10 days
kernel: vsr: Add 'td' argument for most funcs
Ian Moffett
10 days
kernel: Introduce initial VSR impl
Ian Moffett
10 days
kernel: lib: Add strdup() to string.h
Ian Moffett
10 days
kernel: termios: Add c_oflag bit defines
Ian Moffett
10 days
kernel: termios: Add compatibility flags
Ian Moffett
11 days
kernel: cons: Create seperate 'scr' var for root
Ian Moffett
11 days
kernel: signal: Add SIGTERM
Ian Moffett
11 days
kernel: accnt: Report how many cores are halted
Ian Moffett
11 days
kernel/amd64: Keep track of which cores are online
Ian Moffett
11 days
kernel/amd64: cdefs: Remove unused include
Ian Moffett
12 days
sys: queue: Include user headers ifndef _KERNEL
Ian Moffett
2025-07-21
kernel: tmpfs: Fixup real_size computation
Ian Moffett
2025-07-21
kernel: subr: Check uaddr against mmap ledger
Ian Moffett
2025-07-20
build: Remove 'BLACKLIST'
Ian Moffett
2025-07-19
kernel: kconf: Seperate shared options to sys/conf
Ian Moffett
2025-07-17
kernel/amd64: mp: Pin one idle thread to each core
Ian Moffett
2025-07-17
kernel: sched: Add support for CPU pinning
Ian Moffett
2025-07-17
kernel: spawn: Deprecate SPAWN_WAIT
Ian Moffett
[next]