Pawel Jakub Dawidek <[email protected]> wrote in <[email protected]>:
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 parent 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 log pj> detailed instruction to syslog if pdfork(2) is not available: pj> pj> The pdfork(2) system call is not available; recompile the kernel with options PROCDESC pj> pj> Submitted by: Mariusz Zaborski <[email protected]> pj> Sponsored by: Google Summer of Code 2013 Is there any reason to keep PROCDESC as an option? -- Hiroki
pgpTDaHTAw3GQ.pgp
Description: PGP signature
