ladybird/Kernel/Net
Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription.
After reading a bunch of POSIX specs, I've learned that a file descriptor
is the number that refers to a file description, not the description itself.
So this patch renames FileDescriptor to FileDescription, and Process now has
FileDescription* file_description(int fd).
2019-06-07 09:36:51 +02:00
..
.gitignore Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1. 2019-04-02 15:46:44 +02:00
ARP.h Add clang-format file 2019-05-28 17:31:20 +02:00
E1000NetworkAdapter.cpp Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
E1000NetworkAdapter.h Add clang-format file 2019-05-28 17:31:20 +02:00
EthernetFrameHeader.h Add clang-format file 2019-05-28 17:31:20 +02:00
EtherType.h Add clang-format file 2019-05-28 17:31:20 +02:00
ICMP.h Add clang-format file 2019-05-28 17:31:20 +02:00
IPv4.h Add clang-format file 2019-05-28 17:31:20 +02:00
IPv4Socket.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
IPv4Socket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
LocalSocket.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
LocalSocket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
LoopbackAdapter.cpp AK: Revert Eternal<T> for now since it doesn't work as intended. 2019-04-05 05:14:20 +02:00
LoopbackAdapter.h AK: Revert Eternal<T> for now since it doesn't work as intended. 2019-04-05 05:14:20 +02:00
MACAddress.h Add clang-format file 2019-05-28 17:31:20 +02:00
NetworkAdapter.cpp Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
NetworkAdapter.h Add clang-format file 2019-05-28 17:31:20 +02:00
NetworkTask.cpp NetworkTask: Don't crash on startup if there's no E1000 NIC present. 2019-05-18 00:22:08 +02:00
NetworkTask.h Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
Routing.cpp Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1. 2019-04-02 15:46:44 +02:00
Routing.h Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
Socket.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
Socket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
TCP.h Add clang-format file 2019-05-28 17:31:20 +02:00
TCPSocket.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
TCPSocket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
UDP.h Add clang-format file 2019-05-28 17:31:20 +02:00
UDPSocket.cpp IPv4: Rename source/destination in socket classes to local/peer. 2019-05-04 16:40:34 +02:00
UDPSocket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00