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
/
kern
Age
Commit message (
Expand
)
Author
26 hours
kernel: descrip: Fix byte count on read()
Ian Moffett
26 hours
kernel: sysctl: Report 'hw.*' variables
Ian Moffett
29 hours
kernel: sysctl: Set 'oldlenp' to NULL if needed
Ian Moffett
30 hours
kernel: sysctl: Add 'kern.hostname' var
Ian Moffett
30 hours
kernel: Do not blacklist AHCI
Ian Moffett
30 hours
kernel: sysctl: Allow 'old*' fields to be NULL
Ian Moffett
30 hours
kernel: sysctl: Be sure to set 'newlen' in args
Ian Moffett
31 hours
kernel: sysctl: Add sysctl_clearstr()
Ian Moffett
39 hours
kernel: vcache: Include '\0' in sysctl string
Ian Moffett
2 days
Merge branch 'expt' of github.com:sigsegv7/Hyra into expt
Ian Moffett
3 days
kernel: socket: Fake success on missing opt
Ian Moffett
3 days
kernel: socket: Fix typo in comment
Ian Moffett
3 days
kernel & libc: Add POSIX setsockopt syscall
Ian Moffett
3 days
kernel: socket: Implement recv() timeout
Ian Moffett
3 days
kernel: socket: Add POSIX setsockopt()
Ian Moffett
3 days
kernel: socket: Fix typo in code comment
Ian Moffett
3 days
kernel: sched: Add sched_suspend()
Ian Moffett
3 days
kernel: socket: Refactor recv() impl
Ian Moffett
3 days
kernel: socket: Zero newly allocated 'ksock'
Ian Moffett
8 days
kernel: Add SYS_connect syscall
Ian Moffett
8 days
kernel: socket: Implement connect()
Ian Moffett
8 days
kernel: socket: Improve control message logic
Ian Moffett
8 days
kernel: socket: Block is recv queue is empty
Ian Moffett
8 days
kernel: socket: Block if cmsg queue is empty
Ian Moffett
8 days
kernel: socket: Log socket owner PID on SCM_RIGHTS
Ian Moffett
8 days
kernel: socket: Create a socket file in /tmp/
Ian Moffett
8 days
kernel: socket: Keep track of socket owner
Ian Moffett
8 days
kernel: descrip: Add 'td' parameter to fd routines
Ian Moffett
10 days
kernel: socket: Ensure AF_UNIX in recvmsg()
Ian Moffett
10 days
kernel: Add SYS_sendmsg and SYS_recvmsg
Ian Moffett
10 days
kernel: socket: Add initial SCM + CMSG impl
Ian Moffett
10 days
kernel: uio: Add iovec copyin/copyout routines
Ian Moffett
10 days
kernel: posix: Add POSIX 'uio'
Ian Moffett
11 days
kernel: net: Add socket syscalls
Ian Moffett
11 days
kernel: net: Introduce initial socket impl
Ian Moffett
13 days
kernel: vsr: Add 'td' argument for most funcs
Ian Moffett
13 days
kernel: Introduce initial VSR impl
Ian Moffett
14 days
kernel: signal: Add SIGTERM
Ian Moffett
2025-07-25
kernel: accnt: Report how many cores are halted
Ian Moffett
2025-07-21
kernel: subr: Check uaddr against mmap ledger
Ian Moffett
2025-07-17
kernel: sched: Add support for CPU pinning
Ian Moffett
2025-07-17
kernel: spawn: Deprecate SPAWN_WAIT
Ian Moffett
2025-07-17
kernel: spawn: Add waitpid()
Ian Moffett
2025-07-17
kernel: exit: Reassign children to init on exit
Ian Moffett
2025-07-17
kernel: init_main: Store 'init' as g_init
Ian Moffett
2025-07-17
kernel: spawn: Continue if procp NULL
Ian Moffett
2025-07-16
kernel: accnt: Keep track of per-cpu stats
Ian Moffett
2025-07-16
kernel: Sort out switch MI/MD switch logic
Ian Moffett
2025-07-16
kernel: Move 'g_nthreads' to kern_accnt.c
Ian Moffett
2025-07-16
kernel: Add initial accounting logic
Ian Moffett
[next]