Bug 50923 - rfork(RFPROC|RFMEM, ...) fails unconditionally
Summary: rfork(RFPROC|RFMEM, ...) fails unconditionally
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 5.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-14 00:50 UTC by W.Josephson
Modified: 2003-11-05 23:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description W.Josephson 2003-04-14 00:50:05 UTC
	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.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-04-14 19:30:45 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Reassign misfiled PR.
Comment 2 Eric Anholt 2003-11-05 23:14:47 UTC
Was this fixed by the commit on 2003/06/06?

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
Comment 3 Eric Anholt freebsd_committer freebsd_triage 2003-11-05 23:21:04 UTC
State Changed
From-To: open->closed

Submitter's email bounces.
Comment 4 Tor.Egge 2003-11-05 23:23:31 UTC
> Was this fixed by the commit on 2003/06/06?

Yes.

- Tor Egge