summaryrefslogtreecommitdiff
path: root/Userland/host.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11host: Use pledge()Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-06-06LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().Andreas Kling
2019-03-20LibC: Implement gethostbyname() by talking to the DNSLookupServer.Andreas Kling