aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | - Move 'showthreads' check out of fmt.c.John Baldwin2013-01-192-2/+2
* | | Include the thread name along with the command name when displaying theJohn Baldwin2013-01-183-10/+16
* | | Use kern.max_pid sysctl to obtain maximum PID number instead of using localPawel Jakub Dawidek2012-12-121-3/+17
| |/ |/|
* | - Bump date.Andrey Zonov2012-09-181-1/+1
* | - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.Andrey Zonov2012-09-182-0/+6
* | Avoid passing uninitialized stack to addelem() if called with an empty arg.Ed Maste2012-08-291-2/+2
* | ps: Fix memory leak when showing start/lstart for swapped-out process.Jilles Tjoelker2012-07-151-4/+6
|/
* Add 'cow' keyword to show per-process cow count.Konstantin Belousov2012-05-232-1/+4
* 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 unused variables.Ed Schouten2012-01-171-96/+30