Skip site navigation (1)Skip section navigation (2)
Date:      03 Feb 1998 13:13:18 -0800
From:      Paul Traina <pst@juniper.net>
To:        Alex <garbanzo@hooked.net>A
Cc:        current@FreeBSD.ORG
Subject:   Re: inetd patch/idea
Message-ID:  <7yzpk84ck1.fsf@red.juniper.net>
In-Reply-To: garbanzo@hooked.net's message of 26 Jan 98 09:05:03 GMT
References:  <Pine.BSF.3.96.980126004746.437A-101000@zippy.dyn.ml.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I won't comment on the PID cleanup code.

With regard to the sighup code, I inspected it and believe it is
incorrect.  The "blocked" mask that is passed in all 3 calls to
sigvec() specifies a list of signals you want masked while the
signal handler is active.  See sigvec(2).  You WANT SIGHUP to
be blocked at that time.

Paul



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