From owner-svn-src-all@FreeBSD.ORG Thu Sep 5 19:50:37 2013 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44F106F6; Thu, 5 Sep 2013 19:50:37 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5712C68; Thu, 5 Sep 2013 19:50:36 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id 2F224183; Thu, 5 Sep 2013 21:45:01 +0200 (CEST) Date: Thu, 5 Sep 2013 21:50:38 +0200 From: Pawel Jakub Dawidek To: Hiroki Sato Subject: Re: svn commit: r255227 - in head: . usr.sbin/rwhod Message-ID: <20130905195037.GA1410@garage.freebsd.pl> References: <201309050105.r8515nf3094355@svn.freebsd.org> <20130905.102013.1604548446233669011.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <20130905.102013.1604548446233669011.hrs@allbsd.org> X-OS: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 19:50:37 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 05, 2013 at 10:20:13AM +0900, Hiroki Sato wrote: > Pawel Jakub Dawidek wrote > in <201309050105.r8515nf3094355@svn.freebsd.org>: >=20 > pj> Author: pjd > pj> Date: Thu Sep 5 01:05:48 2013 > pj> New Revision: 255227 > pj> URL: http://svnweb.freebsd.org/changeset/base/255227 > pj> > pj> Log: > pj> Remove fallback to fork(2) if pdfork(2) is not available. If the pa= rent > pj> process dies, the process descriptor will be closed and pdfork(2)ed= child > pj> will be killed, which is not the case when regular fork(2) is used. > pj> > pj> The PROCDESC option is now part of the GENERIC kernel configuration= , so we > pj> can start depending on it. > pj> > pj> Add UPDATING entry to inform that this option is now required and l= og > pj> detailed instruction to syslog if pdfork(2) is not available: > pj> > pj> The pdfork(2) system call is not available; recompile the kernel w= ith options PROCDESC > pj> > pj> Submitted by: Mariusz Zaborski > pj> Sponsored by: Google Summer of Code 2013 >=20 > Is there any reason to keep PROCDESC as an option? There are still some rough edges that I think people expect to be polished before we can do that. But all in all I think this is good idea, but can wait for a bit. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://mobter.com --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iEYEARECAAYFAlIo4I0ACgkQForvXbEpPzRTzQCgzqs6lmrAtSZv8OodUcCJ/r4w Jo8AoIN/QuEIw81eMLTQrDx1HuOKdhi/ =eQoH -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm--