git: ps - Allow a pid specification in combination with -R
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Oct 15 23:04:44 PDT 2013
commit d1dda6765e728e9fa90492c00648fdd26263761f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Oct 15 23:03:18 2013 -0700
ps - Allow a pid specification in combination with -R
* e.g. 'ps R23434' will output the specified process plus also output
all children (recursively) of that process.
Summary of changes:
bin/ps/ps.1 | 4 ++++
bin/ps/ps.c | 40 ++++++++++++++++++++++++++++------------
2 files changed, 32 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d1dda6765e728e9fa90492c00648fdd26263761f
--
DragonFly BSD source repository
More information about the Commits
mailing list