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