summaryrefslogtreecommitdiff
path: root/sys/kern/kern_socket.c
AgeCommit message (Collapse)Author
5 dayskernel: net: Introduce initial socket implIan Moffett
Introduce initial support for POSIX sockets. This commit currently implements the AF_UNIX family for IPC. Signed-off-by: Ian Moffett <ian@osmora.org>