看板 DFBSD_commit 關於我們 聯絡資訊
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