Andreas Kling
|
46a06c23e3
Kernel: Fix all compiler warnings.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Andreas Kling
|
c1bbd40b9e
Kernel: Rename "descriptor" to "description" where appropriate.
|
6 years ago |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 years ago |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 years ago |
Andreas Kling
|
5e938868a2
IPv4: Rename source/destination in socket classes to local/peer.
|
6 years ago |
Andreas Kling
|
780d2a08c4
IPv4: Save the source address/port together with incoming packet payloads.
|
6 years ago |
Andreas Kling
|
abb5c890e0
IPv4: Implement bind() for TCP and UDP sockets.
|
6 years ago |
Andreas Kling
|
03da7046bd
Kernel: Prepare Socket for becoming a File.
|
6 years ago |
Andreas Kling
|
2d7cad6a16
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
|
6 years ago |
Andreas Kling
|
65d6318c33
Kernel: Support non-blocking connect().
|
6 years ago |
Andreas Kling
|
ab43658c55
Kernel: Move devices into Kernel/Devices/.
|
6 years ago |
Andreas Kling
|
649c81a714
Kernel: Move networking related files into Kernel/Net/.
|
6 years ago |