summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
43 hourskernel: acpi: Add GAS I/O access definitionsIan Moffett
45 hourskernel: acpi: Add handling of GPEs and notifyIan Moffett
3 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
3 dayskernel: descrip: Fix byte count on read()Ian Moffett
3 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
3 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
3 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
3 dayskernel: Do not blacklist AHCIIan Moffett
3 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
3 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
4 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
4 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
4 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
4 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
4 dayskernel/amd64: Limit frame depth in backtraceIan Moffett
4 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
4 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
5 dayskernel: socket: Fake success on missing optIan Moffett
5 dayskernel: socket: Fix typo in commentIan Moffett
6 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
6 dayskernel: socket: Implement recv() timeoutIan Moffett
6 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
6 dayskernel: socket: Fix typo in code commentIan Moffett
6 dayskernel: sched: Add sched_suspend()Ian Moffett
6 dayskernel: socket: Refactor recv() implIan Moffett
6 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
8 dayskernel: ctlfs: Keep comment up to dateIan Moffett
8 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
8 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
8 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
10 dayskernel: Add SYS_connect syscallIan Moffett
10 dayskernel: socket: Implement connect()Ian Moffett
10 dayskernel: socket: Improve control message logicIan Moffett
10 dayskernel: socket: Block is recv queue is emptyIan Moffett
10 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
10 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
10 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
10 dayskernel: socket: Keep track of socket ownerIan Moffett
10 dayssys: types: Use internal typenames for typedefsIan Moffett
10 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
12 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
12 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
12 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
12 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
12 dayskernel: posix: Add POSIX 'uio'Ian Moffett
13 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
13 dayskernel: net: Add socket syscallsIan Moffett
13 dayskernel: net: Introduce initial socket implIan Moffett
13 dayskernel: net: Add missing sys/types.h includeIan Moffett
2025-07-26kernel: vsr: Add 'td' argument for most funcsIan Moffett