summaryrefslogtreecommitdiff
path: root/Userland/Utilities/arp.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-21arp: Add hostname resolutionbrapru
2022-04-05Utilities: Update arp to use newer APIsbrapru
2022-04-05Utilities: Pledge inet in arp commandbrapru
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-30Utilities/arp: Propagate errors in JSON decodingcreator1creeper1
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23arp: Port to LibMainfaxe1008
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-10-13arp: Preserve error if only the first ioctl failsBen Wiederhake
2021-08-14Kernel+LibC: Share definitions for net/{if,if_arp,route}.hAndreas Kling
2021-08-05Utilities: Improve the arp information outputbrapru
2021-08-05Utilities: Add pledge and unveil protections in arpbrapru
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-25Utilities: Support static assignment of the ARP tablebrapru
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling