aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct the history of where ps first appeared.Warren Block2016-08-121-1/+2
* When a debugger attaches to the process, SIGSTOP is sent to theKonstantin Belousov2016-07-281-1/+2
* Addm missed required call to xo_finish() when only header is printed.Konstantin Belousov2016-07-231-0/+1
* ps(1): Expand variables to match expanded fieldsConrad Meyer2016-06-012-2/+2
* Fix CID 1011370 (Resource leak) in ps.Don Lewis2016-05-252-8/+11
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-191-1/+1
* MFHGlen Barber2016-02-101-1/+1
|\
| * Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+1
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
|/
* Fix spelling, as recommended by igor tool.Craig Rodrigues2015-12-011-1/+1
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-011-1/+8
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Make libxo depend on libutil because it uses humanize_number after r287111Enji Cooper2015-10-181-1/+1
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+1
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-1/+1
* mdoc: minor Xr fixesJoel Dahl2015-07-141-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-277-177/+260
| |\