summaryrefslogtreecommitdiff
path: root/sys/kern/kern_socket.c
AgeCommit message (Expand)Author
4 dayskernel: socket: Fake success on missing optIan Moffett
4 dayskernel: socket: Fix typo in commentIan Moffett
5 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
5 dayskernel: socket: Implement recv() timeoutIan Moffett
5 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
5 dayskernel: socket: Fix typo in code commentIan Moffett
5 dayskernel: socket: Refactor recv() implIan Moffett
5 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
9 dayskernel: Add SYS_connect syscallIan Moffett
9 dayskernel: socket: Implement connect()Ian Moffett
9 dayskernel: socket: Improve control message logicIan Moffett
9 dayskernel: socket: Block is recv queue is emptyIan Moffett
9 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
9 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
9 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
9 dayskernel: socket: Keep track of socket ownerIan Moffett
9 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
11 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
11 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
11 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
12 dayskernel: net: Add socket syscallsIan Moffett
12 dayskernel: net: Introduce initial socket implIan Moffett