summaryrefslogtreecommitdiff
path: root/Userland/Utilities/pkill.cpp
AgeCommit message (Collapse)Author
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
This is not guaranteed to always work correctly as ArgsParser deals in StringViews and might have a non-properly-null-terminated string as a value. As a bonus, using StringView (and DeprecatedString where necessary) leads to nicer looking code too :^)
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-10-25Utilities: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-13Utilities: Add pkillMaxwell Trussell