aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-15/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-279-22/+0
* ps: s/kern.max_pid/kern.pid_max/ in a commentBrooks Davis2023-11-211-1/+1
* ps.1: update regarding -D option and -p x/d interactionBenedict Reuschling2023-11-111-7/+2
* Extend description of -p to include interactions with -d and implying -xBenedict Reuschling2023-10-061-1/+6
* ps: add a new option -D to reimplement tree traversalPiotr Pawel Stefaniak2023-08-242-4/+61
* 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 nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* ps: Add libxo to usage messageMateusz Piotrowski2023-04-251-3/+3
* ps: Fix synopsisMateusz Piotrowski2023-04-252-3/+3
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-4/+1
* ps(1): Use calloc instead of malloc and memset.Alfonso2022-03-111-2/+1
* src/bin/ps: Fix spelling errorElyes HAOUAS2021-10-021-1/+1
* ps: fix `ps -aa`Math Ieu2021-09-241-6/+1
* bin/ps: Avoid function name conflict with libc uname()Alex Richardson2021-07-193-3/+3
* ps(1): Fix formatting of the "command" field for kernel threads.Mark Johnston2020-07-281-4/+7
* Update to D25266, bin/ps: Make the rtprio option actually showKirk McKusick2020-07-141-1/+8
* ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak2020-06-273-19/+1
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-275-5/+37
* bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore2020-06-192-10/+11
* ps: remove xo_no_setlocale() callYuri Pankov2020-06-091-1/+0
* ps: use %hs instead of %s format specifiersYuri Pankov2020-06-073-5/+6
* ps: extend the non-standard option -d (tree view) to work with -pPiotr Pawel Stefaniak2020-05-071-1/+9
* ps(1): Pet mandoc and igorMateusz Piotrowski2018-10-311-7/+8
* ps(1): Add a standard exit status sectionMateusz Piotrowski2018-10-311-1/+3
* ps(1): fix some nitsEitan Adler2018-06-132-5/+3
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-134-1/+19
* Change ps(1) output width to unlimited if not interactiveMike Karels2018-03-102-4/+19
* Revert r314685 in psMike Karels2018-02-281-2/+9
* Remove some KSE references from ps(1).John Baldwin2018-01-232-10/+7
* Add "vmaddr" ps(1) keyword.Edward Tomasz Napierala2017-12-012-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-0/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Undocument "tdnam" (leaving it as an alias), and rename the columnEdward Tomasz Napierala2017-10-092-5/+4
* Fix long name (used by libxo) for the "tdnam" ps(1) keyword.Edward Tomasz Napierala2017-10-091-1/+1
* Document "tdnam" keyword to ps(1), and add "tdname" alias.Edward Tomasz Napierala2017-10-092-1/+5
* Fix kvm_getprocs(3) error reporting in ps(1).Edward Tomasz Napierala2017-10-061-1/+5
* Hint that the "-o emul" option for ps(1) shows the ABI.Edward Tomasz Napierala2017-09-071-2/+2
* Make ps(1) flag processes in capsicum(4) capability mode with "C".Edward Tomasz Napierala2017-09-062-1/+7
* Reflect realtime and idle priorities in ps(1) state flags, same likeEdward Tomasz Napierala2017-09-061-2/+2
* Use the "tree" word in ps(1) -d option description, to make it easierEdward Tomasz Napierala2017-07-221-2/+2
* 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-288-8/+8
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-6/+10
* Remove description of P_FOLLOWFORK as this flag was removed.John Baldwin2016-08-121-2/+1