Age | Commit message (Expand) | Author |
---|---|---|
2020-01-30 | Kernel: Some more int => size_t in NetworkAdapter and subclasses | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-04-05 | AK: Revert Eternal<T> for now since it doesn't work as intended. | Andreas Kling |
2019-04-03 | AK: Add Eternal<T> and use it in various places. | Andreas Kling |
2019-04-03 | Kernel: Make LoopbackAdapter eternally allocated. | Andreas Kling |
2019-04-02 | Kernel: Move networking related files into Kernel/Net/. | Andreas Kling |
2019-04-02 | Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1. | Andreas Kling |