From owner-freebsd-arch@FreeBSD.ORG Mon Jun 7 11:25:57 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFC016A4CE for ; Mon, 7 Jun 2004 11:25:57 +0000 (GMT) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC8E43D41 for ; Mon, 7 Jun 2004 11:25:54 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.12.9p2/8.12.9) with ESMTP id i57BPmca002272; Mon, 7 Jun 2004 15:25:48 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.12.9p2/8.12.9/Submit) id i57BPlxF002271; Mon, 7 Jun 2004 15:25:47 +0400 (MSD) (envelope-from yar) Date: Mon, 7 Jun 2004 15:25:46 +0400 From: Yar Tikhiy To: Maxim Konovalov Message-ID: <20040607112546.GA1270@comp.chem.msu.su> References: <20040605204823.GC692@comp.chem.msu.su> <20040606181135.R25373@mp3files.int.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040606181135.R25373@mp3files.int.ru> User-Agent: Mutt/1.5.6i cc: arch@FreeBSD.org Subject: Re: signal(SIGCHLD, SIG_IGN) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 11:25:57 -0000 On Sun, Jun 06, 2004 at 06:11:52PM +0400, Maxim Konovalov wrote: > On Sun, 6 Jun 2004, 00:48+0400, Yar Tikhiy wrote: > > > The SysV way to get rid of child zombies seems to have been supported > > by CURRENT for about 2 years, but I can see no pointers to it in > > the man pages. Can we conclude that the testing of the feature has > > succeeded, and finally document it? > > Yes, please. Done in sigaction(2), wait(2), signal(3). -- Yar