summaryrefslogtreecommitdiff
path: root/bin/ps/ps.c
AgeCommit message (Expand)Author
11 daysps(1): Sort headersOlivier Certner
2025-04-28ps(1): Add copyrightOlivier Certner
2025-04-28ps(1): '-U' to select processes by real user IDsOlivier Certner
2025-04-28ps(1): Update some options' conformance/practice commentsOlivier Certner
2025-04-28ps(1): Match current user's processes using ps' effective UIDOlivier Certner
2025-04-28ps(1): Make '-a' and '-A' always show all processesOlivier Certner
2025-04-28ps(1): Make '-O' more versatile and predictableOlivier Certner
2025-04-28ps(1): Constify the format strings for canned displaysOlivier Certner
2025-04-28ps(1): Remove not-explicitly-requested columns with duplicate dataOlivier Certner
2025-04-28ps(1): Aliases: Resolve once, merge specificationsOlivier Certner
2025-04-28ps(1): Consider references to keywords as immutableOlivier Certner
2025-04-28ps(1): Move 'width' field from VAR to VARENT; Remove sizevars()Olivier Certner
2025-04-28ps(1): find_varentry() to take a name instead of a VAROlivier Certner
2025-04-28ps(1): Have parsefmt() take the list of columns to updateOlivier Certner
2025-04-28ps(1): Remove internal documentation for '-A'Olivier Certner
2025-04-28ps(1): Whitespace cleanupOlivier Certner
2024-11-14ps.1: restore always true if predicateKonstantin Belousov
2024-11-09ps(1): clean up after swapout removalKonstantin Belousov
2024-10-13ps(1): Complete libxo transitionYan-Hao Wang
2024-05-06ps: handle incorrect -D valuesJamie Landeg-Jones
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-11-21ps: s/kern.max_pid/kern.pid_max/ in a commentBrooks Davis
2023-08-24ps: add a new option -D to reimplement tree traversalPiotr Pawel Stefaniak
2023-08-24Revert "ps: extend the non-standard option -d (tree view) to work with -p"Piotr Pawel Stefaniak
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-25ps: Add libxo to usage messageMateusz Piotrowski
2023-04-25ps: Fix synopsisMateusz Piotrowski
2022-03-11ps(1): Use calloc instead of malloc and memset.Alfonso
2021-09-24ps: fix `ps -aa`Math Ieu
2020-07-28ps(1): Fix formatting of the "command" field for kernel threads.Mark Johnston
2020-06-27ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak
2020-06-27ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak
2020-06-09ps: remove xo_no_setlocale() callYuri Pankov
2020-06-07ps: use %hs instead of %s format specifiersYuri Pankov
2020-05-07ps: extend the non-standard option -d (tree view) to work with -pPiotr Pawel Stefaniak
2018-06-13ps(1): fix some nitsEitan Adler
2018-03-10Change ps(1) output width to unlimited if not interactiveMike Karels
2018-02-28Revert r314685 in psMike Karels
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-06Fix kvm_getprocs(3) error reporting in ps(1).Edward Tomasz Napierala
2017-03-07ps(1): Fix -w + UNLIMITED handlingConrad Meyer
2017-03-04ps(1): Only detect terminal width if stdout is a ttyConrad Meyer
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-23Addm missed required call to xo_finish() when only header is printed.Konstantin Belousov
2016-05-25Fix CID 1011370 (Resource leak) in ps.Don Lewis
2016-04-19Use NULL instead of 0 for pointers.Marcelo Araujo
2015-06-01Remove unused variable, this variable fmtstr was introduced at revision r225868Marcelo Araujo
2015-05-22Convert to use libxo. Document use of libxo as well.Marcel Moolenaar
2015-01-31Prevent access to an uninitialized variablePedro F. Giffuni