Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | kernel & libc: Add POSIX setsockopt syscall | Ian Moffett | |
This commit implements the POSIX setsockopt syscall so that user programs may be able to configure sockets they have created. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
7 days | usr: libc: Implement additional socket routines | Ian Moffett | |
Implements: - sendmsg() - recvmsg() - connect() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
11 days | usr: libc: Add libc socket functions | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |