DragonFly BSD
DragonFly commits List (threaded) for 2011-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ps - Add a new option, -R, which sub-sorts by parent/child and indents


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Feb 2011 23:25:09 -0800 (PST)

commit ee5f7d376f2e91eb07a0c44d1b54c9a2d4958bdc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Feb 14 23:23:39 2011 -0800

    ps - Add a new option, -R, which sub-sorts by parent/child and indents
    
    * This new option will sub-sort by process parent/child associations and
      will indent the command to make it very, very obvious.
    
    * This is an ultra useful feature.

Summary of changes:
 bin/ps/keyword.c |    2 +-
 bin/ps/print.c   |   17 ++++++-
 bin/ps/ps.1      |    5 ++-
 bin/ps/ps.c      |  154 +++++++++++++++++++++++++++++++++++++++++++++++------
 bin/ps/ps.h      |    6 ++
 5 files changed, 163 insertions(+), 21 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ee5f7d376f2e91eb07a0c44d1b54c9a2d4958bdc


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]