Andreas Kling
|
00319c248c
|
Kernel: Let's say that listening+bound sockets "can read."
This will make it easy-peasy to select() on a socket file descriptor to wait
for incoming connections together with other activities.
|
2019-02-14 16:03:37 +01:00 |
|
Andreas Kling
|
eb1c721ef3
|
Kernel: Actually send things between the socket endpoints.
|
2019-02-14 16:01:45 +01:00 |
|
Andreas Kling
|
b20a7aca61
|
Kernel: More work on sockets. Fleshing out connect().
|
2019-02-14 15:55:19 +01:00 |
|
Andreas Kling
|
54b1d6f57f
|
Kernel: More sockets work. Fleshing out accept().
|
2019-02-14 15:17:30 +01:00 |
|
Andreas Kling
|
77177dbb76
|
Kernel: Begin fleshing out bind() syscall.
|
2019-02-14 14:38:30 +01:00 |
|
Andreas Kling
|
2f35e54f80
|
Kernel: Begin implementing UNIX domain sockets.
|
2019-02-14 14:17:38 +01:00 |
|