index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_socket.c
Age
Commit message (
Expand
)
Author
3 days
kernel: socket: Fix typo in comment
Ian Moffett
3 days
kernel & libc: Add POSIX setsockopt syscall
Ian Moffett
3 days
kernel: socket: Implement recv() timeout
Ian Moffett
3 days
kernel: socket: Add POSIX setsockopt()
Ian Moffett
3 days
kernel: socket: Fix typo in code comment
Ian Moffett
3 days
kernel: socket: Refactor recv() impl
Ian Moffett
3 days
kernel: socket: Zero newly allocated 'ksock'
Ian Moffett
7 days
kernel: Add SYS_connect syscall
Ian Moffett
7 days
kernel: socket: Implement connect()
Ian Moffett
7 days
kernel: socket: Improve control message logic
Ian Moffett
7 days
kernel: socket: Block is recv queue is empty
Ian Moffett
7 days
kernel: socket: Block if cmsg queue is empty
Ian Moffett
7 days
kernel: socket: Log socket owner PID on SCM_RIGHTS
Ian Moffett
7 days
kernel: socket: Create a socket file in /tmp/
Ian Moffett
7 days
kernel: socket: Keep track of socket owner
Ian Moffett
7 days
kernel: descrip: Add 'td' parameter to fd routines
Ian Moffett
9 days
kernel: socket: Ensure AF_UNIX in recvmsg()
Ian Moffett
9 days
kernel: Add SYS_sendmsg and SYS_recvmsg
Ian Moffett
9 days
kernel: socket: Add initial SCM + CMSG impl
Ian Moffett
10 days
kernel: net: Add socket syscalls
Ian Moffett
10 days
kernel: net: Introduce initial socket impl
Ian Moffett