Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2013 22:07:34 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245750 - head/lib/libc/sys
Message-ID:  <201301212207.r0LM7Yf3078171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Mon Jan 21 22:07:34 2013
New Revision: 245750
URL: http://svnweb.freebsd.org/changeset/base/245750

Log:
  Note that SIGCHLD is special and if ignored, won't be recorded by the filter.

Modified:
  head/lib/libc/sys/kqueue.2

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Mon Jan 21 22:07:05 2013	(r245749)
+++ head/lib/libc/sys/kqueue.2	Mon Jan 21 22:07:34 2013	(r245750)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 15, 2012
+.Dd January 21, 2013
 .Dt KQUEUE 2
 .Os
 .Sh NAME
@@ -417,7 +417,9 @@ and
 facilities, and has a lower precedence.
 The filter will record
 all attempts to deliver a signal to a process, even if the signal has
-been marked as SIG_IGN.
+been marked as SIG_IGN, except for the
+.Dv SIGCHLD
+signal, which, if ignored, won't be recorded by the filter.
 Event notification happens after normal
 signal delivery processing.
 .Va data



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