summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2 dayskernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
2 dayskernel: disk: Implement disk_query()Ian Moffett
3 dayskernel: disk: Add comment of V_BSIZE requirementsIan Moffett
3 dayskernel: disk: Introduce virtual blocksIan Moffett
5 dayskernel: disk: Add disk limit enforcementsIan Moffett
5 dayskernel: disk: Add initial disk engine sourcesIan Moffett
5 dayskernel: Introduce disk management frameworkIan Moffett
5 dayskernel: Initialize UACPI right before driversIan Moffett
7 dayskernel: vm: Add virtual memory statisticsIan Moffett
9 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
9 dayskernel: Increment g_nthreads in proc_init() onlyIan Moffett
9 dayskernel: proc: Remove extra newlineIan Moffett
9 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
9 dayskernel: proc: Add proc_init() routineIan Moffett
9 dayskernel: Add initial workqueue frameworkIan Moffett
13 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
13 dayskernel: descrip: Fix byte count on read()Ian Moffett
13 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
13 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
13 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
13 dayskernel: Do not blacklist AHCIIan Moffett
13 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
13 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
13 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
13 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
2025-08-06Merge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
2025-08-04kernel: socket: Fake success on missing optIan Moffett
2025-08-04kernel: socket: Fix typo in commentIan Moffett
2025-08-04kernel & libc: Add POSIX setsockopt syscallIan Moffett
2025-08-04kernel: socket: Implement recv() timeoutIan Moffett
2025-08-04kernel: socket: Add POSIX setsockopt()Ian Moffett
2025-08-04kernel: socket: Fix typo in code commentIan Moffett
2025-08-04kernel: sched: Add sched_suspend()Ian Moffett
2025-08-04kernel: socket: Refactor recv() implIan Moffett
2025-08-04kernel: 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