DragonFly commits List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: MFS - Fix bug in SIGUSR1 signaling.
commit a3e91732f2ac91184de93ee3d3bc77e89873a2d4
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]