aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spelling fixes for bin/Ulrich Spörlein2012-01-071-1/+1
* Remove yet another outdated note about procfs(5) being required.Mikolaj Golub2011-11-221-6/+0
* No need in procfs(5).Mikolaj Golub2011-11-222-25/+1
* For processes with no controlling terminal, display "-" in the TTY columnEdward Tomasz Napierala2011-10-302-4/+8
* Correct a typo that was introduced in 225912Glen Barber2011-10-021-1/+1
* Tweaks to ps(1):Glen Barber2011-10-011-9/+16
* Reorder default ps(1) output according to reality.Glen Barber2011-10-011-2/+2
* Make ps(1) automatically size its column widths.Edward Tomasz Napierala2011-09-295-603/+451
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-6/+2
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-182-9/+9
* Bump date after the previous commit.Sergey Kandaurov2011-07-011-1/+1
* Update and sort the list of the available keywords.Sergey Kandaurov2011-07-011-6/+8
* Add "gid" and "group" keywords to display the effective group IDEdward Tomasz Napierala2011-06-144-2/+34
* Fix some typos under bin/Ulrich Spörlein2011-05-221-1/+1
* Spelling in P_HADTHREADS.Sergey Kandaurov2011-05-201-1/+1
* Fix the description of the "paddr" keyword. It shows a processSergey Kandaurov2011-05-201-1/+1
* Document problems with -d/-w and the fact that -X is the default.Edward Tomasz Napierala2011-04-181-2/+9
* Get rid of DSIZ; instead just call the sizing function if provided.Edward Tomasz Napierala2011-04-123-16/+15
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-243-5/+52
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-243-5/+34
* Implement the usertime and systime keywords for ps, printing theKonstantin Belousov2011-03-174-21/+63
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-054-1/+28
* Document P_FOLLOWFORK.Konstantin Belousov2011-01-251-0/+1
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-0/+1
* Make a thread's address available via the kern proc sysctl, just like theEd Maste2010-10-082-0/+4
* Correct sort order.Ed Maste2010-09-221-1/+1
* Fix alignment for the 'flags' label, and make more room for 'tdev'.Edward Tomasz Napierala2010-07-241-2/+2
* Add P_HASTHREADS flag description.Edward Tomasz Napierala2010-07-241-1/+2
* Update the list of the process flags for P_WKILLED.Konstantin Belousov2010-04-131-1/+2
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-174-2/+25
* Update the list of the process flags. Note that the lists of pendingKonstantin Belousov2010-03-051-3/+15