summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
20 hourskernel: disk: Introduce virtual blocksmainIan Moffett
3 dayskernel: disk: Add disk limit enforcementsIan Moffett
3 dayskernel: disk: Add initial disk engine sourcesIan Moffett
3 dayskernel: Introduce disk management frameworkIan Moffett
3 dayskernel: Initialize UACPI right before driversIan Moffett
5 dayskernel: vm: Add virtual memory statisticsIan Moffett
6 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
6 dayskernel: Increment g_nthreads in proc_init() onlyIan Moffett
6 dayskernel: proc: Remove extra newlineIan Moffett
6 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
7 dayskernel: proc: Add proc_init() routineIan Moffett
7 dayskernel: Add initial workqueue frameworkIan Moffett
11 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
11 dayskernel: descrip: Fix byte count on read()Ian Moffett
11 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
11 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
11 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
11 dayskernel: Do not blacklist AHCIIan Moffett
11 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
11 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
11 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
11 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
12 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
13 dayskernel: socket: Fake success on missing optIan Moffett
13 dayskernel: socket: Fix typo in commentIan Moffett
13 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
13 dayskernel: socket: Implement recv() timeoutIan Moffett
13 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
13 dayskernel: socket: Fix typo in code commentIan Moffett
13 dayskernel: sched: Add sched_suspend()Ian Moffett
13 dayskernel: socket: Refactor recv() implIan Moffett
13 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
2025-07-31kernel: Add SYS_connect syscallIan Moffett
2025-07-31kernel: socket: Implement connect()Ian Moffett
2025-07-31kernel: socket: Improve control message logicIan Moffett
2025-07-31kernel: socket: Block is recv queue is emptyIan Moffett
2025-07-31kernel: socket: Block if cmsg queue is emptyIan Moffett
2025-07-31kernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
2025-07-31kernel: socket: Create a socket file in /tmp/Ian Moffett
2025-07-31kernel: socket: Keep track of socket ownerIan Moffett
2025-07-31kernel: 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