summaryrefslogtreecommitdiff
path: root/Userland/ps.cpp
AgeCommit message (Expand)Author
2020-05-15ps: Widen the username column slightlyAndreas Kling
2020-03-01ps: Add some options and slim down the default output styleAndreas Kling
2020-02-27ps: Don't assert when coming across a zombie processAndreas Kling
2020-02-18ps: Use pledge() and unveil()Andreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-26ps: Show "/dev/pts/0" as "pts/0" instead of "0"Andreas Kling
2019-07-18ps: Widen state field to fit "Condition" and other fieldsRobin Burchell
2019-07-18ps: Port to using CProcessStatisticsReader and /proc/allRobin Burchell
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-06-02Userland: Use CFile in psRobin Burchell
2018-11-17Various stubs while trying to get an old coreutils to build.Andreas Kling
2018-11-09Fix all current build warnings in the userland.Andreas Kling
2018-10-28Add basic symlink support.Andreas Kling
2018-10-28Add /proc/mm and a /bin/mm utility that just dumps it.Andreas Kling
2018-10-23Minor userland tweaks.Andreas Kling
2018-10-23Start adding a basic /proc filesystem and a "ps" utility.Andreas Kling