summaryrefslogtreecommitdiff
path: root/Userland/Utilities/pidof.cpp
AgeCommit message (Expand)Author
2023-05-15pidof: Add -S option to specify a pid separatorTim Ledbetter
2023-05-15pidof: Use ArgsParser to validate argumentsTim Ledbetter
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-25Utilities: Use new global variables at /sys/kernel/ directoryLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-10pidof: Port to LibMainRiccardo Arena
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-31Userland: Remove a bunch of unused includesLinus Groh
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling