summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
11 hourskernel: sysctl: Add 'proc.count' entryIan Moffett
11 hourskernel: Increment g_nthreads in proc_init() onlyIan Moffett
11 hourskernel: proc: Remove extra newlineIan Moffett
11 hourskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
13 hourskernel: proc: Add proc_init() routineIan Moffett
13 hourskernel: Add initial workqueue frameworkIan Moffett
5 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
5 dayskernel: descrip: Fix byte count on read()Ian Moffett
5 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
5 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
5 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
5 dayskernel: Do not blacklist AHCIIan Moffett
5 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
5 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
5 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
5 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
6 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
7 dayskernel: socket: Fake success on missing optIan Moffett
7 dayskernel: socket: Fix typo in commentIan Moffett
7 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
7 dayskernel: socket: Implement recv() timeoutIan Moffett
7 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
7 dayskernel: socket: Fix typo in code commentIan Moffett
7 dayskernel: sched: Add sched_suspend()Ian Moffett
7 dayskernel: socket: Refactor recv() implIan Moffett
7 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
11 dayskernel: Add SYS_connect syscallIan Moffett
11 dayskernel: socket: Implement connect()Ian Moffett
11 dayskernel: socket: Improve control message logicIan Moffett
11 dayskernel: socket: Block is recv queue is emptyIan Moffett
11 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
11 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
11 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
11 dayskernel: socket: Keep track of socket ownerIan Moffett
11 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
14 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
14 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
14 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
14 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
14 dayskernel: posix: Add POSIX 'uio'Ian Moffett
2025-07-28kernel: net: Add socket syscallsIan Moffett
2025-07-28kernel: net: Introduce initial socket implIan Moffett
2025-07-26kernel: vsr: Add 'td' argument for most funcsIan Moffett
2025-07-26kernel: Introduce initial VSR implIan Moffett
2025-07-25kernel: 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