aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.1
Commit message (Expand)AuthorAgeFilesLines
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-161-1/+1
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* 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-241-1/+14
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* ps: Fix synopsisMateusz Piotrowski2023-04-251-2/+2
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-271-2/+3
* bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore2020-06-191-1/+2
* ps(1): Pet mandoc and igorMateusz Piotrowski2018-10-311-7/+8
* ps(1): Add a standard exit status sectionMateusz Piotrowski2018-10-311-1/+3
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-131-1/+3
* Change ps(1) output width to unlimited if not interactiveMike Karels2018-03-101-3/+13
* Remove some KSE references from ps(1).John Baldwin2018-01-231-9/+5
* Add "vmaddr" ps(1) keyword.Edward Tomasz Napierala2017-12-011-1/+3
* Undocument "tdnam" (leaving it as an alias), and rename the columnEdward Tomasz Napierala2017-10-091-3/+2
* Document "tdnam" keyword to ps(1), and add "tdname" alias.Edward Tomasz Napierala2017-10-091-1/+4
* 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-061-1/+5
* Use the "tree" word in ps(1) -d option description, to make it easierEdward Tomasz Napierala2017-07-221-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+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
* mdoc: minor Xr fixesJoel Dahl2015-07-141-2/+2
* Document recent p_flag2 additions.Sergey Kandaurov2015-05-271-1/+4
* Convert to use libxo. Document use of libxo as well.Marcel Moolenaar2015-05-221-1/+5
* Use 24h timestamps in the ps(1) STARTED columnMark Felder2015-03-171-2/+2
* Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-1/+2
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-1/+3
* Correct the problems with the ptrace(2) making the debuggee an orphan.Konstantin Belousov2014-08-071-2/+1
* Add support for inspecting process flags set in p_flag2.Sergey Kandaurov2014-06-061-1/+13
* Add -J to filter by matching jail IDs and names.Bryan Drewery2014-05-021-2/+17
* Correct the description of the V state, which indicates that the process'Mark Johnston2013-12-281-3/+4
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-0/+3
* Add a few examples.Joel Dahl2013-03-151-1/+5
* Document P_PPTRACE.Konstantin Belousov2013-02-071-1/+2
* - Bump date.Andrey Zonov2012-09-181-1/+1
* - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.Andrey Zonov2012-09-181-0/+4
* Add 'cow' keyword to show per-process cow count.Konstantin Belousov2012-05-231-1/+3
* mandoc complains loudly when <TAB>s are misused in columnated lists. FixJoel Dahl2012-03-291-31/+31
* Document P_ORPHAN.Konstantin Belousov2012-03-081-1/+2
* Remove yet another outdated note about procfs(5) being required.Mikolaj Golub2011-11-221-6/+0
* No need in procfs(5).Mikolaj Golub2011-11-221-4/+1
* For processes with no controlling terminal, display "-" in the TTY columnEdward Tomasz Napierala2011-10-301-1/+5
* Correct a typo that was introduced in 225912Glen Barber2011-10-021-1/+1
* Tweaks to ps(1):Glen Barber2011-10-011-9/+16