aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.c
Commit message (Expand)AuthorAgeFilesLines
* ps: handle incorrect -D valuesJamie Landeg-Jones2024-05-061-0/+2
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* ps: s/kern.max_pid/kern.pid_max/ in a commentBrooks Davis2023-11-211-1/+1
* ps: add a new option -D to reimplement tree traversalPiotr Pawel Stefaniak2023-08-241-3/+47
* Revert "ps: extend the non-standard option -d (tree view) to work with -p"Piotr Pawel Stefaniak2023-08-241-9/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ps: Add libxo to usage messageMateusz Piotrowski2023-04-251-3/+3
* ps: Fix synopsisMateusz Piotrowski2023-04-251-1/+1
* ps(1): Use calloc instead of malloc and memset.Alfonso2022-03-111-2/+1
* ps: fix `ps -aa`Math Ieu2021-09-241-6/+1
* ps(1): Fix formatting of the "command" field for kernel threads.Mark Johnston2020-07-281-4/+7
* ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak2020-06-271-15/+0
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-271-0/+15
* ps: remove xo_no_setlocale() callYuri Pankov2020-06-091-1/+0
* ps: use %hs instead of %s format specifiersYuri Pankov2020-06-071-1/+2
* ps: extend the non-standard option -d (tree view) to work with -pPiotr Pawel Stefaniak2020-05-071-1/+9
* ps(1): fix some nitsEitan Adler2018-06-131-2/+2
* Change ps(1) output width to unlimited if not interactiveMike Karels2018-03-101-1/+6
* Revert r314685 in psMike Karels2018-02-281-2/+9
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix kvm_getprocs(3) error reporting in ps(1).Edward Tomasz Napierala2017-10-061-1/+5
* ps(1): Fix -w + UNLIMITED handlingConrad Meyer2017-03-071-1/+1
* ps(1): Only detect terminal width if stdout is a ttyConrad Meyer2017-03-041-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Addm missed required call to xo_finish() when only header is printed.Konstantin Belousov2016-07-231-0/+1
* Fix CID 1011370 (Resource leak) in ps.Don Lewis2016-05-251-6/+9
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-191-1/+1
* Remove unused variable, this variable fmtstr was introduced at revision r225868Marcelo Araujo2015-06-011-6/+1
* Convert to use libxo. Document use of libxo as well.Marcel Moolenaar2015-05-221-39/+62
* Prevent access to an uninitialized variablePedro F. Giffuni2015-01-311-1/+1
* Add -J to filter by matching jail IDs and names.Bryan Drewery2014-05-021-3/+43
* - Move 'showthreads' check out of fmt.c.John Baldwin2013-01-191-1/+1
* Include the thread name along with the command name when displaying theJohn Baldwin2013-01-181-5/+6
* Use kern.max_pid sysctl to obtain maximum PID number instead of using localPawel Jakub Dawidek2012-12-121-3/+17
* Avoid passing uninitialized stack to addelem() if called with an empty arg.Ed Maste2012-08-291-2/+2
* Spelling fixes for bin/Ulrich Spörlein2012-01-071-1/+1
* No need in procfs(5).Mikolaj Golub2011-11-221-21/+0
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-291-30/+73
* Fix some typos under bin/Ulrich Spörlein2011-05-221-1/+1
* Get rid of DSIZ; instead just call the sizing function if provided.Edward Tomasz Napierala2011-04-121-3/+3
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...Rebecca Cran2010-02-081-1/+2
* Add the -d switch to the usage message.Brian Somers2009-07-231-1/+1
* Remove redundant whitespaceBrian Somers2009-05-181-3/+2
* Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-171-3/+129
* Remove unnessasary castKevin Lo2008-07-181-1/+1
* Teach ps(1) to parse pts TT values (i.e. '0', '1') for the -t flag.John Baldwin2007-11-081-9/+23
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-1/+2
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-3/+3