Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2011 14:38:17 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd hooks.c
Message-ID:  <201101121438.p0CEcRsT072790@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2011-01-12 14:38:17 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           hooks.c 
  Log:
  SVN rev 217308 on 2011-01-12 14:38:17Z by pjd
  
  Add a note that when custom signal handler is installed for a signal,
  signal action is restored to default in child after fork(2).
  In this case there is no need to do anything with dummy SIGCHLD handler,
  because after fork(2) it will be automatically reverted to SIG_IGN.
  
  Obtained from:  Wheel Systems Sp. z o.o. http://www.wheelsystems.com
  MFC after:      3 days
  
  Revision  Changes    Path
  1.9       +5 -0      src/sbin/hastd/hooks.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101121438.p0CEcRsT072790>