summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
27 hourskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
27 hoursMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
27 hourskernel/amd64: Limit frame depth in backtraceIan Moffett
28 hourskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
28 hourskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
2 dayskernel: socket: Fake success on missing optIan Moffett
2 dayskernel: socket: Fix typo in commentIan Moffett
2 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
2 dayskernel: socket: Implement recv() timeoutIan Moffett
2 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
2 dayskernel: socket: Fix typo in code commentIan Moffett
2 dayskernel: sched: Add sched_suspend()Ian Moffett
2 dayskernel: socket: Refactor recv() implIan Moffett
2 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
5 dayskernel: ctlfs: Keep comment up to dateIan Moffett
5 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
5 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
5 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
6 dayskernel: Add SYS_connect syscallIan Moffett
7 dayskernel: socket: Implement connect()Ian Moffett
7 dayskernel: socket: Improve control message logicIan Moffett
7 dayskernel: socket: Block is recv queue is emptyIan Moffett
7 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
7 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
7 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
7 dayskernel: socket: Keep track of socket ownerIan Moffett
7 dayssys: types: Use internal typenames for typedefsIan Moffett
7 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
9 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
9 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
9 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
9 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
9 dayskernel: posix: Add POSIX 'uio'Ian Moffett
10 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
10 dayskernel: net: Add socket syscallsIan Moffett
10 dayskernel: net: Introduce initial socket implIan Moffett
10 dayskernel: net: Add missing sys/types.h includeIan Moffett
12 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
12 dayskernel: Introduce initial VSR implIan Moffett
12 dayskernel: lib: Add strdup() to string.hIan Moffett
12 dayskernel: termios: Add c_oflag bit definesIan Moffett
12 dayskernel: termios: Add compatibility flagsIan Moffett
12 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
13 dayskernel: signal: Add SIGTERMIan Moffett
13 dayskernel: accnt: Report how many cores are haltedIan Moffett
13 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
13 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
14 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
2025-07-21kernel: tmpfs: Fixup real_size computationIan Moffett
2025-07-21kernel: subr: Check uaddr against mmap ledgerIan Moffett