git: MFS - Fix bug in SIGUSR1 signaling.
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Sun Aug 16 18:40:15 PDT 2009
    
    
  
commit a3e91732f2ac91184de93ee3d3bc77e89873a2d4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Aug 16 18:37:21 2009 -0700
    MFS - Fix bug in SIGUSR1 signaling.
    
    * The signaling code was using sigblock() improperly, not only passing
      the wrong mask but also trying to restore the original mask using
      sigblock() instead of sigsetmask().
Summary of changes:
 sbin/newfs/mkfs.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a3e91732f2ac91184de93ee3d3bc77e89873a2d4
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list