summaryrefslogtreecommitdiff
path: root/Userland/Utilities/ps.cpp
AgeCommit message (Expand)Author
2023-05-16ps: Add `-u` option, to list processes associated with specified usersSam Atkins
2023-05-16ps: Perform filtering step before the output loopSam Atkins
2023-05-16ps: Add `-p` option, and distinguish it from `-q`Sam Atkins
2023-05-16ps: Allow `-q` option multiple times, and separated by spaces or commasSam Atkins
2023-05-16ps: Add the `-a` option, to list all processes associated with terminalsSam Atkins
2023-05-16ps: Add the `-A` optionSam Atkins
2023-05-16ps: Use Optional for column indices, instead of -1 meaning "not present"Sam Atkins
2023-05-16ps: Ensure columns capacity in advanceSam Atkins
2023-05-16ps: Migrate from DeprecatedString to StringSam Atkins
2023-05-16ps: Use Core::System::fstat()Sam Atkins
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-04-02Userland: Fix crash when inputting non-tty device into psThomas Symalla
2022-03-26Utilities/ps: Don't assume the kernel can provide real TTY pathsLiav A
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23ps: Port to LibMain :^)Andreas Kling
2021-10-17Utilities: Show PGID and SID in ps -fPeter Elliott
2021-08-28ps: Sort using input order in case of `-q`Mahmoud Mandour
2021-08-28ps: Select specific processes by their PIDsMahmoud Mandour
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-06-03Utilities: Make sure columns for ps are properly alignedGunnar Beutner
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-23ps: Sort output by PID :^)Andreas Kling
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