aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-192-2/+4
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-192-1/+15
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+3
| * | | | Merge from headSimon J. Gerraty2014-05-083-7/+62
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-282-10/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-121-1/+5
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-084-14/+35
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-044-7/+15
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | | | | | | | Remove unused variable, this variable fmtstr was introduced at revision r225868Marcelo Araujo2015-06-011-6/+1
* | | | | | | | | | | Document recent p_flag2 additions.Sergey Kandaurov2015-05-271-1/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Convert to use libxo. Document use of libxo as well.Marcel Moolenaar2015-05-226-166/+253
* | | | | | | | | | Use 24h timestamps in the ps(1) STARTED columnMark Felder2015-03-172-9/+4
* | | | | | | | | | Prevent access to an uninitialized variablePedro F. Giffuni2015-01-311-1/+1
* | | | | | | | | | Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-1/+2
* | | | | | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-282-1/+4
* | | | | | | | | 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-062-1/+15
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add -J to filter by matching jail IDs and names.Bryan Drewery2014-05-023-7/+62
| |_|_|_|_|/ |/| | | | |
* | | | | | Correct the description of the V state, which indicates that the process'Mark Johnston2013-12-281-3/+4
* | | | | | Don't test arrays for being NULL.Edward Tomasz Napierala2013-10-211-7/+1
| |_|_|_|/ |/| | | |
* | | | | Add the ability to display the default FIB number for a process to theWill Andrews2013-08-262-0/+4
| |_|_|/ |/| | |
* | | | Add a few examples.Joel Dahl2013-03-151-1/+5
* | | | Document P_PPTRACE.Konstantin Belousov2013-02-071-1/+2
| |_|/ |/| |