commit 80df0eef7ae84b72395e74bc830bd4bc7c71a42b
Author: Matthew Dillon <[email protected]>
Date: Sun Nov 9 20:10:37 2014 -0800
kernel - Add reapctl() system call for managing sub-processes (2)
* subtract 1 from refs returned in status, so they roughly match the
number of processes which are direct children of the caller.
* Load udata.status.pid_head even if we have not acquired reaping control.
This can be useful information either way.
Summary of changes:
sys/kern/kern_fork.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/80df0eef7ae84b72395e74bc830bd4bc7c71a42b
--
DragonFly BSD source repository