Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | kernel: net: Add socket syscalls | Ian Moffett | |
Introduce the following syscalls: - SYS_socket - SYS_bind - SYS_recv - SYS_send Signed-off-by: Ian Moffett <ian@osmora.org> | |||
3 days | kernel: net: Introduce initial socket impl | Ian 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> |