Bananymous
|
31568fc5a1
|
Kernel: Rewrite Sockets to not be TmpInodes
TmpInodes just caused issues because TmpFS kept them alive. There was
really no reason for sockets to even be stored inside a TmpFS...
|
2024-06-27 00:35:19 +03:00 |
Bananymous
|
e7dd03e551
|
Kernel: Implement basic connection-mode unix domain sockets
|
2024-02-08 02:28:19 +02:00 |
Bananymous
|
5da59c9151
|
Kernel: Make better abstractions for networking
|
2024-02-06 16:45:39 +02:00 |
Bananymous
|
649e9f4500
|
Kernel: ARP now replies to requests
|
2024-02-03 18:04:12 +02:00 |
Bananymous
|
a0138955cd
|
Kernel: Implement barebones arp table
|
2024-02-03 01:50:10 +02:00 |
Bananymous
|
0f154c3173
|
Kernel: Implement basic recvfrom
|
2024-02-02 13:50:00 +02:00 |
Bananymous
|
ab150b458a
|
Kernel/LibC: Implement basic socket binding
|
2024-02-02 01:31:58 +02:00 |
Bananymous
|
99eed9c37a
|
Kernel: Start work on network stack
|
2024-02-01 23:38:06 +02:00 |