git: dsynth - Reap processes more generally in the poll loop

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Aug 19 20:33:18 PDT 2019


commit e86766ee742aa580590edd5399cb03c341e32164
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Aug 19 20:19:45 2019 -0700

    dsynth - Reap processes more generally in the poll loop
    
    * Adjust the dsynth worker process to reap any pid needing
      reaping within the poll loop instead of just checking the
      primary exec'd make pid.
    
    * This catches any orphaned children that would otherwise
      accumulate during the build.

Summary of changes:
 usr.bin/dsynth/build.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list