rfork(RFPROC|RFMEM, ...) does not work. Instead, one is forced to say it twice with rfork(RFPROC|RFTHREAD|RFMEM, ...), despite the fact that RFTHREAD is undocumented and RFPROC|RFMEM is documented to work and works under Plan 9 and FreeBSD before revision 1.182 of sys/kern/kern_fork.c.
Responsible Changed From-To: gnats-admin->freebsd-bugs Reassign misfiled PR.
Was this fixed by the commit on 2003/06/06? -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org
State Changed From-To: open->closed Submitter's email bounces.
> Was this fixed by the commit on 2003/06/06? Yes. - Tor Egge