summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
31 hourskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
31 hourskernel: sysctl: Add 'kern.hostname' varIan Moffett
31 hourskernel: Do not blacklist AHCIIan Moffett
32 hourskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
32 hourskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
32 hourskernel: sysctl: Add sysctl_clearstr()Ian Moffett
40 hourskernel: vcache: Include '\0' in sysctl stringIan Moffett
2 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
3 dayskernel: socket: Fake success on missing optIan Moffett
3 dayskernel: socket: Fix typo in commentIan Moffett
3 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
3 dayskernel: socket: Implement recv() timeoutIan Moffett
3 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
3 dayskernel: socket: Fix typo in code commentIan Moffett
3 dayskernel: sched: Add sched_suspend()Ian Moffett
4 dayskernel: socket: Refactor recv() implIan Moffett
4 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
8 dayskernel: Add SYS_connect syscallIan Moffett
8 dayskernel: socket: Implement connect()Ian Moffett
8 dayskernel: socket: Improve control message logicIan Moffett
8 dayskernel: socket: Block is recv queue is emptyIan Moffett
8 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
8 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
8 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
8 dayskernel: socket: Keep track of socket ownerIan Moffett
8 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
10 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
10 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
10 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
10 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
10 dayskernel: posix: Add POSIX 'uio'Ian Moffett
11 dayskernel: net: Add socket syscallsIan Moffett
11 dayskernel: net: Introduce initial socket implIan Moffett
13 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
13 dayskernel: Introduce initial VSR implIan Moffett
14 dayskernel: signal: Add SIGTERMIan Moffett
2025-07-25kernel: accnt: Report how many cores are haltedIan Moffett
2025-07-21kernel: subr: Check uaddr against mmap ledgerIan Moffett
2025-07-17kernel: sched: Add support for CPU pinningIan Moffett
2025-07-17kernel: spawn: Deprecate SPAWN_WAITIan Moffett
2025-07-17kernel: spawn: Add waitpid()Ian Moffett
2025-07-17kernel: exit: Reassign children to init on exitIan Moffett
2025-07-17kernel: init_main: Store 'init' as g_initIan Moffett
2025-07-17kernel: spawn: Continue if procp NULLIan Moffett
2025-07-16kernel: accnt: Keep track of per-cpu statsIan Moffett
2025-07-16kernel: Sort out switch MI/MD switch logicIan Moffett
2025-07-16kernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
2025-07-16kernel: Add initial accounting logicIan Moffett
2025-07-16kernel: proc: Decrement proc count on exitIan Moffett
2025-07-16kernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett