summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
12 dayskernel: descrip: Fix byte count on read()Ian Moffett
12 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
12 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
12 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
12 dayskernel: Do not blacklist AHCIIan Moffett
12 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
12 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
12 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
12 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
13 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
13 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
13 dayskernel/amd64: Limit frame depth in backtraceIan Moffett
13 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
13 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
14 dayskernel: socket: Fake success on missing optIan Moffett
14 dayskernel: socket: Fix typo in commentIan Moffett
14 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
14 dayskernel: socket: Implement recv() timeoutIan Moffett
14 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
14 dayskernel: socket: Fix typo in code commentIan Moffett
14 dayskernel: 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-08-02kernel: ctlfs: Keep comment up to dateIan Moffett
2025-08-02kernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
2025-08-02kernel: dmi: Add dmi_prodfam()Ian Moffett
2025-08-02kernel: dmi: Add dmi_cpu_version()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-31sys: types: Use internal typenames for typedefsIan 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: Introduce per-arch M_WORD_SIZEIan Moffett
2025-07-28kernel: net: Add socket syscallsIan Moffett
2025-07-28kernel: net: Introduce initial socket implIan Moffett
2025-07-28kernel: net: Add missing sys/types.h includeIan Moffett
2025-07-26kernel: vsr: Add 'td' argument for most funcsIan Moffett
2025-07-26kernel: Introduce initial VSR implIan Moffett
2025-07-26kernel: lib: Add strdup() to string.hIan Moffett
2025-07-25kernel: termios: Add c_oflag bit definesIan Moffett